body
{
	margin: 0;
	background: url("images/background.png") repeat-x;
	background-color: #3366cc;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
}

#container
{
	overflow: hidden;
	margin: 0 auto;
	width: 750px;
}

#header
{
	overflow: hidden;
	width: 750px;
	height: 128px;
	background: url("images/header.png");
}

#content_container
{
	overflow: hidden;
	width: 750px;
	background: url("images/content_container.gif");	
}

#navigation
{
	overflow: hidden;
	float: left;
	padding-left: 5px;
	width: 155px;
	background: #f0f0f0;
	border-right: solid #cccccc 1px;
}

#navlinks
{
	list-style-image: url("images/nav_bullet.gif");
	margin: 5px auto 10px 18px;
	padding-left: 5px;
}

#navlinks li
{
	padding-bottom: 1px;
}

#navlinks li a
{
	margin-left: -6px;
	padding: 3px 1px;
	font-size: 12px;
	font-family: arial;
	display: block;
	color: #3366ee;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
}

#navlinks A:visited
{
	color: #3366EE; 
}

#navlinks A:hover 
{	
	color: #ffffff;
	background: #ff6600; 
	text-decoration: none; 
}

#newslink
{
	list-style-image: url("images/newsthumb.gif");
	margin: 5px auto 0px 18px;
	padding-left: 5px;
}

#newslink li
{
	padding-bottom: 1px;
}

#newslink li a
{
	margin-left: -6px;
	padding: 3px 1px;
	font-size: 12px;
	font-family: arial;
	display: block;
	color: #404040;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
}

#newslink A:visited
{
	color: #404040; 
}

#newslink A:hover 
{
	color: #ffffff;
	background: #3366cc;
	text-decoration: none;
}

#content
{
	overflow: hidden;
	float: left;
	padding: 10px 20px 20px 19px;
	width: 550px;
	background: #ffffff;
}

#footer
{
	overflow: hidden;
	clear: both;
	font-family: verdana;
	font-size: 8pt;
	color: #ffffff;
}

#left
{
	float: left;
	padding: 10px;
	width: 355px;
}

#right
{
	float: left;
	padding: 10px;
	width: 355px;
	text-align: right;
}

table {
	border-collapse: collapse;
}

h1
{
	margin: 0;
	padding: 0 0 15px 0;
	font-family: arial;
	font-style: italic;
	color: #3366cc;
}

.blue_subtitle
{
	padding: 3px 0;
	font-weight: bold;
	font-style: italic;
	color: #3366cc;
}

.orangebar_subtitle
{
	padding: 3px 0;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	background: #ff6600;
}

.textbox
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #555555;
	background-color : #FFFFFF;
	border : 1px solid #CCCCCC;
}
.regMarks {
	font-size: 14px;
}