/* CSS Document */

body {
	font-size:			11px;
	background: 		#e2e7e9 url(img/bggradient.gif) repeat-x fixed top;
	text-align: 		center;
	margin-top: 20px;
	margin-bottom: 20px;
}

td {	text-align: 		left;
}

#cpage {
	font-size:			11px;
}

 /* MAIN CONTAINERBORDER
--------------------------------------------------------------------*/
#containerborder {
	width: 				790px;
	background:			#e2e7e9;
	text-align: 		left;
	margin: 			0 auto;
	border: 1px solid #cdd3d6;
}

 /* HEADER
--------------------------------------------------------------------*/
#topheader {
	position:			relative;
	height:				105px;
	overflow:			hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#topheader #logo {
	display:			block;
	position:			absolute;
	left:				25px;
	top:				0px;
	height:				70px;
	width:				203px;
}

#topheader #top_right_cor_nav {
	position:			absolute;
	right:				25px;
	top:				10px;
	font-size:			12px;
}

#topheader a,
#topheader a:visited {
	color:				#6d767c;
}


 /* Global Link Settings
--------------------------------*/
a {
	text-decoration:	none;
	color:				#0000a6;
}

a:visited {
	color: #b50bf4;
}

a:hover, 
a:active {
	text-decoration:	underline;
}




 /* GENERAL
--------------------------------------------------------------------*/

#margin1 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}



#subNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-type: decimal;
	line-height: 16px;
	padding-left: 5px;
	padding-left: 5px;
}


#subNav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-type: square;
	line-height: 16px;
	padding-left: 5px;
	padding-left: 5px;
}

#index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	background-image: url(img/dotline.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
}



#midContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}



 /* FOOTER
--------------------------------------------------------------------*/
#bottom {
	clear:				both;
	border: 			4px solid #fff;
	border-top: 		20px solid #fff;
	color:				#333333;
	font-size:			9px;
	line-height:		1.8em;
	word-spacing:		10px;
	padding-top: 14px;
	padding-right: 18px;
	padding-bottom: 14px;
	padding-left: 18px;
}





#bottom a,
#bottom a:visited,
#bottom span {
	word-spacing:		normal;
	color:				#8b9398;
	text-decoration:	underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#bottom a:hover {
	color: #333333;
}

#bottom span {
	text-decoration:	none;
}

a.siteby {
	background:			url('../i/bg_ailogo.gif') no-repeat;
	margin-top:				5px;
	padding:				5px 20px 5px 0;
	background-position:	100% 75%;
}

