*{font-family:Arial, Helvetica, sans-serif; color:white;}

html, body{
	height:100%;
	background-color: #003056;
	margin: 0px 0px 0px 0px;
	padding:0px;
}

table.overmain td.bgTop{
	background-image: url('../images/table/bg_top.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}
table.overmain td.bgBottom{
	background-image: url('../images/table/bg_bottom.gif');
	background-repeat: repeat-x;
	background-position: top;
}
table.overmain td.bgRight{
	background-image: url('../images/table/bg_right.gif');
	background-repeat: repeat-y;
	background-position: right;
}
table.overmain td.bgLeft{
	background-image: url('../images/table/bg_left.gif');
	background-repeat: repeat-y;
	background-position: left;
}
table.footer td{
	padding-left:25px;
	font-size:11px;
	color:#1F9FE6;
}
table.main {
	background-color: #006FC0;
	color:white;
	height:100%;
}
table.main td.collage{
	text-align: left;
	background-color: white;
}
table.main tr.menu td{
	background-color: #011522;
	background-image: url('../images/bg_menu.jpg');
	background-repeat: repeat-x;
	height: 29px;
}
table.main td{
	font-size: 75%;
}

h1 {
	margin:15px 0px 15px 0px;
	padding-left: 50px;
	background-image: url('../images/marker.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:18px;
	font-weight: bold;
	color: white;
}
h2 {
	width:90%;
	margin:20px 0px 15px 0px;
	font-size:14px;
	font-weight: bold;
	color: white;
	border-bottom: 1px solid white;
}

p.about {padding:0px; margin:0px;}

span.title {
	margin:15px 0px 15px 0px;
	padding-left: 13px;
	background-image: url('../images/marker_small.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

a:link{color:white; text-decoration: underline;}
a:visited{color:white; text-decoration: underline;}
a:active{color:white; text-decoration: underline;}
a:hover{color:white; text-decoration: none;}

a.menu:link{text-decoration: underline;}
a.menu:visited{text-decoration: underline;}
a.menu:active{text-decoration: underline;}
a.menu:hover{text-decoration: none;}

a.footer:link{color:#1F9FE6; text-decoration: underline;}
a.footer:visited{color:#1F9FE6; text-decoration: underline;}
a.footer:active{color:#1F9FE6; text-decoration: underline;}
a.footer:hover{color:#1F9FE6; text-decoration: none;}