@charset "utf-8";
/* CSS Document */
img
{
	border: none;
}
.sponsor
{
	width: 64px;
	height: 64px;
}
.sponsort
{
	margin: auto;
}

body
{
	font-size: 12px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #05173D;
	padding: 0px;
	line-height: 20px;
	margin: 0px;
	margin-left: 10px;
}
h2
{
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #05173D;
	text-align: left;
}

.highlight img{
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;*/
}

.highlight:hover img{
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;*/
}

.mainf
{
	border-left: solid 1px #696969;
	border-right: solid 1px #696969;
	width: 80%;
	height: 100%;
	min-width: 800px;
	margin: auto;
	min-height: 100%;
}

.header
{
	/*height: 1%; /* holly hack for IE */
	padding: 10px;
	color: #FFF;
	font-size: 12px;
	background-color: #05173D;
}
.headert
{
	width: 100%;
}

.txtcentered
{
	text-align: center;
}
.txttop
{
	vertical-align: text-top;
}
.txtbtm
{
	vertical-align: bottom;
}
.floatl
{
	float: left;
}
.floatr
{
	float: right;
}

.alignl
{
	text-align: left;
}
.alignr
{
	text-align: right;
}

.subheader
{
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F5F5F5;
}
.content
{
	padding: 0 10% 0 10%;
}
.menutable
{
	margin: auto;
	width: 80%;
	font-size: 10px;
}
.menucell
{
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}

.footer
{
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #696969;
	padding: 10px;
	color: #696969;
	font-size: 10px;
	text-align: center;
	background-color: #F5F5F5;
}

.btnbg
{
	padding: 10px;
	background-color: #05173D;
}

.btn
{
	padding: 10px;
}

a.linkh:link
{
	font-family: Georgia;
	font-size: 14px;
	color: #FFCC00;
}
a.linkh:visited
{
	font-family: Georgia;
	font-size: 14px;
	color: #FFCC00;
}
a.linkh:hover
{
	font-family: Georgia;
	font-size: 14px;
	color: #FFCC00;
}
a.linkf:link
{
	font-family: Georgia;
	font-size: 14px;
	color: #808080;
}
a.linkf:visited
{
	font-family: Georgia;
	font-size: 14px;
	color: #696969;
}
a.linkf:hover
{
	font-family: Georgia;
	font-size: 14px;
	color: #696969;
}
a:link
{
	font-family: Georgia;
	font-size: 14px;
	color: #05173D;
}
a:visited
{
	font-family: Georgia;
	font-size: 14px;
	color: #05173D;
}
a:hover
{
	font-family: Georgia;
	font-size: 14px;
	color: #05173D;
	text-decoration: underline;
}

.content td {
	text-align: center;
}

.right_panel
{
	background-color: #0000CC;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}

strong
{
	font-size: 14px;
}
