body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0B3F64;
}
td {
	margin: 0px;
	padding: 0px;
}
:focus{
outline:none;
}
a, a:visited, a:link, a:active {
	color: #5B9431;
}
#main {
	background-image: url(images/csitop.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	width: 934px;
}
#menu {
	width: 209px;
	text-align: center;
	background-image: url(images/menubg.png);
	background-repeat: no-repeat;
	background-position: 32px 145px;
	color: #FFFFFF;
}
#menublock {
	margin-left: 32px;
	margin-top: 130px;
	padding-bottom: 105px;
}
#header {
	margin: 0;
	padding: 0;
}
#content {
	margin-top: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
}
#flash {
}

#maincontent {
	padding: 0px 40px 40px 40px;
}
#maincontent img{
padding:3px;
}
#sidebar {
	width: 129px;
	background-color: #FFFFFF;
	vertical-align: top;
	background-image: url(images/sidebarbg.png);
	background-repeat: no-repeat;
	padding-bottom: 25px;
	padding: 10px;
}
#divider {
	width: 6px;
	background-image: url(images/sidebg.png);
	background-position: left 61px;
	background-repeat: no-repeat;
}
#footer {
	height: 103px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	text-align: right;
	vertical-align: top;
	padding-right: 140px;
	padding-top: 20px;
	color: #B05D1B;
	font-size: 12px;
	font-weight: bold;
}
#content h1 {
	font-size: 20px;
	color: #B05D1B;
}
#crumb {
	margin-top: 15px;
	font-size: 11px;
}

#crumb{
color: #A06333;
text-transform:uppercase;
}
#crumb a{
color: #052E5D;
text-decoration:none;
font-weight:bold;}
#crumb span{
text-transform:none;
}
#crumb a:hover{
text-decoration:underline;
color:#A46530;
}
#sidebar h2 {
	font-size: 14px;
	padding-bottom: 0px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 0px;
}
#sidebar li {
background-image: url(images/sidebullet.png);
background-repeat:no-repeat;
background-position:0px 0px;
list-style-image: none;
padding-left:15px;
	padding-top: 0px;
	padding-bottom: 8px;
	vertical-align: text-top;
	font-size:11px;
}
#sidebar li a {
	text-decoration: none;
	color: #033267;
	padding-left: 0px;
}
#sidebar li a:hover {
	color: #5E9732;
	text-decoration: underline;
}
#rightcol{
width:129px;
}