/* xxxxxx Global Styles xxxxxx */

body {
	margin:0;
	background: #ccc url(_imgs/background.jpg);
	font-family:'Lucida Sans Unicode','Lucida Grande','Lucida Sans','DejaVu Sans Condensed',sans-serif;
	}

#container {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	}

img {border: none;}

strong {color: #f44;}

/* xxxxxx Header xxxxxx */

#header {
	position: relative;
	height:110px;
	margin:0 auto;
	background:#fff url(_imgs/banner.gif) no-repeat;
	}

#navigation {
	position: absolute;
	right: 10px;
	bottom: 0;
	}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#navigation li {
	float:left;
	margin: 0;
	padding: 0;
	}
	
#navigation li a:link, #navigation li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	margin: 0 4px 0 0;
	line-height: 30px;
	background: #373A65;
	}

#navigation li a:hover, #navigation li a:active {
	background: #9FA4DB;
	color: #fff;
	}

/* xxxxxx Content xxxxxx */
#content {
	margin-top: 25px;
	padding-bottom: .5em;
	}

#leftCol {
	float:left;
	width:470px;
	margin: 0;
	padding: 0 25px;
	}
	
#leftCol h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #313896;
	margin: 0 0 .4ex 0;
	}

#leftCol h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #313896;
	margin: 2ex 0 0 0;
	}

#leftCol p {
	font-size: .9em;
	line-height: 1.4em;
	margin: .7ex 0;
	}
	

#rightCol {
	float:right;
	width:200px;
	padding: 10px 38px;
	margin:5px 0 10px 0;
	border-left: 2px dotted #313896;
	background:#fff;
	}

#rightCol p {
	font-size: .8em;
	line-height: 1.2em;
	margin: 0 0 1ex 0
	}

#rightCol h3 {
	color: #9FA4DB;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	}

/* xxxxxx footer xxxxxx */
#footer {
	width: 800px;
	margin: 0 auto;
	}

#footer p {
	font-size:.8em;
	color: white;
	}
	
#footer a:link, #footer a:visited {color: #373A65;}

#footer a:hover {color: #9FA4DB}


/* xxxxxx Miscellaneous Styles xxxxxx */

.clear {
	line-height: 0;
	clear:both;
	}

