body		{	font-family: Trebuchet MS, Helvetica, sans-serif;
			font-size: 80%;
			color: #000;
			text-align: left;
		}
div#container	{	/*min-width: 930px;
			max-width: 930px;*/

			margin: 0px auto 0px auto;
			width: 930px;
			text-align: left;
			background-repeat: repeat-y;
		}
div#landingcontainer	{
			margin: 50px auto 0px auto;
			width: 930px;
			text-align: center;
			background-repeat: repeat-y;
		}
div#landingcontainer img	{ border: 0px solid #fff;
		}
div#landingcontainer h1 { padding: 50px 0px 50px 0px;
		}
div#landingcontainer p { color: #fff;
		}
* 		{	margin: 0;
			padding: 0;
		}
div#header	{	height: 150px;
			overflow: hidden;
		}
div#header a img	{	border: 0px solid #fff;
		}
div#header h1	{	display: block;
			color: #fff;
			text-align: right;
			font-size: 1em;
			font-weight: bold;
			margin-top: 0.5em;
			margin-left: 1em;
		}
div#header h2	{	color: #0099FF;
			text-align: right;
			font-size: 1em;
			margin-top: 0.6em;
			margin-left: 1em;
			font-weight: normal;
		}
div#header h3	{	color: #0099FF;
			text-align: right;
			font-size: 1em;
			margin-top: 0.2em;
			margin-right: 0.2em;
		}
div#header p	{	color: #666699;
			text-align: right;
			font-size: 1.5em;
			margin-top: 1em;
			font-style: italic;
		}
div#header p i	{	color: #0099FF;
			font-style: italic;
		}
div#header img	{	float: left;
		}
div#menuwrapper	{	width: 100%;
			border-top: 1px solid #999;
			border-bottom: 1px solid #999;
			height: 44px;
		}
div#menubar	{	height: 40px;
			margin: 0px auto 8px auto;
			padding-top: 5px;
			width: 930px;
			background-image: url('../images/navback.gif');
		}
div#menubar ul li:first-child	{	list-style-type: none;
				border-left: 0px solid #666;
			}
div#menubar form {	list-style-type: none;
				border-left: 0px solid #666;
				float: right;
				margin-right: 30px;
				margin-top:3px;
			}

div#menubar ul li	{	list-style-type: none;
				border-left: 1px solid #666;
			}
div#menubar ul li ul li	{	list-style-type: none;
				border-left: 0px solid #fff;
			}
div#menubar ul li ul li:last-child	{	list-style-type: none;
				border-left: 0px solid #fff;
			}
div#menubar a	{	color: #000000;
			text-decoration: none;
            padding: 5px 15px;
			font-size: 1.2em;
			font-weight: bold;
		}
div#menubar a:hover	{	color: #CE006D;
			text-decoration: none;	
			}
div#menuleft	{	height: 40px;
			float:left;
			background-image: url('../images/navbackleft.gif');
		}
div#menuright	{	height: 40px;
			float:right;
			background-image: url('../images/navbackright.gif');
		}
div#menubarleft	{	height: 42px;
			width: 15px;
			float: left;
			background-image: url('../images/navbackleft.gif');
			margin-top: -5px;
		}
div#menubarright	{	height: 42px;
			width: 15px;
			float: right;
			background-image: url('../images/navbackright.gif');
			margin-top: -42px;
			overflow: hidden;
		}
div#headerimage	{	height: 313px;
			width: 930px;
			margin: 0 auto 0 auto;		
		}
div#content	{	text-align: left;
			height: 100%;
			padding-top; 20px;
		}
div#content h1	{	font-size: 2.5em;
			color: #000;
		}
div#content h2	{	font-size: 2em;
			color: #000;
		}
div#content h3	{	font-size: 1.5em;
			color: #000;
		}
div#content p	{	margin: 1em 0;	
			color: #000;
		}
div#content ul	{	margin: .5em 0 0 2em;
			padding: 0;			
		}
div#content li	{	margin: .2em 0;
			padding: 0;
			list-style-type: disc;					
		}
div#content a	{	text-decoration: none;
		}
div#sidebar	{	float: right;
			width: 257px;
			height: 100%;
		}
div#sidebar p	{	margin: 0 25px 0 20px;
		}
div#textbox	{	float: left;
			width: 650px;
			height: 100%;
			padding: 20px 15px 0 0;
		}
div#textbox li	{	padding: 0;
			color: #0000;
			margin-left: 1em;
			list-style-type: disc;					
		}
div#textbox img {	border: 0px solid #fff;
		}
div#contactaddress	{	text-align: right;
				padding: 0 10px 0 0 ;
			}
div#footerwrapper	{	clear: both;
				width: 100%;
				background-image: url('../images/footerbac.gif');
				padding-top: 30px;
			}
div#footer	{	text-align: right;
			color: #000000;
			font-size: 1em;
			overflow: hidden;
			width: 930px;
			margin: 10px auto 0 auto;			
		}
div#footer a	{	color: #666699;		
		}
div#address	{	clear: both;
			height: 80px;
			margin: 0;
			text-align: center;
			background-color: #fff;
			overflow: hidden;			
		}
div#address p	{	font-size: .85em;
			font-weight: bold;
			color: #fff;
			line-height: 1.6em; 
		}
div#address a	{	font-weight: normal;
			color: #ccc;
		}
a.nav:link	{	text-decoration: none;
		}
a.nav:visited	{	text-decoration: none;
		}
a.nav:hover	{	text-decoration: underline;
			color: #c00;
		}
a.nav:active	{	text-decoration: none;
		}

/* Aslett Clearing Method - www.csscreator.com */

.clearfix:after {	content: ".";
			display: block;
			height: 0;
			clear: both;
    			visibility: hidden;
		}
.clearfix 	{	display: block;
		}

/* End Aslett Clearing Method */

.banner		{	margin-top: 10px;
		}

div#formcontainer 	{	margin: 0px 0 0 0;
				width: 420px;
				float: left;
			}
div#formcontainer form  {
			}

div#formcontainer div.clearfix 	{	padding: 5px 0px; 
					vertical-align: top;
			}

div#formcontainer form label {	width: 150px; 
				float: left;
				color: #000;   
				margin-right: 10px;
				font-weight: bold;
			}
	
div#formcontainer div.buttongroup 	{	float: left; 
						margin: 0px; 
						padding: 0px;
			} 
div#formcontainer div.buttongroup div 	{	margin-bottom: 5px; 
					} 
div#formcontainer div.buttongroup input	{	margin-right:5px;
					} 
.button		{	color: #000;
			background-color: #ccc;
			padding: .1em;
			font-weight: bold;
			font-size: .9em;
		}
.captcha	{	height: 40px;
			width: 280px;
			margin-left: 160px;
		}
textarea	{	font-family: verdana, arial, sans-serif;
			font-size: 1em;
		}

table		{	margin: 2em 0;
		}
td		{	padding: .5em;
		}
div#key h1	{	font-size: 0.1em;
			color: #fff;
		}
div#key h2	{	font-size: 0.1em;
			color: #fff;
		}
div#key p	{	font-size: 0.1em;
			color: #fff;
		}
