@charset "utf-8";
/* CSS Document */


body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #028ae2;
	background-image: url(images-common/gradient-028ae2.gif);
	background-repeat: repeat-x;
}

/* This manages the full design size */

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images-common/wrapper-bkgr.png);
	background-repeat: no-repeat;
	border: 3px solid #000000;
	width: 921px;

}

/* This is the header area only */

#header {
	background-image: url(images-common/header.png);
	background-repeat: no-repeat;
	height: 257px;
	width: 921px;

}

/* This is the middle area that contains nav and content */

#middle {
	width: 921px;

}

/* This is the left menu */

#nav {
	font-size: 10px;
	font-weight: bold;
	background-color: #0072BC;
	width: 210px;
	background-image: url(images-common/left-menu-top.gif);
	background-repeat: no-repeat;
	padding-top: 140px;
	float: left;
}
#nav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 40px;
	background-image: url(images-common/nav-bkgr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 12px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #FE0134;
	text-decoration: none;
}
#nav a:active {
	color: #FFFF00;
	text-decoration: none;
}
/* This is the content area */

#content {
	width:650px;
	font-size: 11px;
	line-height: 1.7em;
	float: right;
	padding-right: 25px;
	padding-left: 25px;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	line-height: 1.7em;
}
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.7em;
}

#content hr {
	color: #F0F3FF;
	text-decoration: none;
}
#content h1{
	font-size: xx-large;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-weight: bold;
	border-bottom-color: #0072BC;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ED1C24;
}
#content h2{
	vertical-align: top;
	font-size: large;
	padding-left: 5px;
	font-weight: normal;
	margin: 0px;
	padding-right: 20px;
	font-style: normal;
	color: #0072BC;
}
#content h3{
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	font-style: normal;
	line-height: normal;
}



/* This is the footer with the copyright language and contact info */
#footer {
	float:none;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	margin-top:3px;
	margin-bottom:3px;
	padding:3px;
	width:900px;
	margin-right: auto;
	margin-left: auto;
}
#footer div{
	padding:5px;
	float:left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #CC0033;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footerleft {
	width:290px;
}
#footercenter {
	width:290px;
}
#footerright {
	width:290px;
}
/* This is the bottom */
#bottom {
	clear:both;
	text-align:right;
}
/* Other stuff */
.photoRight {
	color: #999999;
	font-size:10px;
	text-align: center;
	float: right;
	padding: 5px;
}
.tabulardata {
	color:#333333;
	border: 1px solid #EBEBEB;
}
.tabulardata th{
	background-color: #666666;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.tabulardata td{
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
	border: 1px solid #EBEBEB;
}
.redText {
	color: #CC0000
}
.graySmall {
	color: #999999;
	font-size: 9px;
}

.thumbs {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
