body {
	background-image: url(graphics/bkgd.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}

a
	{
	color: #000099;
	text-decoration: none;
	}

#wrapper {
	width: 1024px;
	margin: 0 auto;
}

#header {
float: left;
height: 125px;
width: 1024px;
background-image: url(graphics/cscheader.gif);
background-repeat: no-repeat;
}

#menu {
float: left;
background-image: url(graphics/menubar.gif);
background-repeat: no-repeat;
height: 25px;
width: 1024px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 185px;
}

#main {
float: left;
height: auto;
width: 1024px;
background-image: url(graphics/mainbkgd.gif);
background-repeat:repeat-y;
}

#leftcol {
float: left;
width: 160px;
height: auto;
margin-left: 12px;
margin-top: 6px;
line-height: 20px;
font-size: 14px;
}

#leftcol a {
color: #ffffff;
}

#leftcol a:hover {
color: #96bad6;
}

#rightcol {
float: left;
height: auto;
width: 820px;
margin-left: 4px;
margin-top: 10px;
background-color:#FFFFFF;
}

#footer {
background-image: url(graphics/footer.gif);
background-repeat: no-repeat;
float: left;
height: 55px;
width: 1024px;
padding-left: 240px;
}

