@charset "utf-8";
/* CSS Document */


body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #FFFFFF;
	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-repeat: no-repeat;
	background-repeat: no-repeat;
	width: 921px;

}

/* This is the header area only */

#header {
	background-image: url(images-common/header-bkgr.gif);
	background-repeat: no-repeat;
        height: 89px;
	width: 921px;

}

/* This is the middle area that contains nav and content */

#middle {
	width:921px;

}

/* This is the left menu */

#nav {
	font-size: 12px;
	font-weight: bold;
        background-color: #FFFFFF;
	width: 171px;
	background-image: url(images-common/left-menu-top2.gif);
	background-repeat: no-repeat;
	padding-top: 28px;
	padding-left: 15px;
	float: left;
     
}

#nav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
        color: #FFFFFF;
	font-weight: bold;
	padding-left:15px;
        background-image: url(images-common/navbg.gif);
        background-repeat: no-repeat;
	background-color: #D0D0D0;
        background-position: left bottom;  
	padding-top: 4px;

}

#nav a {
	color: #000000;
	text-decoration: none;
}
#nav a:visited {
	color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color: #FF0000;
	text-decoration: none;
}
#nav a:active {
	color: #000000;
	text-decoration: none;
}


/* This is the Horizontal menu */

#horiz {
	font-size: 12px;
	font-weight: normal;
	background-color: #000000;
	width: 921px;

}
#horiz p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;

}

#horiz a {
	color: #FFFFFF;
	text-decoration: none;
}
#horiz a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#horiz a:hover {
	color: #FF0000;
	text-decoration: none;
}
#horiz a:active {
	color: #FFFFFF;
	text-decoration: none;
}



/* This is the content area */

#content {
	width:685px;
	font-size: 14px;
	line-height: 1.5em;
	float: right;
	padding-right: 25px;
	padding-left: 25px;
        background-color: #FFFFFF;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	
}
#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.5em;
}

#content hr {
	color: #FFFFFF;
	text-decoration: none;
}
#content h1{
	font-size: x-large;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#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 {
	
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:9210px;
	margin-right: auto;
        width: 921px;
}
#footer div{
	padding:0px;
        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:260px;
        margin-left: auto;
 
}
#footercenter {
	width:331px;

}
#footerright {
	width:330px;

}

/* This is the bottom */
#bottom {
	clear:both;
	text-align:right;
}
/* Other stuff */
.photoRight {
	color: #666666;
	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;
}

