
body, html
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #AFB9C2;	
	text-align: center;
}

a:link, a:active, a:visited
{
	font-size: inherit;
	color: #A6CAF0;
}

a:hover
{
	color: #485E7C;
	text-decoration: underline;
}

div
{
	position: relative;
}
#container
{
	margin: 0 auto 0 auto;
	width: 770px;
}



.t_shadow
{
	height: 20px;
	width: 770px;
	background:url(/shell/csu/images/t_shadow.png) no-repeat;
}

.b_shadow
{
	height: 20px;
	width: 770px;
	background:url(/shell/csu/images/b_shadow.png) no-repeat;
}

.l_shadow_sm
{
	height: 10px;
	width: 15px;
	background:url(/shell/csu/images/l_shadow.png) repeat-y;
}

.r_shadow_sm
{
	height: 10px;
	width: 15px;
	background:url(/shell/csu/images/r_shadow.png) repeat-y;
}

.l_shadow
{
	width: 15px;
	background:url(/shell/csu/images/l_shadow.png) repeat-y;
}

.r_shadow
{
	width: 15px;
	background:url(/shell/csu/images/r_shadow.png) repeat-y;
}

.main_nav
{
	height: 30px;
	vertical-align: middle;
	color: #FFFFFF;
	background-color:#000000;
	font-weight: bold;
	font-size: 12px;	
	text-align: center;
}

.main_nav a:link, .main_nav a:active, .main_nav a:visited
{
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
}

.main_nav a:hover
{
	text-decoration: underline;
	color: #A6CAF0;
}

.left_nav
{
	background-color: #DCE0E4;
	padding: 10px 5px 10px 5px;
	width: 145px;
}


.left_nav a:link, .left_nav a:active, .left_nav a:visited
{
	text-decoration: underline;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 26px;
}

.left_nav a:hover
{
	text-decoration: none;
	color: #485E7C;
}


.main
{
	padding: 10px 5px 10px 10px;
	background-color:#FFFFFF;
	font-size:12px;
}


h1, h2, h3, h4, h5, h6
{
	font-size: 20px;
	display: block;
	color:#888888;
}

form textarea
{
	font-family: inherit;
	font-size: inherit;
}
