﻿*
{
	padding:0; margin:0;
}

body
{
	font-size: 75%;
	background-color: #d2d1c9;
	font-family: arial,sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

h1
{
	padding-bottom: 10px;
}

h2
{
	padding-top: 10px;
	padding-bottom: 5px;
}

p
{
	padding-top: 5px;
	padding-bottom: 5px;
}

textarea
{
	font-family: arial,sans-serif;
	font-size: 12px;
}

img
{
	border: none;
}

a
{
	color: #3287b5;
	text-decoration: none;
}
a:hover 
{
	color: Black;
	text-decoration: underline;
}

.page-container
{
	width: 900px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: white;
}

.main
{
	clear: both;
	width: 900px;
	border: #9f9b8b 1px solid;
	padding-top: 30px;
	padding-bottom: 20px;
}

.leftColumn
{
	display: inline /*Fix IE floating margin bug*/;
	float: left;
	width: 170px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
	background: #FFFFFF;
	text-align: center;
}

.mainContent
{
	float: left;
	width: 500px;
	margin: 0px 0px 0px 10px;
}

.mainContent ul
{
	margin-left: 30px;
}

.rightColumn
{
	float: right;
	width: 180px;
	margin: 0px 15px 0px 0px;
}

.infoBoxTitle
{
	background-color: #82c6eb; /*	background-image:url(../images/bottomShade.png);*/
	background-image: url(../images/downshade.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.topleftCorner
{
	background: url(../images/corner_topleft.png) 0 0 no-repeat;
}
.toprightCorner
{
	background: url(../images/corner_topright.png) 100% 0 no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	color: White;
	font-weight: bold;
}
.infoBoxText
{
	padding:0px 5px 0px 5px;
	border:1px solid silver;
	background-image:url(../images/downshade.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.footer
{
	width: 900px;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-left: solid 1px #9f9b8b;
	border-right: solid 1px #9f9b8b;
	border-bottom: solid 1px #9f9b8b;
	color: #9f9b8b;
	vertical-align: bottom;
}

/* HEADER */
.header
{
	width: 900px;
}

.navTop
{
	margin-top: 0px;
	padding-top: 0px;
	white-space: nowrap;
	float: left;
	width: 100%;
	background-color: #d2d1c9;
	color: #000000;
}
.navTopSub
{
	margin-top: 0px;
	padding-top: 0px;
	white-space: nowrap;
	background-color: #d2d1c9;
	color: #000000;
	display: none;
	position: absolute;
	overflow: hidden;
	-moz-opacity: 0.9;
	filter: Alpha(Opacity=90);
	opacity: 0.9;
}
.navTop ul, navTopSub ul
{
	position: relative;
	z-index: 100;
	list-style-type: none;
}
.navTop ul li
{
	float: left;
	z-index: auto !important /*Non-IE6*/;
	z-index: 1000 /*IE6*/;
	border-left: #9f9b8b 1px solid;
	border-top: #9f9b8b 1px solid;
	border-right: #9f9b8b 1px solid;
}
.navTopSub ul li
{
	z-index: auto !important /*Non-IE6*/;
	z-index: 1000 /*IE6*/;
	border-collapse: collapse;
	border: #9f9b8b 1px solid;
	list-style-type: none;
}
.navTop ul li a, .navTopSub ul li a
{
	float: none !important /*Non-IE6*/;
	float: left /*IE-6*/;
	display: block;
	height: 2.0em;
	line-height: 2.0em;
	padding: 0 8px 0 8px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.navTop ul li a:hover, .navTopSub ul li a:hover
{
	position: relative;
	z-index: 1000;
	background-color: #9f9b8b;
	color: #ffffff;
	text-decoration: none;
}

.main:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

