body {
	background-color:#384d8e;
}

#shadowContainer {
	width:950px;
	margin:0 auto;
	background-image:url('../images/bg.jpg');
}

h1 {
	font-size:2.5em;
	color:#384d8e;
	line-height:1.3em;
	padding-top:20px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
	border-bottom: solid 2px #333399;
	line-height:2.3em;
	font-family:Arial, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

#content > h3 {
	font-size:1em;
	font-weight:bold;
	font-family:Arial, Arial, Helvetica, sans-serif;
	padding:15px 0px;
}

#container {
	width:900px;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin:0 auto;
	background-color:#f2f2f2;
}

#left {
	width:660px;
	float:left;
	padding:20px;
	background-color:white;
}

#right {
	width:200px;
	float:left;
	background-color:#f2f2f2;
}

#contact {
	float:right;
	font-size:1.3em;
	color:#a7a7a7;
	font-family:Trebuchet MS, Helvetica, sans-serif;
}

#content {
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.3em;
}

.feature {
	background-color:#384d8e;
	width:600px;
	border:4px outset gray;
	margin:20px auto;
}

.featureL {
	width:150px;
	float:left;
	background-color:#384d8e;
}

.featureR {
	width:450px;
	float:left;
	clear:right;
	background-color:white;
}

.featureL img {
	display:block;
	margin:50px auto 0px auto;
	border:3px outset gray;
}

.feature ul {
	background-color:white;
	list-style:disc;
	padding:15px;
	padding-left:25px;
}

.feature ul.featureListL {
	background-color:white;
	list-style:disc;
	padding:15px;
	padding-left:25px;
	width:40%;
	float:left;
}
.feature ul.featureListR {
	background-color:white;
	list-style:disc;
	padding:15px;
	padding-left:25px;
	width:40%;
	float:right;
}

.feature h3 {
	background-color:#c0c0c0;
	border-bottom:solid 2px #384d8e;
	text-align:center;
	font-size:1em;
	font-weight:bold;
	font-family:Arial, Arial, Helvetica, sans-serif;
	line-height:2em;
	clear:both;
}

.footerMenu {
	padding:10px 0px;
}

.footerMenu  li {
	display:inline;
	font-size:0.6em;
}

#contactInfo {
	border-top:solid 1px black;
	padding:5px 0px;
	margin:15px auto;
	font-size:0.6em;
	line-height:1.2em;
}

#contactL {
	width:40%;
	float:left;
}

#contactR {
	width:40%;
	float:right;
}

ul#contactR  li{
	text-align:right;
}

.navMenu  li {
	background-image:url('../images/menuBG.png');
	height:45px;
	line-height:45px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

.navMenu a {
	display:block;
	padding-left:10px;
	text-decoration:none;
	color:black;
	font-size:0.8em;
}

.navMenu a.active {
	background-image:url('../images/menuBGA.png');
	display:block;
	padding-left:10px;
	border-bottom:solid 1px #c1c1c1;
	line-height:44px;
}

.navMenu a:hover {
	background-image:url('../images/menuBGA.png');
	display:block;
	padding-left:10px;
	line-height:44px;
	border-bottom:solid 1px #c1c1c1;
}

#navInfo {
	text-align:center;
	font-size:0.6em;
	line-height:1.2em;
	font-family:tahoma,arial,helvetica,sans-serif;
}

#navInfo h4 {
	font-weight:bold;
	padding:10px 0px;
}

#navInfo p {
	padding:5px 0px;
}

div.error {
	width:520px;
	background-color: white;
	border:dashed 2px #bf4848;
	margin:10px auto;
	padding:10px 20px;
}

div.error h3 {
	font-size:1.4em;
	line-height:1.7em;
	color:#384d8e;
}

div.error ul {
	color:black;
	list-style:disc;
	padding:10px;
}

div.error p {
	color:#bf4848;
}

table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
	
table th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	vertical-align: middle;
}
	
table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	padding:5px;
	vertical-align: middle;
}

	
.center {
	text-align:center;
}

.clearboth {
	clear:both;
	line-height:0.01em;
	font-size:0.01em;
}

.bold {
	font-weight:bold;
}

.centerblock {
	display:block;
	margin:0 auto;
}
