/* Global Styles */
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #003366;
	background-color: #88B6EF;
}

td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

a {
	color: #E6F3FF;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
}


/* Class Styles */
.bodyText {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height: 20px;
	margin-top: 0px;
}

.subHeader {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height: 16px;
	letter-spacing: .2em;
}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height: 30px;
}

.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
}

.inputbox {
	border: solid;
	border-width: 1px;
	border-color: #3366CC;
}


#left-thumb {
	position: absolute;
	top: 0;
	left: 0;
	padding-right: 1em;
	margin: 0;
	padding: 0;
}

#header-side-top {
	width:  360px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 200px;
}

#header-side-top-small {
	width: 225px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}

#header-side-bottom {
	height: 70px;
	background-image: url(images/header-bg2.jpg);
	background-repeat: repeat-x;
	background-position: center left;
	margin: 0 0 0 200px;
}

#header-side-bottom-small {
	height: 30px;
	background-image: url(images/header-bg2.jpg);
	background-repeat: repeat-x;
	background-position: center left;
	margin: 0px 0px 0px 0px;
}

#header-bottom {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	background-color: #6694D9;
	height: 15px;
	float: left;
	width: 100%;
}

#tagline {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9933;
	letter-spacing: .4em;
	line-height: 18px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#logo {
	position: inherit;
	padding: 30px 0px 0px 20px;
}

#logo-small {
	position: inherit;
	padding: 15px 0px 0px 30px;
	width: 180px;
	height: 35px;
}

#navigation {
	width: 200px;
	padding: 10px 0 30px 0;
	background: #E6F3FF;
	float: left;
	background-image: url(images/menu-bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	list-style-type: none;
}

#navigation a {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
    text-decoration: none;
    letter-spacing: .05em;
    line-height: 16px;
	color: #003366;
	display: block;
	padding: 8px 6px 10px 26px;
	background: url("images/square.jpg") 12px 50% no-repeat;
	border-top: 2px solid #C0DFFD;
}

#navigation a.lastNav {
	border-bottom: 2px solid #C0DFFD;
}

#navigation a:hover {
	background: #ffffff url("images/square-on.jpg") 12px 50% no-repeat;
	color: #FF6600;
}

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

#main-content-index {
    padding: 15px 180px 0 220px;
}

#main-content {
    padding: 10px 0 0 220px;
}

#main-content ul {
	list-style-type: square;
	color: #B61616;
}

h1 {
	font-size: 160%;
	font-weight: normal;
	color: #3366CC;
	line-height: 20px;
	letter-spacing: .2em;
}

h2 {
	font-size: 120%;
    font-weight: bold;
    margin: 30px 0 0 0;
	padding: 2px;
    color: #3366CC;
    letter-spacing: .2em;
	background-image: url(images/para-bk.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

h3 {
    font-size: 120%;
    font-weight: bold;
    padding: 2px;
    color: #3366CC;
}

#personnel {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
	padding: 30px 15px 0 0;
}

#personnel p {
	font-size: 90%;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

#footer {
	width: 100%;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	background-color: #6694D9;
	margin-top: 10px;
	height: 15px;
	clear: both;
}

#footer p {
	font-size: 90%;
	margin: 0px 5px;
	padding: 0px 5px;
}
