body { 

font-family: verdana, arial, helvetica, sans-serif;

font-size: 10px;

line-height: 16px; 

color: #003C7C;

}

td{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
color: #003C7C;
}

.home{
background: #ffffff url(images/home_bg1.jpg) no-repeat;
}
.content{
background: #ffffff url(images/content_bg.gif) no-repeat;
}

p { 

font-family: verdana, arial, helvetica, sans-serif;

font-size: 10px;

color: white;

} 

a:link {

text-decoration: none;

color: white;

}

a:visited {

text-decoration: none;

color: white;

}

a:active {

text-decoration: none;

color: white;

}

a:hover {

text-decoration: underline;

}

#logo {

position: absolute;

top: 0px;

left: 0px;

}

#header{

position: absolute;

top: 0px;

left: 180px;

}

#nav1{

position: absolute;

top: 170px;

width: 180px;

left: 0px;

line-height: 6px;

}

#col1{

position: absolute;

width: 513px;

top: 180px;

left: 195px;

}

#col2{

position: absolute;

width: 250px;

top: 180px;

left: 495px;

}

#copyright{

position: absolute;

color: #999999;

top: 300px;

left: 15px;

}

#date{

position: absolute;

color: #999999;

top: 285px;

left: 15px;

}

a.body:link{

text-decoration: none;

color: #010148;

}

a.body:visited{

text-decoration: none;

color: #010148;

}

a.body:active{

text-decoration: none;

color: #010148;

}

a.body:hover{

text-decoration: underline;

color: #010148;

}

input{

font-size: 10px;

line-height: normal; 

color: #003C7C;
}

textarea{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;

line-height: normal; 

color: #003C7C;
}

select{

font-size: 10px;

line-height: normal; 

color: #003C7C;
}

.semSh{
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	background-color: #F4F4F4;
	border: solid #C7C7C7;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-bottom-width: 1px;
	}

.red {
	color: #FF0000;
}

pre {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10px;
color: #003C7C;
white-space: pre; /* CSS2 */
white-space: -moz-pre-wrap; /* Mozilla */
white-space: -hp-pre-wrap; /* HP printers */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
overflow:hidden;

}