/* CSS layout: BGL */
body {
	margin: 0 auto;
	padding: 6px;
	font: 76% Arial, Helvetica, sans-serif;
	background: #f4f4f4 url(../images/backround.gif) repeat-y center;
}

#leftsidebar {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
	margin: 0 0 8px 0;
	border: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#topleftbox {
	clear: left;
	float: left;
	width: 150px;
	height: 100px;
	margin: 0 0 10px;
	padding: 0 0 0 2px;
	font-size: 0.9em;
	letter-spacing:0.1em;
	background: #f4f4f4 url(../images/topmenu.gif) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu {
clear: left;
float: left;
width: 150px;
margin: 0 0 0px 0;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style: none;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 1.1em;
}	

#menu li {
margin-bottom: 4px;
}

#menu li a {
font-weight: bold;
height: 26px;
text-decoration: none;
color: #74A8F5;
display: block;
padding: 5px 0 0 8px;
background: #ffffff;
border-left: 5px solid #74A8F5;
}	
	
#menu li a:hover {
background: #74A8F5;
color: #ffffff;
border-left: 5px solid #74A8F5;
}

.leftcolumn {
margin: 1px 0 1px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #F7F9F7;
line-height: 1.3em;
}

.rightcolumn {
float: right;
width: 94px;
background-color: #F7F9F7;
margin: 0 0 10px 10px;
padding: 5px;
font-size: 0.9em;
line-height: 1.5em;
}

#rightcolumn p {
	margin: 0 0 1.5em 0;
	list-style-position: inside;
	list-style-type: disc;
}

#content {
margin: 0 110px 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
	padding: 0px;
	display:inline;
	border: thin none #CCCCCC;
	background-color: #FFFFFF;
}

.bluebox {
	background-color: #EDF3FE;
	border: 1px solid #74A8F5;
	color: inherit;
	padding: 6px;
	margin: 2px;
	text-align: right;
	text-indent: 1px;
	vertical-align: top;
}

.rightcontentbox {
background-color: #ffffff;
width: 49%;
float: right;
overflow: hidden;
}

.leftcontentbox {
background-color: #ffffff;
width: 49%;
float: left;
overflow: hidden;
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #74A8F5;
}

a:hover {
text-decoration: underline;
color: #74A8F5;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 3px solid #74A8F5;
width: 760px;
text-align: center;
color: #74A8F5;
font-size: 0.9em;
}

#footer a {
color: #74A8F5;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #74A8F5;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.9em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.styledarkgray {color: #666666}
.stylelightgray {color: #999999}
.styleorange {color: #FF9933}
.stylelightblue {color: #74A8F5}
.stylegreen {color: #7FC022}


/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* form styles */

.formLabel {
	font-family: arial, helvetica, sans-serif, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	height: 5px;
	color: #95A5A6;
	vertical-align: top;
	padding: 0;
	text-transform: uppercase;
	vertical-align: bottom;
}

.formField {
	padding: 2px;
	font-family: arial, helvetica, sans-serif, Helvetica, sans-serif;
	font-size: 10px;
}

.formFieldSmall {
	font-family: arial, helvetica, sans-serif, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 100px;
	height: 20px;
	border: 1px solid #ACB8B9;
	background-image: url(../images/bg_medium.gif);
}

.formFieldMedium {
	font-family: arial, helvetica, sans-serif, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 190px;
	height: 20px;
	border: 1px solid #ACB8B9;
	background-image: url(../images/bg_medium.gif);
}

.formFieldLarge {
	font-family: arial, helvetica, sans-serif, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 200px;
	height: 120px;
	border: 1px solid #ACB8B9;
	background-image: url(../images/bg_medium.gif);
	background-repeat: no-repeat;

}

