/*
<style>
/* */
body
	{
	background: #ffffff;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #000000;
	}
td
	{
	font-size: 12px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - centers page
 * * * * * * * * * * */
#containerIE
	{
	text-align:center;
	}
#container
	{
	text-align: left;
	width: 881px;
	margin: 0px auto;
	overflow: auto;
	}

#logo
	{
	background: url(images/background-logo.jpg) no-repeat;
	width: 881px;
	height: 263px;
	overflow: hidden;
	}
#logoAnch
	{
	width: 200px;
	height: 50px;
	cursor: hand;
	}
#vmenu
	{
	background: url(images/background-menu.jpg);
	height: 76px;
	width: 881px;
	}

#vmenu a
	{
	color: white;
	text-decoration: none
	}

#vmenu a:hover
	{
	color: #cccccc;
	}

#vmenu .vmitem
	{
	height: 76px;
	float: left;
	font-size: 13px;
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	}

#vmenu .vmspacer
	{
	background: url(images/background-menuspacer.jpg) no-repeat;
	width: 7px;
	height: 76px;
	float: left;
	}
#vmenu .vmactive
	{
	background: url(images/background-menuhighlight.jpg) repeat-x;
	}

#vmenu .vmtext
	{
	margin-top: 15px;
	padding-top: 30px;
	}

/* * * * * * * *
 * Content
 * * * * * * * */

#content
	{
	font-size: 12px;
	width: 881px;
	overflow: auto;
	}

#content b
	{
	color: #5593BD;
	}
#content h2, #content h3, #content h4
	{
	color: #5593BD;
	padding: 0px;
	margin: 0px;
	}
#pageTitle
	{
	font-size: 24px;
	color: #03273F;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}


#content a
	{
	color: #5593BD;
	text-decoration: none;
	}
#content a:hover
	{
	text-decoration: underline;
	}
#content input
	{
	font-size: 12px;
	}
td, th
	{
	text-align: left;
	font-size: 12px;
	}

#content .registration td
	{
	text-align: right;
	}

#content .regInput
	{
	width: 210px;
	background: #DCE9F2;
	border: 0px;
	}

#content .subInput
	{
	width: 90px;
	height: 25px;
	background: #4F8FBC;
	border: 0px;
	color: white;
	}

#content textarea.regInput
	{
	height: 60px;
	}


/* * * * * * * *
 * Bottom of page
 * * * * * * * */
#bottomline
 	{
 	clear: both;
	background: url(images/background-bottomline.jpg);
	width: 881px;
	height: 5px;
	font-size: 0px;
 	}
#bottom
	{
	clear: both;
	width: 881px;
	height: 31px;
	line-height: 31px;
	}

#bottom a
	{
	color: #03273F;
	text-decoration: none;
	}
#bottom a:hover
	{
	text-decoration: underline;
	}
#webra
	{
	float: right;
	margin-right: 10px;
	display: inline;
	}
.contBackground
	{
	background: url(images/background-content.jpg) repeat-y;
	}
.topper
	{
	height: 2px;
	width: 2px;
	font-size: 0px;

	}
