/* Media Imports -----------------------------------------------------*/
@import url("browserdefaults_compact.css");
@import url("broswerforms_compact.css");



/* Globals -----------------------------------------------------*/
body {
	background-color: #F0F0F0;
	color: #333333;
	font-family: Verdana, Univers, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	}

/* links */
a:link {color: #00409D; text-decoration:underline;}
a:visited {color:#4070B6; text-decoration:none;}
a:hover {color: #80A0CF; text-decoration:underline;}
a:active {text-decoration:none;}



/* Frame -----------------------------------------------------*/
#container {
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	margin: 1em auto;
	text-align: left;
	width: 90%;
	}

#container div.in {
	margin: 1.5em;
	padding: 0;
	}



/* Breadcrumbs -----------------------------------------------------*/
#breadcrumbs {
	font-size: smaller;
	margin: 1em 0 1em 5%;
	text-align: left;
	}

#breadcrumbs a {color: #00409D; text-decoration:none;}
#breadcrumbs a:hover {color: #80A0CF; text-decoration:underline;}


/* Head -----------------------------------------------------*/
#head {
	background-color: #00409D;
	border-top: 1px solid #264D72;
	border-left: 1px solid #264D72;
	border-right: 1px solid #19334C;
	border-bottom: 1px solid #19334C;
	height: 80px;
	position: relative;
	}

#logo {
	height: 80px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 265px;
	}

#search {
	bottom: 0;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	}



/* Left -----------------------------------------------------*/
#left {
	float: left;
	font-size: 85%;
	margin-top: 1.5em;
	width: 20%;
	}

/* left links */
#left a:link {color: #002B6E; text-decoration:none;}
#left a:visited {color:#4070B6; text-decoration:none;}
#left a:hover {color: #80A0CF; text-decoration:underline;}
#left a:active {text-decoration:none;}
#left h3 a {color: #00409D;}

.navbox {
	margin: 0 0 1em 0;
	}

.navbox h3 {
	color: #00409D;
	margin: 0;
	padding: 0.2em;
	}

.navbox ul {
	list-style: none;
	margin: 0;
	padding: 0.2em;
	}

.navbox li {
	border-top: 1px solid #dddddd;
	padding: 0.2em 0.4em;
	}



/* Content -----------------------------------------------------*/
#content {
	float: left;
	line-height: 1.4em;
	width: 80%;
	}

#content small {
	font-style: italic;
	font-weight: lighter;
	}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, TimesNR, serif;
	}

dl {margin: 1em;}

dd {
	font-size: smaller;
	margin: 1em; 
	margin-top: 0;
	}

dl.sidebar {
	background: #E6ECF6;
	border: 1px solid #80A0CF;
	float: right;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 0 1em 1em;
	padding: 0.5em;
	width: 25%;
	}

dl.sidebar dt {
	font-weight: bolder;
	}

/* Content: Forms Mail Script -----------------------------------------------------*/
#formmail fieldset {
	border: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0.5em;
	}

#formmail legend {
	background: #ffffff;
	color: #00409D;
	font-family: Georgia, "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, TimesNR, serif;
	font-size: 1.25em;
	padding: 0.2em 0.5em;
	}

#formmail label {
	}

#formmail dt {
	color: #666666;
	font-size: smaller;
	font-weight: bolder;
	}

#formmail .index {
	font-weight:bold;
	}

#formmail .error {
	color: #FF0000;
	}

#formmail .asterisk {
	font-size: smaller;
	text-align: right;
	}

#poweredby {
	display: none;
	text-align:center;
	}


/* Footer -----------------------------------------------------*/
#footer {
	color: #999999;
	font-size: smaller;
	margin: 0 0 0 5%;
	padding-bottom: 2em;
	text-align: left;
	}

