﻿/****** General layout ******/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #CCFFFF;
	font: 62.5%/1.75em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	min-width: 850px;
}
#Wrapper {
	width: 850px;
	text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
	}
	
#MainContainer {
    background: url(imgs/bg-right-col.jpg) repeat-y right top;
	float: right;
	width: 700px;
	min-height: 318px;
	margin-top: 24px;
}
#ColLeft {
	position: relative;
	width: 130px;
	float: left;
	margin-top: 24px;
}
#ColRight {
	width: 166px;
	float: right;
	padding: 8px;
	text-align:center;
}
#ColContent {
	position: relative;
	width: 500px;
	float: left;
	top: 0px;
	left: 1px;
}

/* --------------------------------- HEADER ---------------------------------*/

#Header {
	/*background: url(../imgs/header.jpg) no-repeat left top;*/
	margin-top: 0px;
	height: 170px;
	background-image: url('imgs/header.jpg');
}
#Header h1 {
	font-size: 1em;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 338px;
	height: 170px;
	overflow: hidden;
	cursor: pointer;
}
/* fixing IE6 absolute positioning issue */
#Header > h1 {
	position: absolute;
	top: 0px;
}
#Header h1 span {
	/*background: url(../imgs/logo.jpg) no-repeat left top;*/
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
}

/* --------------------------------- MENU ---------------------------------*/

#Menu {
	margin:0;
	list-style:none;
	height: 30px;
	text-align: right;
}
#Menu li {
	float:right;
	width:auto;
	text-align: right;
	clear:both;
	width:130px;
}
#Menu li a {
	height: 30px;
	width: auto;
	line-height: 15px;
	color: #000080;
	text-decoration: none;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	clear: right;
}
#Menu li a:hover {
	color:#333;
}
#Menu .visit {
	color:#333;
	font-weight:bold;
}

/* --------------------------------- CONTENT GENERAL STYLES ---------------------------------*/

.Bold {
	font-weight:bold;
}

.boldgreen {
	font-weight: bold;
	color: #000080;
}


.seperator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #66CCFF;
	margin: 18px 0 18px 0;
	clear: both;
}
img {
	margin-top:12px;
}
.Linkslink {
	color: #333;
	text-decoration: none;
}
.indent {
	margin-left: 2em;
}

.logos {
	list-style:none;
	text-align:center;
	margin-bottom:0px;
}

/* --------------------------------- CONTENT STYLES ---------------------------------*/

#ColContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1.2em;
	text-align:justify;
}

#ColContent a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	text-decoration: none;	
}
#ColContent a:hover {
	color: #000080;
	text-decoration: none;
}


#ColContent h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #000080;
	line-height: 1.2em;
}
#ColContent h2, #ColContent h3, #ColContent h4, #ColContent h5, #ColContent h6 {
	font-size: 1.5em;
	margin-bottom: 2px;
}
#ColContent ul {
	font-size: 1.2em;
	list-style-type: none;
	margin-left: 24px;
	font-weight: bold;
	color: #528412;
}
#ColContent ul.Gray {
	font-size: 1.2em;
	list-style-type: none;
	margin-left: 24px;
	font-weight: bold;
	color: #333;
}
#ColContent ul.left {
	float: left;
	margin-right: 66px;
}
#ColContent .BullList {
	list-style:disc;
}
#ColContent .LinkList {
	margin-left:0px;
	margin-bottom:12px;
}
#ColContent .LinkList li {
	margin-top:8px;
}

#ColContent .LinkList a {
	font-weight:normal;
	text-decoration:none;
}
#ColContent .LinkList a:hover {
	color:#528412;
}

#ColContent .LinkList1 {
	margin-left:0px;
	margin-bottom:12px;
}
#ColContent .LinkList1 li {
	margin-top:0px;
}
#ColContent .LinkList1 a {
	font-weight:bold;
	text-decoration:none;
	color:#000080;
}
#ColContent .LinkList1 a:hover {
	color:silver;
}

#ColContent .mailink {
	color:#528412;
}
#ColContent .mailink:hover {
	color:#333;
	text-decoration:underline;
}
#ColContent .pubs p {
	text-align:left;
	font-size: 0.8em;
}


/* --------------------------------- RIGHTCOL STYLES ---------------------------------*/

#ColRight p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	margin-bottom: 1.2em;
	text-align:center;
}

#ColRight h3 {
	color: #000080;
	font-size: 1.5em;
	margin-bottom: 12px;
}
#ColRight ul {
	font-size: 1.2em;
	font-weight:bold;
	list-style-type: none;
	margin-left: 0px;
	color: #333;
	margin-bottom: 12px;
}
#ColRight ul li {
	margin-bottom: 12px;
}
#ColRight a {
	color:#333;
	text-decoration:none;
}
#ColRight a:hover {
	color: #000080;
	text-decoration: none;
}

/* --------------------------------- FOOTER COMPLETE ---------------------------------*/

#FooterOuter {
	width: 100%;
	clear: both;
	margin-top: 0px;
	position: relative;
	margin-bottom: 24px;
}
#Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000080;
	text-align: right;
	border-top: 1px solid #66CCFF;
	clear: both;
	width: 850px;
	height: 60px;
	margin-left: -425px;
	left: 50%;
	z-index: 5;
	position: absolute;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-top: 6px;
}
#Footer a {
	text-decoration: none;
	color: #000080;
}
#Footer a:hover {
	color: #333;
}
