@charset "utf-8";
/* CSS Document */


body
{
	background-color: #d9e1e7;
	background-image: url(/images/bgcolor3.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #233b7a;
	font-size: 10pt;
	margin: 0px;
    padding: 0px;
}

a
{
	color: blue;
	text-decoration: underline;
}

a:hover
{
	color: #E77A04;
	text-decoration: none;
}

/*table.header
{
	border-top: solid 1px #899ca9;
	border-left: solid 1px #899ca9;
	border-right: solid 1px #899ca9;
}*/

table.main
{
	width: 762px;
	background-color: #FFF;
	padding: 6px;
	border-left: solid 1px #899ca9;
	border-right: solid 1px #899ca9;
}

td.side-menu
{
	width:190px;	
	padding-top: 10px;
}

td.content
{
	width: 570px;	
	padding-top: 10px;
}

td.spacer
{
	width: 3px;	
}

td.shadow
{
	background-image: url(/images/drop_shadow.gif);
	background-repeat: repeat-x;
}

table.abc
{
	border-top: solid 1px #899ca9;
	border-left: solid 1px #899ca9;
	border-right: solid 1px #899ca9;
	border-bottom: solid 1px #899ca9;
	width: 462px;
}

td.abc
{
	background-image: url(/images/abc-bg.png);
	background-repeat: repeat-y;
	border-bottom: solid 1px #899ca9;
}

table.sponsors
{
	width: 762px;	
	border-left: solid 1px #899ca9;
	border-right: solid 1px #899ca9;
	border-bottom: solid 1px #899ca9;
	background-color: #FFF;
}

table.footer-text
{
	width: 762px;	
	border-left: solid 1px #899ca9;
	border-right: solid 1px #899ca9;
	border-bottom: solid 1px #899ca9;
	background-color: #fae3a8;
}

table.footer-text-blue
{
	width: 762px;	
	border-left: solid 1px #899ca9;
	border-right: solid 1px #899ca9;
	border-bottom: solid 1px #899ca9;
	background-color: #cedde6;
}

h4
{
	font-size: 105%;
}

ul.none
{
	list-style: none;
}

td.footer
{
	border-top: solid 1px #899ca9;
	background-image: url(/images/footer-bg.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	padding-top: 10px;
}

.white-bold
{
	color: white;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
}

a.white-bold:hover
{
	color: red;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-weight: bold;
	font-style: italic;
}

img.spacer
{
	padding: 15px;
}

tr.stars
{
	background-image: url(/images/stars-opaq.jpg);
	background-repeat: repeat;
}

tr.gradient
{
	background-image:url(/images/bottom-gradient-blue.png);
	background-repeat: repeat-x;
	vertical-align: bottom;
}

ul.strong
{
	font-weight: bold;
}

ul.bullet
{
	list-style-image: url(/images/star-bullet.jpg);	
	font-weight: bold;
}
