@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../_img/csc_pageBg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
h1 {
	font-size: 21px;
}
a {
	color: #66CCFF;
}
a:hover {
	color: #FF9900;
}

#mainWrapper {
	width: 792px;
	background-color: #FFFFFF;
	background-image: url(../_img/csc_contentBg.jpg);
	background-repeat: repeat-y;
	margin-top: 54px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#topBanner {
	background-image: url(../_img/csc_topBanner.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
#topLogin {
	width: 370px;
	margin-left: 400px;
	padding-top: 21px;
	text-align: right;
}
.topLogin {
	height: 15px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EBEDF3;
	width: 64px;
	padding-left: 3px;
}
#loggedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	background-image: url(../_img/csc_loginTextBg.jpg);
	background-repeat: repeat-y;
}


#topNavWrapper {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D3DBED;
	border-left-color: #D3DBED;
}
#topNav {
	background-image: url(../_img/csc_navBg.gif);
	background-repeat: repeat-x;
	height: 21px;
	margin-right: 12px;
	margin-left: 12px;
	font-weight: bold;
}
#contentWrapper {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D3DBED;
	border-left-color: #D3DBED;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(../_img/csc_contentBg.gif);
	background-repeat: repeat-y;
}
#left {
	float: left;
	width: 211px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	overflow: hidden;
}
#right {
	float: left;
	width: 555px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
#bottomWrapper {
	background-image: url(../_img/csc_bottom.gif);
	background-repeat: no-repeat;
	height: 40px;
	clear: both;
}
#bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	width: 400px;
	padding-left: 26px;
	padding-top: 3px;
}
#bottomNav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#bottomNav a:hover {
	color: #FF9900;
}
#bottomCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 340px;
	float: left;
	padding-top: 4px;
	text-align: right;
}
#bottomCopyright a {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}
#bottomCopyright a:hover {
	color: #FF9900;
}
#leftNavNew {
	background-image: url(../_img/csc_leftNavBg.gif);
	background-repeat: repeat-y;
	padding-left: 16px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	color: #000000;
}
#leftNavNew td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
}

#leftNavNew a	{
	text-decoration: none;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#leftNavNew a:hover {
	color: #439FD0;
	text-decoration: none;
}
#infoBoxWrapper {
	padding-left: 20px;
	padding-top: 12px;
}
#infoBox1 {
	padding-right: 6px;
	float: left;
}
#infoBox2 {
	padding-right: 6px;
	float: left;
}
#infoBox3 {
	float: left;
}
