@charset "UTF-8";
/* CSS Document */
body{
	font-family:"Lucida Grande", sans-serif;
	font-size:small;
	color:#666666;
	text-align:center;
	background-image: url(images/grayishbk.jpg);
	background-repeat: repeat;
	}
h1{
	color: #EB1922;
	font-size: x-large;
}
h2{
	font-size: medium;
	color: #232175;
}
h3{
	color: #F7931E;
}
#wrapper{
	width: 969px;
	text-align:left;
	background-image:url(images/subwrapperbk.gif);
	background-repeat:repeat-y;
	border:4px solid #EE1C25;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#masthead{
	width: 969px;
	height: 178px;
	background-image:url(images/masthead.jpg);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	}
#masthead img{}
#masthead h1{
	font-size: small;
	text-indent: -5000px;
}
#logo{
	position:absolute;
	top:0px;
	left:0px;
	}
#logo a img{
	border:none;
	}
#contentwrapper{
	width:969px;
	float:left;
	position:relative;
	}
#Lsidebar{
	width:167px;
	height:370px;
	float: left;
	background: url(images/Lbar.gif) no-repeat;
	}
#nav{
	width:135px;
	float:left;
	background-color:#2D2B80;
	color:#f7931e;
	font-weight:bold;
	padding-left:5px;
	}

#content{
	background-color:#fff;
	width:657px;
	color:#2D2B80;
	line-height:175%;
	float:left;
	padding-left:5px;
	}
#content a {
	color: #C00;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover{}
#footer{
	clear:left;
	background-color:#f7931e;
	color:#CC0000;
	width:969px;
	height:30px;
	font-weight:bold;
	padding-top:10px;
	}
#footer img  a{
	text-align: center;
	border-style: none;
}
#footer li{
	list-style-type:none;
	display:inline;
	}
#footer a:link, #footer a:visited, #footer active{
	position:relative;
	left:510px;
	color:#CC0000;
	text-decoration:none;
	}
#footer a:hover{
	color: #201B5B;
}

caption {
	font-weight: bold;
	color: #232175;
	font-size: medium;
}
.redtext {
	font-weight: bold;
	color: #F0191D;
}
.yellowtext {
	font-weight: bold;
	color: #F7931F;	
}
th {
	color: #F7931F;
}
th {
	color: #F7931E;
	background: #2D2B80;
}
.note {
	color: #C00;
	background: #FF8D00;
	text-align: left;
	font-weight: bold;
	margin: 10px;
	border: 1px solid #C00;
}
#cartable{
	text-transform: uppercase;
	text-align: center;
}
#cartable a{
	font-weight: bold;
	color: #F78F52;
	background: #2D2B80;
	display: block;
	border: 1px solid #C00;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}
#cartable a:hover{
	color: #FC0;
	text-decoration: none;
	display:block;
	border: 1px solid #000;
	background: #C00;
}
.redtext {
	color: #C00;
	font-weight: normal;
}

.lefttable {
	float: left;
	margin-right: 15px;
	text-align: center;
	border: 4px double #CCC;
}
.displayCENTER {
    display: block;
    margin-left: auto;
    margin-right: auto
	}
.centeredtext {
	text-align: center;
}
.smallnotation {
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
blockquote {
	text-align: left;
	text-indent: 25px;
	background: url(images/Lquote.png) no-repeat 0px 0px;
	padding-top: 5px;
	padding-left: 15px;
	font-style: italic;
}

blockquote p {
	display: block;
	background: url(images/Rquote.png) no-repeat right bottom;
	padding-bottom:30px;
	margin-right:10px;
}
#mdlink, #mdlink a{
	color:#FF8D00;
	font-size:7pt;
	font-weight:bold;
	text-align:center;
}
