﻿body
{
	font-size: 101%; 
	font-family:Verdana, Sans-Serif;
	font-size: 12px;
	padding:15px;
	margin:0;
	background:url(/images/bg-green.png) repeat-x;
	line-height:1.6em;
}

textarea, input
{
	font-size: 101%; 
	font-family:Verdana, Sans-Serif;
	font-size: 12px;
}

img, div 
{ 
	border:0px solid black;
	behavior: url(/Css/iepngfix.htc) 
}

#Container
{
	background:url(/images/globe.png)  no-repeat;
	width:960px;
}

#Head
{
	width:750px;
	height:60px;
	position:relative;
}

#HeadLogo
{
	position:absolute;
	left:0;	
}

#HeadLinks
{
	position:absolute;
	top:13px;
	right:0px;
	width:720px;
	background:url(/images/bg-head-menu.png) no-repeat right;
	padding-right:10px;
	padding-left:10px;
	font-size:.9em;
	font-weight:bold;
	text-align:right;
	color:White;
}

#HeadLinks a
{
	color:White;
}

.topmenu
{
	text-decoration:none;
	color:#333333;
}


#Body
{
	float:left;
	width:758px;

		
}

#LeftChannel
{
	width:171px;
	float:left;
	margin-right:30px;
	display:inline;
}

#MainMenu, #GlobalMenu
{
	list-style-type:none;
	width:100%;
	border:solid 1px #ffcc00;
	background-color:#006699;
	margin:0;
	padding:0;
}

#GlobalMenu
{
	margin-top:20px;
	border:solid 1px #006699;
	background-color:#ffcc00;
}

#GlobalMenu li
{
	text-align:left;
	padding:2px 0 0 4px;
}

#MainMenu li
{
	text-align:center;
	color:White;
	font-weight:bold;
	padding:5px 0px 5px 0px;
	font-size:.9em;
	border-bottom:solid 1px #ffffff;
}

#MainMenu .last
{
	border-bottom:solid 1px #006699;
}

#MainMenu li a
{
	color:White;
	text-decoration:none;
}

#Content
{
	width:730px;
	float:left;
	padding:10px;	
	background:url(/images/bg-content.png);
	/*height:auto !important;*/
	/*height:500px;*/ /* hack for IE6 footer to float to bottom */
	/*min-height: 500px;*/
}

#RightChannel
{
	width:150px;
	float:left;
	padding-left:30px;
}

#Foot
{
	width:750px;
	height:50px;
	clear:both;
	line-height:1em;
}

#FooterMenu
{
	list-style-type:none;
	margin:0;
	padding:0px 0px 0px 200px;
}

#FooterMenu li
{
	float:left;
	margin:10px 10px 0px 0px;
	padding-right:10px;
	font-size:.8em;
	border-right:solid 1px #333333;
}

h1
{
	color:#ffcc00;
	font-size:23px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:1.2em;
}

h2
{
	color:#006699;
	font-size:20px;
	font-weight:normal;
	text-transform:capitalize;
}

a
{
	color:#006699;
}

#breadcrumb
{
	font-size:.8em;
	color:#ffffff;
}

#breadcrumb a
{
	color:#ffffff;
}

.featurebox
{
	background:url(/images/bg-content.png);
	border:solid 1px #ffffff;
	padding:5px;
	font-size:.9em;
	color:#454545;
	width:150px;
	float:right;
	margin:5px 0px 5px 10px;
	line-height:1.6em;
}

.featurebox h3
{
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0px;
	background:#ffcc00;
	padding:3px;
}

.button
{
	border:solid 1px #006699;
	background-color:#ffcc00;
	font-size:.9em;
	padding:3px 10px 3px 10px;
}

.photo
{
	border:solid 2px black;
	margin-right:5px;
}

.tableheader
{
	font-weight:bold;
	color:#006699;
}

.validatorNoError
{
	display:none;	
}

.validatorError
{
	color:#ff0000;
	display:inline;	
}

.msg
{
	color:Red;
	font-weight:bold;
}