/*
red
#933

Blue
#3399CC

Green
#993 

*/

/******* global sets *******/ 
html {overflow-y: scroll;} 
body {
	font-family: "trebuchet", verdana, arial, san-serif;
	font-size:62.5%;
	color:#666666;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}
a, a:link, a:hover, a:visited {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:underline;
}
p {
	font-size:1.2em;
	margin: 0 0 1em  0;
}
p a {
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}

ul{
	margin-top:0em;
	margin-bottom: 0em;
}
li {
	list-style-type:none;
	font-size: 1.1em;
}
#sidebar div ul li {
	list-style-position:outside;
	list-style-image:url(img/li_.gif);
	list-style-type:none;
	margin: 0.2em 0 0.5em 1.5em;
}

/******* layout*******/


#container {
	width:90em;
	margin:auto;
	margin-top: 1em;
	
}
.container2{
	width:90em;
	margin:auto;
	margin-top: 0em;
	
}
#masthead {
	width:90em;
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: top;
	padding: 1em 0 0em 0;
	-webkit-border-radius-topleft: 12px;
	border-radius-topleft: 12px;
	-webkit-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	background-image: url(img/headerbar.jpg);
}
#masthead a {color:#FFFFFF;
}

#contentbottom {
	width:87em;
	clear: both;
	margin: 2em 0;
	padding: 1.5em;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url(img/sidebar.gif);
	background-repeat: repeat-y;
	background-position: right top;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}
	#contentbottom2 {
	width:87em;
	clear: both;
	margin: 2em 0;
	padding: 1.5em;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url();
	background-repeat: repeat-y;
	background-position: right top;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}

#maincontent {
	width:50em;
	float:left;
	padding: 0em 1em;
	}
#maincontentFull {
	width:85em;
	float:left;
	padding: 0em 1em;
	}

#sidebar {
	width:32em;
	float:right;
	padding: 0em 0.9em 0em 1.3em;
	
}

#sidebar h3 {
	padding:0em 1em 0em 0em;
	color:#000000;
	font-size: 1.4em;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0 0 1em 0;
}
#sidebar div {
	width: 28em;
	padding:1em 2em 2em 2em;
	margin-bottom:1.5em;
	background-color: #E8E8E8;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
#maincontent div {
	width:27em;
	float:left;
	padding-right: 1.5em;
}
#maincontent {
	width:50em;
	float:left;
	padding: 0em 1em;
	}

#sidebarleft {
	width:32em;
	float:left;
	padding: 0em 0.9em 0em 1.3em;
	background: none;
	
}

#sidebarleft h3 {
	padding:0em 1em 0em 0em;
	color:#000000;
	font-size: 1.4em;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0 0 1em 0;
}
#sidebarleft div {
	width: 27em;
	padding:1em 2em 2em 2em;
	margin-bottom:1.5em;
	background-color: #E8E8E8;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
#maincontentright div {
	width:27em;
	float:right;
	padding-right: 1.5em;
}
dl {
	padding:0em 0 2em 1em;
}
dt {
	font-weight: 100;
	color: #001D69;
	padding-top: 0.8em;
}
dd {
	margin: 0;
}
dl dt ul li {
}
#footer {
	clear:both;
	padding: 1em 1em 1.5em 1em;
	background: url(img/footerfade.jpg) repeat-x top;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size:1.1em;
	color: #FFFFFF;
}
.spacer {
	clear:both;
}

/******* navigation*******/
/* 
Test divs
border: #000 thin solid 1px;

	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius-bottomleft: 15px;
	border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
*/


#navbar {
	width:90em;
	overflow:hidden;
	}

ul#nav {
	width: 94em;
	margin: 0;
	overflow:hidden;
	padding: 0;
	}
ul#nav li {
	float:left;
	margin:0;
	padding:0;
	font-size:1em;
	}
ul#nav li a {
	display:block;
	padding:0.7em 1.4em 0.7em 1.3em;
	font-size:1.2em;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 0.1em;
	background-image: url(img/nav_bg.jpg);
	background-position: left bottom;
	}

ul#nav li a:visited {
	color:#333333;
	}
ul#nav li a:active {
color:#fff;
	}
ul#nav li a:hover {
	text-decoration:none;
	color:#fff;
	background-image: url(img/nav_bg2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
ul#nav li .selected{
	text-decoration:none;
	color:#FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(img/nav_bg2.jpg);
	background-color: #999999;
	}
/******* SUB navigation*******/

ul#nav li ul {

	list-style: none;
	background:#FC3;
	position: absolute;
	display:none;
}
ul#nav li ul li {
	float:none;
	clear: both;
	border:#ccc thin solid;
}
ul#nav li:hover ul { 
	display: block; 
}

/******* font settings*******/

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	font-weight: bold;
}
#masthead h4 {
	color:#FFFFFF;
	text-align:right;
	padding: 3em 0.4em 0.5em 1em;
	font-size: 1.1em;
}
h1 {
	color:#FF9933;
	margin-bottom:0.6em;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 1.5em;
}

h2 {
	color:#003366;
	margin-bottom:0.5em;
	width: 95%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 1.4em;
}
#sidebar h2 {
	color: #003366;
}
h3 {
	color:#0000CC;
	font-size:1.3em;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
h4 {
	color: #FF9900;
	font-weight: bold;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1.4em;
}
h6 {
	font-style: italic;
	margin: 0;
}
strong {
	font-weight: bold;
}

#footer a:link, a:visited {
	text-decoration:none;
	color:#fff;
}

#footer a:hover, a:active {
	text-decoration:underline;
	color:#fff;
}
#img {
	width:88em;
	padding:1em 1em 13.3em 1em;
	background-color:#FFFFFF;
	overflow: hidden;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#img p {
color:#fff;
}
#img h2 {
	color:#FFFFFF;
	font-weight:bold;
	border: none;
}
.pictureleft {
	float: left;
	margin: 0.5em 1em 1em 0;
}
.pictureright {
	float: right;
	margin: 0.5em 0em 1em 1em;
}
#maincontent ul {
	padding:0 0 2em 0;
	margin:0;
}
#maincontent li {
	list-style-type: disc;
	list-style-position: inside;
	padding:0 0 0 0;
	margin:0;
}
#maincontentright {
	float: right;
	width: 52em;
}
#sidebarleft a {
	color: #333333;
	
}
#sidebarleft a:hover {
color:#fff;
font-weight:bold;
}
s
#maincontentFull li {
	margin: 0px;
	padding: 0px;
}
#maincontentFull ul {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#maincontentright li {
	margin: 0px;
	padding: 0px;
}
#maincontentright ul {
	padding: 1em 0 1.5em 1em;
}
#sidebarleft li {
padding: 0.5em 0;
}

#contact li {
	list-style-type: none;
}

