body {
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%;
	background-color:#3859a6;
	color:#FFFFFF;
	text-align:left;
}

#container {
	width:950px;
	margin:auto;
	text-align:left;
	background-color:#3859a6;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
}

#search {
	text-align:left;
	float:left;
	font-size:80%;
	width:200px;
}

#search input.search {
	border:0px solid #000000;
	width:150px;
	font-size:80%
	margin:0;
}

form {
	margin:0;
	padding:0;
}

#navbarbg {
	position:absolute;
	top:123px;
	height:23px;
	right:0px;
	width:100%;
	background-color:#47576a;
}
#navbar {
	position:absolute;
	top:123px;
	height:21px;
	width:928px;
	background-image:url(images/navbar_bg.jpg);
	text-align:right;
	padding:2px 10px 0px 10px;
	border-left:1px solid white;
	border-right:1px solid white;
	line-height: 100%;
}
/*
#spacer {
	height:240px;
	width:816px;
}
*/
#wrapper {
	width:948px;
	padding-top:190px;
	border-left:1px solid white;
	border-right:1px solid white;
	padding-bottom:10px;
}
#leftcol {
	background-image: url(images/column_top.png);
	background-repeat: no-repeat;
	background-position: 5px top;
	float:left;
	width:180px;
	padding:0px 5px 0px 5px;
	font-size: 90%;
	line-height: 140%;
 }
#maincol {
	margin-left: 230px;
	padding:0px 20px 0px 0px;
}
#rightcol {
	background-image: url(images/column_top.png);
	background-repeat: no-repeat;
	float:right;
	width:170px;
	padding:0px 10px 0px 5px;
	font-size: 90%;
	line-height: 140%;
}
#rightcontent {
	padding-right: 5px;;
}

#footer {
	font-size: 75%;
	line-height: 120%;
	clear:both;
	background-color:#274283;
	text-align:center;
	padding: 3px;
	border-left:1px solid white;
	border-right:1px solid white;
	border-bottom:1px solid white;
}
#footer a {
	color:#FFFFFF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 175%;
	color: #FFB200;
	line-height: 120%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFB200;
	font-size: 150%;
	line-height: 120%;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFB200;
	line-height: 120%;
}
h4 {
	color: #FFB200;
	font-size: 175%;
	line-height: 120%;
}
h5 {
	color: #FFB200;
	font-size: 150%;
	line-height: 120%;
}
h6 {
	color: #FFB200;
	line-height: 120%;
	font-size: 100%;
}

img {
	border: 2px solid #FFFFFF;
}

a {
	color: #FFB200;
}
a:hover {
	color:#FFFFFF;
}

#clear {
	clear: both;
}

#leftnav {
	text-align:right;
}

#navbar a {
	text-decoration:none;
	border: none;
	font-size: 90%;
	color:#FFFFFF;
}
/*first level*/
#pagenav {
	float:right;
}

#pagenav ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:3px;
}
#navbar ul li {
	margin:0px 5px 0px 5px;
	display:inline;
}
#pagenavdiv {
	text-align:left;
	margin:10px 10px 10px 0px;
}
#pagenavdiv a {
	text-decoration:none;
	color:#FFFFFF;
}
#pagenavdiv ul {
	margin: 0;
	padding-left:20px;
	list-style:none;
	list-style-image: url(images/arrow.gif);
}
#pagenavdiv ul li ul {
	margin-left:5px;
}
#leftcontent {
	padding:10px 5px 0 5px;
}

/* Breadcrumbs */

#breadcrumbs {
	position:absolute;
	top:108px;
	line-height: 100%;
	font-size: 90%;
}

#breadcrumbs a {
	text-decoration:none;
	border: none;
	color:#FFFFFF;
}

#breadcrumbs ul {
	margin: 0;
	padding: 0;
}

#breadcrumbs li {
	margin: 0;
	padding-left: 20px;
	display: inline;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	padding-top: 3px;
}

/*
module main content
#maincontent .centermoduletxt {
	padding:5px 20px 5px 20px;
}
#maincontent .centertxt {
	padding:5px 20px 5px 20px;
}
#maincontent .centerblock {
	padding:5px 20px 5px 20px;
}
#maincontent .centerheading {
	padding:5px 20px 5px 20px;
}
*/


input {
	border:solid 0px #999999;
}