@charset "utf-8";
/************************/
/*      HTML tags       */
/************************/
body {
	font-size: 12px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../layout/headerbg.png);
	background-repeat: repeat-x;
	background-position:top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#6F778D;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #949FBA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6F778D;;
	margin:0px;
	padding:0px;
	color:#6F778D;
	font-size:24px;
}
h4 {font-size: 1.1em;}
a {color:#6F778D}
a:hover {
	color: #09F;
	font-size: 18px;
}
/*************************/
/*      containers       */
/*************************/

.header {
	height: 194px;
	text-align: left;
}
.header #tleft {
	margin-top: 135px;
	width: 227px;
	float: left;
}
.header #tright {
	float: right;
	margin-top: 135px;
	margin-right: 55px;
	margin-left: 350px;
}
#round {
	position: absolute;
	z-index: 10;
	margin-top: 0px;
	margin-left: 275px;
	width: 300px;
	height: 250px;
	background-image: url(../layout/round.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#logo {
	padding-top: 6px;
	padding-left: 47px;
}
.navcon {
	height:56px;
}


.bodycontainer1 {

	background-repeat: no-repeat;
	background-position: right top;
}
.bodycontainer2 {
	background-color:#FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	padding-bottom:0px;
	height: inherit;
}

.bodycontainerX2 {
	background-color:#FFFFFF;
	background-image: url(../layout/rbodyshadow.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom:30px;
}

.bodycontainer3 {
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	margin:0px;
	padding:0px;
}

.col1 {
	width: 400px;
	margin-top: 20px;
	margin-left: 50px;
}
.col2 {
	float: right;
	width: 400px;
	margin-right: 0px;
	margin-top: 20px;
	text-align: left;
	height: auto;
	padding-left: 0px;
	margin-left: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	font-size: 18px;
	color: #09F;
}
#flow {
	width: 880px;
		
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
	font-weight: bold;
	color: #666666;
	padding-left:10px;
}
.credits  a {
	color: #666666;
	text-decoration:none;
}
.credits  a img { border:0px;}
.credits  a:hover {
	color: #006699;
}
.error {
	font-weight: bold;
	color: #FF3333;
}

.menu {
	clear: both;
	margin: 10px; padding: 70px;	
}
.menu ul li a {	
	position: relative; bottom: 100px;
	float: right;
	color: #808080;
	padding: 10px 10px;
	text-decoration: none;
	border-bottom: 4px solid #808080; 	
}

