/*////////// General Layout //////////*/

body
{
	font-family: arial, verdana, ms sans serif;
	font-size: 75%;
	text-align: left;
	padding: 0px;
}

#container
{
	margin: 0 auto;
}

#header
{
	float: left;
	width: 100%;
	margin-bottom: -20px;
}

#headerLogo
{
	float: left;
	width: 50%;
}

#headerInfo
{
	visibility: hidden;
	height: 1px;
}

#bannerHolder
{
	visibility: hidden;
	height: 1px;
}

#colHolder
{
	margin-top: 0px !important; margin-top: -180px;
}

#leftCol
{
	margin-top: 60px;
}

#rightCol
{
	visibility: hidden;
}

.colItem
{
	visibility: hidden;
}

#footer
{
	width: 100%;
	margin-top: 0px;
	border-top: 1px #CDCCCC solid;
	text-align: right;
	padding-top: 0px !important; padding-top: 5px;
	visibility: hidden;
}

/*////////// Navigation //////////*/

#navHolder
{
	visibility: hidden;
	height: 1px;
}

/*////////// Accreditations //////////*/

.accredBox
{
	float: left;
	width: 450px;
	margin-left: 10px;
}

.topTitle
{
	background-image: url(/images/accredbg.gif);
	color: white;
	font-size: 110%;
	font-weight: bold;
	padding: 3px;
}

.listItems
{
	float: left;
	width: 250px;
}

.listImages
{
	float: left;
	width: 200px;
	text-align: center;
}

/*////////// Text, Images Etc. //////////*/

h1, h2
{
	color: #00529F;
	font-family: arial;
	font-size: 150%;
}

h2
{
	font-size: 120%;
}

img
{
	border: none;
}

#headerInfo h2
{
	font-size: 130%;
	color: #CDCCCC;
	margin-bottom: -15px;
}

/*////////// Forms //////////*/

label
{
	float: left;
	color: #00529F;
	font-weight: bold;
	width: 85px;
	margin: 0px 0px 7px 10px;
}

.formField
{
	border: 1px #00529F solid;
	width: 250px;
}

.submit
{
	float: right;
	border: 1px #00529F solid;
	background-color: white;
	margin: 10px 143px 0px 0px;
}

.star
{
	color: orange;
	font-size: 130%;
}

.formErrors
{
	text-align: center;
	color: red;
	font-weight: bold;
	font-size: 90%;
}

.printer
{
	visibility: hidden;
}

/*////////// Lists //////////*/

li
{
	list-style-image: url(/images/bullet.gif);
	margin: 5px 0px 0px -7px;
	font-size: 110%;
}

/*////////// Links //////////*/

a
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

a.secondnav
{
	color: #0254A0;
	font-weight: bold;
	text-decoration: none;
}

a.secondnav:hover
{
	color: #F0A20C;
}

.navOn
{
	color: #F0A20C;
	font-weight: bold;
}