/* CSS Document */

html {
	height:100%;
	}

body {
	background:#fff url(../images/header_bg.png) repeat-x;
	margin:0;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	height:100%;
	color:#626262;
	}

#wrapper {
	width:950px;
	text-align:left;
	}
	
img {
	border:none;
	}
	
img#title {
	margin-left:180px;
	}
	
#menubar {
	height:25px;
	padding-left:185px;
	font-size:150%;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	word-spacing:2em;
	}
	
#sidebar {
	float:left;
	width:166px;
	background:url(../images/sidebar_bg.png) repeat-x #dae8f1;
	padding:30px 10px 10px 10px;
	height:100%;
	}
	
#container {
	float:right;
	width:740px;
	margin-top:30px;
	}
	
.tdsubboxtop {
	background:url(../images/sub_box_top.png) no-repeat;
	height:7px;
	}
	
.tdsubboxbdr {
	border-left-width:2px;
	border-right-width:2px;
	border-left-style:solid;
	border-right-style:solid;
	border-left-color:#989898;
	border-right-color:#989898;
	width:359px;
	background:url(../images/sub_box_bg.png) repeat-x #fff;
	}
	
.tdsubboxbottom {
	background:url(../images/sub_box_bottom.png) no-repeat;
	height:7px;
	}
	
.tdfeatureboxtop {
	background:url(../images/feature_box_top.png) no-repeat;
	height:7px;
	}
	
.tdfeatureboxbdr {
	border-left-width:2px;
	border-right-width:2px;
	border-left-style:solid;
	border-right-style:solid;
	border-left-color:#989898;
	border-right-color:#989898;
	width:736px;
	background:url(../images/feature_box_bg.png) repeat-x #cde1ee;
	}
	
.tdfeatureboxbottom {
	background:url(../images/feature_box_bottom.png) no-repeat;
	height:8px;
	}

#footer {
	border-top:#b40000 solid 2px;
	text-align:center;
	font-size:110%;
	}

h4.sidebar {
	color:#b40000;
	font-size:200%;
	margin-top:0;
	margin-bottom:5px;
	}
	
h4.subbox {
	color:#b40000;
	font-size:200%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	}
	
h1 {
	font-size:280%;
	font-style:italic;
	}

ol {
	color:#626262;
	font-size:110%;
	font-weight:bold;
	margin-left:0;
	padding-left:0;
	}
	
ol li {
	margin-top:5px;
	margin-left:2.0em;
	}
	
hr {
border: 0;
color: #71a8c8;
background-color: #71a8c8;
height: 1px;
width: 100%;
}

p {
	font-size:120%;
	}

p.featurebox {
	font-size:140%;
	font-weight:bold;
	}
	
.orange {
	color:#ff9900;
	}
	
.red {
	color:#cc0000
	}
	
ul#mcaffeesidebar {
	list-style-type:none;
	font-size:115%;
	font-weight:bold;
	margin-left:0;
	padding-left:0;
	}
	
p.copyright {
	color:#808080;
	font-size:90%
	}
