
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #003163;*/
	background: url(../images/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:12px;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1
	{
	font: 24pt verdana, arial;
	margin: 0;
	}

h2
	{
	font: 18pt verdana, arial;
	margin: 0;
	}

h3
	{
	font: 12pt verdana, arial;
	margin: 0;
	}

th a
	{
	color: #00008b;
	font: 8pt verdana, arial;
	}

a
	{
	color: #00008b;
	text-decoration: none;
	}

a:hover
	{
	color: #00008b;
	text-decoration: underline;
	}

div.outer
	{
	width: 90%;
	margin: 15%;
	}

a.tinylink
	{
	color: #00008b;
	font: 8pt verdana, arial;
	text-decoration: underline;
	}

a.link
	{
	color: #00008b;
	text-decoration: underline;
	}

div.buffer
	{
	padding-top: 7%;
	padding-bottom: 17%;
	}

.small
	{
	font: 8pt verdana, arial;
	}



table td.nopad
	{
	padding-right: 5%;
	}

.headings { 
 	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	 }

.TD { FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Verdana }

.TH { FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Verdana }

.H4 {
	FONT-SIZE: 16px;
	COLOR: #666666;
	FONT-FAMILY: Verdana
}

.H4-5 {
	FONT-SIZE: 14px;
	COLOR: #666666;
	FONT-FAMILY: Verdana
}

.H3-5 {
	 FONT-SIZE: 18px; COLOR: #666666; FONT-FAMILY: Verdana
}

.H3 {
	 FONT-SIZE: 16px; COLOR: #3399FF; FONT-FAMILY: Verdana; FONT-weight: bold;
}

.H2 {
	FONT-SIZE: 24px; COLOR: #666666; FONT-FAMILY: Verdana
}
.H2-5 {
	FONT-SIZE: 20px; COLOR: #666666; FONT-FAMILY: Verdana
}


.H1 {
	FONT-SIZE: 36px;
	COLOR: #666666;
	FONT-FAMILY: Verdana;
	line-height: normal
}

.H1-5 {
	FONT-SIZE: 30px;
	COLOR: #666666;
	FONT-FAMILY: Verdana;
	line-height: normal
}

.greymain {
	FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Verdana
}
.lightblueheadings {
	FONT-SIZE: 10px;
	COLOR: #3399FF;
	FONT-FAMILY: Verdana;
	text-transform: uppercase;
}


 
/* link disabled
 
:link {
	FONT-SIZE: 10px;
	COLOR: #666666;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: none
}

:visited {
	FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: Verdana; TEXT-DECORATION: none
}

*/


 
 
.newmaintext {
	FONT-SIZE: 12px; COLOR: #666666; FONT-FAMILY: Verdana
}

.style1 {color: #008080 FONT-FAMILY: Verdana;
	font-family: Verdana;
	font-size: 12px;
}

.style2 {
	color: #990000;
	FONT-FAMILY: Verdana;
	font-weight: bold;
	font-size: 12px;
}
.style3 {
	color: #004080;
	FONT-FAMILY: Verdana;
	font-weight: bold;
	font-size: 12px;
}
.style4 {
	color: #FFFFF9;
	FONT-FAMILY: Verdana;
	font-weight: bold;
	font-size: 12px;
}

.bookmark-this-page {
	FONT-SIZE: 10px;
	COLOR: #6960ec;
	FONT-FAMILY: Verdana;
	text-transform: uppercase
}

.footer {
	FONT-SIZE: 9px;
	COLOR: #6960ec;
	FONT-FAMILY: Verdana
}


