/*****************************************/
/* Import ADDITIONAL USER APPLIED STYLES */
@import url(style.css);
/*****************************************/

/****************************/
/* GENERIC SITE LAYOUT ONLY */

@media screen, projection {


html {
	height: 100%;
	background:#aac5e4 url(/siteimages/bg.jpg) 0 0 repeat-x;
}

body {
	height: 100%;
	margin: 0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,p,form {
	margin:0;
	padding:0;
}

#wrapper {
	position: relative;
	min-height: 100%;
	margin:0 auto;
	width:760px;
}

* html #wrapper {
	height: 100%;
}

#header {padding-top:10px;height:174px;width:760px;}
#mid {float:left;}
#content {float: right;width:610px;margin-bottom:2.4em;}
.clear {clear:both;}
#footer {
	position: relative;
	width: 760px;
	height: 2.4em;
	line-height: 1em;
	margin: -2.4em auto 0 auto;
	vertical-align:	middle;
	clear:both;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */

* html #footer {
	margin-top: -2.4em;
}
#footer #footlinks {
	background-color:#000090;
}
#footer #footlinks a {
	display: inline;
	font-size: 0.8em;
}
#footer h6 {
	color: #fff;
	display: inline;
}

/* END LAYOUT */
/**************/

/******************************/
/* SPECIFIC SITE STYLING ONLY */

body, table {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:87.5%;
}
#wrapper{background:#f3fff3 url(/siteimages/cbg.gif) 0 0 repeat-y;}
#header {background:#70a4e0 url(/siteimages/header.jpg) 0 10px no-repeat;}
#header #sitetitle {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	position: absolute;
	top: 52px;
	left: 41px;
	color: #fff;
	font-size: 200%;
	cursor: default;
}
#header #sitesubtitle {
	font-family:Georgia,Times New Roman,Times,serif;
	position: absolute;
	letter-spacing:0.1em;
	top: 112px;
	left: 160px;
	color: #E8C95E;
	width: 500px;
	text-align: center;
	font-size: 150%;
	cursor: default;
}
#header #search {
	position: absolute;
	top: 20px;
	right: 10px;
}
#lang {
	position: absolute;
	right: 0;
}
#lang img {
	padding-left: 3px;
}
#breadcrumbs {
	background-color: #000090;
	color:#fff;
	padding: 2px 10px 4px 10px;
}
#breadcrumbs a:link,#breadcrumbs a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color:#fff;
}
#breadcrumbs a:hover,#breadcrumbs a:active {
	background-color: #000090;
	color:#fff;
}
#vert, #vert a:link,#vert a:visited {
	color:#D47F00;
	font-weight: bold;
}
#vert a:hover,#vert a:active {
	background-color:#639800;
	color:#fff;
}
#content {
	padding: 10px 15px;background-color:#ffffff;
}
#content a:link,#content a:visited {
	color:#70a4e0;
	font-weight: bold;
}
#content a:hover,#content a:active {
	background-color:#000090;
	color:#fff;
}

#content p {
	line-height: 1.4em;
	text-align: justify;
	margin: 0.5em 0 1em 0;
}
#content #guestbook .comment {
	line-height: 1.3em;
	text-align: justify;
	font-size: 0.8em;
}
#sitemap li, #sublinks {
	list-style:none;
	line-height: 1.4em;
}
#sublinks li {
	display: inline;
	padding-right: 0.5em;
}
#sitemap a:link,#sitemap a:visited {
	text-decoration: none;
	color:#70a4e0;
	font-weight: bold;
}
#sitemap a:hover,#sitemap a:active {
	background-color:#000090;
	color:#fff;
}
#footer {
	text-align:center;
	background-color:#000090;
}
#footer a:link,#footer a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color:#fff;
}
#footer a:hover,#footer a:active {
	background-color:#70a4e0;
	color:#fff;
}
.search li {margin-top: 15px;}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


}

/* END SCREEN STYLING */
/***************/


/*********************/
/* PRINT STYLES ONLY */

@media print {

html {
	background-color:#fff;
	background-image:none;
}
body {
	background-color:#fff;
	color: #000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12pt;
	padding: 1em;
	margin: 1em;
}
#udm, 
#search,
#w3c, 
#lang,  
#breadcrumbs, 
#vert, 
#sublinks, 
#footer {
	display:none;
}
a:link, a:visited, a:hover, a:active {
	color:#000;
}
#content p {
	line-height: 1.5em;
	text-align: justify;
	margin: 0.5em 0 1em 0;
}

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

}

/* END PRINT */
/*************/
