* {
	margin : 0;
	padding: 0;
	border: 0;
}

body {
	font-family : Arial;  
	font-size : 9pt; 
	background-color: #2369B0;
	height: 100%;
	min-height: 100%;
}

H1 {
	font-family : Arial; 
	font-size : 11pt; 
	color: #1d5995; 
}

H2, H3, H4 {
	font-family : Arial; 
	font-size : 10pt; 
	font-weight: bold;  
	margin-top: 2px; 
	margin-bottom: 2px;
}

A {
	text-decoration: none; 
	color: #1d5995;
}

A:Hover {
	text-decoration: none; 
	color: #0066FF;
}

.form_error {
	color:red;
}

.negative_text {
	color:white;
}

.highlight_text {
	color: #006600;
}

.large_text {
	font-family : Arial; 
	font-size : 14pt; 
	font-weight: bold;
}

.redStyle {
	color: #ff0000;
	font-style:italic;
	font-weight: bold;	
}

div#nav {
	width: 100%;
	height: 28px;
	line-height: 28px;
	background-image:url(images/03_nav_blanks.gif);
	background-repeat:repeat-x;
	min-width: 1000px;
}

* html div#nav {
	margin-top: -3px;
}

div#nav ul {
	float: left;
	position: relative;
	list-style: none;
	left: 150px;
}

div#nav li {
	float: left;
	text-decoration: none;
	padding-right: 5px;
}

div#nav li a { 
	color: #000;
}

div#nav li a:hover{	
	color: #fff;
}

span#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 145px;
}

span#banner {
	position: static;  
	top: 0;	
	float:right;
	width: 618px;
}

* html span#banner {
	margin-left: -618px;
}

span#callus {
	position: absolute;
	top: 50px;
	left: 290px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	padding: .5em;
	min-width: 300px;
}

* html span#callus {
	width: 300px;
}

div#header {
	width: 100%;
	height: 91px;
	background-color: #1d5995;
	min-width: 1000px;
}

* html div#header {
	border-left: 1000px;
}

div#main {
	height: 700px;
	width: 100%;
	background-image:url(images/back-gradient.jpg);
	background-repeat:repeat-x;
	background-color: #2369B0;
	min-width: 1000px;	
}

div#content {
	width: 750px;
	height: 650px;
	position: relative;
	left: 90px;
	background-color: #fff;
	border: 2px solid #1D5995;
	border-bottom: 0;
	padding-top: 1em;	
}

div#content a {
	color: #1D5995;
	text-decoration: none;
}

div#content a:hover {
	color: #0066FF;
}

* html div#content {
	width: 775px;
}


h1.pageTitle {
	color: #1D5995;
	font-size: 1.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 2.6em;
	padding-top: 1em;	
}

h2.title {
	color: #1D5995;
	font-size: 1.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 2.6em;
}

h2.titleSmall {
	color: #1D5995;
	font-size: 1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 1em;
}

h2.subTitle {
	color: #1D5995;
	font-size: 1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 1em;
	padding-left: 3.5em;
}

p.bigText {
	font-size: 1.15em;
	width: 630px;
	padding-left: 4em;
	padding-top: 1em;		
}

p.stdText {
	font-size: 1.15em;
	width: 500px;
	padding-left:4em;
}

div.chunk {
	width: 100%;
	margin-top: 1em; 
	float:left;
	background-color: #fff;
}

div.chunk input {
	border: 2px inset; 
	position: relative; 
	margin: .1em;
}

div.standout {
	margin-top: 3em;
	position: relative;
	background-image: url(images/gold-gradient.jpg);
	background-repeat:repeat-x;
	width: 726px;
	padding: 1em;
	padding-top: 2em;
	border-top: 3px solid #1D5995;
	border-bottom: 3px solid #1D5995;	
	height: 110px;
}

div.standout img {
	float:right;
	position: absolute;
	top: 20px;
	right: 30px;
	border: 1px solid #1d5995;
}

* html div.standout {
	width: 751px;
}

div.thirds {
	float:left;
	position: relative;
	width: 235px;
	height: 245px;
	padding: 15px 3px 15px 10px;
	border-right: 3px solid #1D5995;
	border-bottom: 3px solid #1D5995;
	text-align: center;
	background-color: #fff;
}

div.thirdsRight {
	float:left;
	position: relative;
	width: 235px;
	height: 245px;
	padding: 15px 3px 15px 10px;
	border-bottom: 3px solid #1D5995;	
	text-align: center;
	background-color: #fff;
}

div.custRight {
	float:left;
	position: relative;
	width: 486px;
	padding: 15px 3px 15px 10px;
	border-bottom: 3px solid #1D5995;	
	text-align: center;
	background-color: #fff;
}

ul.thirds{
	list-style: inside;
}

* html div.thirds {
	height: 250px;
	padding-left: 10px;
	width: 243px;
}

* html div.thirdsRight {
	height: 250px;
	padding-left: 10px;
	float: right;
	width: 244px;
}

* html div.custRight {
	padding-left: 10px;
	float: right;
	width: 503px;
}

div#footer {
	position: relative;
	padding: 1em 0 .5em 0;
	width: 750px;
	left: 90px;
	float: left;
	text-align: center;
	background-color: #fff;
	border: 2px solid #1D5995;
	border-top: 0;
}

* html div#footer {
	width: 775px;
}


div#subFooter {
	width: 750px;
	float: left;
	position: relative;
	left: 85px;
	background-color: #2369B0; 
	padding-left: 10px;
	margin-top: .5em;
}

* html div#subFooter {
	width: 773px;
	margin-top: 3px;
	float: left;
}

span#w3clogo {
	float: right;
}

span#copy {
	float: left;
	text-align:center;
	color: #fff;
	font-weight: bold;
}

#sidebar H2{
	margin: 2px;
}

#sidebar A{
	text-decoration: none;
	color: white; 
	font-weight: bold;
}

#sidebar A:Hover{
	text-decoration: none; 
	color: yellow; 
	font-weight: bold;
}

div.tablePics {
	margin: 2em;
	padding: 2em;
}

div#translation {
	margin: 0 0 .3em 0;
	padding: 0 0 .3em 0;	
}

div#translation p {
	padding-bottom: .2em;	
}

div#site_satisfaction {
	float: right;
	position: relative; 
	top: 30px; 
	right: 80px; 
	border: 1px dashed #2369B0; 
	padding: 1em;
}
