html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6{  
margin: 0; 
padding: 0;
border: 0; 
}

 /* NOTE: Do not set the font weight to more than normal or medium in the body because it causes problems with image alignment. */
body	{
    background-color:#dddddd;
	color:#ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 2px;
	margin: 0 auto;
	margin-top: 7px;
	margin-bottom: 7px;	
	min-width: 1258px;
	text-align: center;
	vertical-align:top;	
}

a:link,
a:visited { color: #ffffff; text-decoration: none; }

a:active,
a:hover { color: #ffffff; text-decoration: underline; }

.grayline {
	height: 2px ;
	width: 1238px ;
    background-color:#eeeeee;
	margin: 0;
	padding: 0;
	border: 0;
}

.blueline {
	height: 10px ;
	width: 1238px ;
    background-color:#1b4164;
	margin: 0;
	padding: 0;
	border: 0;
}
	
div#header {
	height: 140px ;
	width: 1218px ;
    background-color:#ffffff;
	margin: 0;
	padding: 0;
	border-left: #1b4164 solid 10px;
	border-right: #1b4164 solid 10px;
	border-top: 0;
	border-bottom: 0;
}

.navtopline {
	height: 1px ;
	width: 1238px ;
    background-color:#ff6633;
	margin: 0;
	padding: 0;
	border: 0;
}

#navtop {
	width: 1238px;
	height: 40px;
	background-image:url(images/menu_bg.gif);
	margin: 0;
	padding: 0;
	border: 0;
}

.clearit {
	clear: both;
	margin: 0; 
	padding: 0;
	border: 0;
	vertical-align:top;
	font-weight:normal;
 }
 
div#mainbody {
	position:relative;
	display:block;
	width: 1238px;
	margin: 0; 
	padding: 0;
	border: 0;
}

#navleft {
	position: absolute;
	top: 0px;
	left: 0;
	width: 250px;
	background-color:#1b4164;
	margin: 0; 
	padding: 0;
	border: 0;
	vertical-align:top;
	text-align:left;
	font-size: 14px;
}

#navleft ul {
margin-top: 7px;
margin-left:5px;
margin-right: 3px;
}

#navleft li {
	list-style-type: none;	/* removes he bullet style on an individual list item*/
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 3px;
}

div#content {
	position: absolute;
	top: 0;
	left: 251px;
	width: 988px;
	color:#000000;
	text-align:left;
	background-color:#ffffff;
	vertical-align:top;
	margin: 0; 
	padding: 0;
	border: 0;
}

div#content a:link,
div#content a:visited { color: #993333; text-decoration: none; }

div#content a:active,
div#content a:hover { color: #993333; text-decoration: underline; }

.topictitle {
    position:relative;
	left: 30px;
	height: auto;
	width: 923px;
	color: #993333;
	text-align:left;
	font-size: 19px;
	font-weight: bold;
	padding-left: 3px;
	margin: 15px 0 3px 0;
}

.topicline {
	position:relative;
	left: 30px;
	height: 1px;
	width: 928px;
	padding: 0;
	border: 0;
	margin: 0 0 5px 0;
	background-color: #993333;
}

.topic	{
    position:relative;
	left: 30px;
	height:auto;
	width: 922px;
	color: #333;
	font-size: 14px;
	font-weight:normal;
	text-align: justify;
	line-height: normal;
	padding: 0px 3px 0px 3px;
	border: 0;
	margin: 0;
}

.select {
	color: #993333;
	font-size: 16px;
	font-weight:normal;
	text-align: left;
	line-height: normal;
	padding: 1px;
	border: #993333 1px dotted ;
	margin: 0;
}

div#footer {
	width: 1238px;
	height: 40px;
	background-image:url(images/menu_bg.gif);
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:top;
	font-size:12px;
}

.just {
	text-align: justify;
	line-height: normal;
 }

ol {
	margin-left: 30px;
}

.list {
	list-style-type:circle;
	margin-left:22px;
}
