/* Reset styles
--------------------------------------------------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 			0;
	padding: 			0;
	border: 			0;
	outline: 			0;
	font-size: 			100%;
}

body {	
	background:url(../images/background_grad.jpg) repeat-x #002142;
	color: 				#3f3f3f;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote,
form, ul, ol, dl, address {
	margin: 			10px 0px;
}

li, dd, blockquote {
	margin-left: 		35%;
}
fieldset, form, legend {
	padding: 			.5em;
}

ul ul {
	margin: 			1em 0;
}
ol ol {
	margin: 			1em 0; 
	list-style-type: 	lower-alpha;
}

/* Standard elements
--------------------------------------------------------------------------------------------------------------------------------------------- */

h1 {
	font-size: 			2.2em;
	font-weight:normal;
	color:				#00539e;
	font-family:"Times New Roman", Times, serif;
}
.header_word2
{
	font-size:			.8em;
	color:				#e45b00;
	margin-top:15px;
	display:block;
}
h2 {
	font-size: 			1.8em;
	color:				#e45b00;
	font-family:"Times New Roman", Times, serif;
}
h3 {
	font-size: 			1.0em;
	color:				#575757;
}
h4, h5, h6 {
	font-size: 			1.0em;
	color:				#575757;
}

p  {
	font-size: 			0.9em;
}


a:link {
	color:				#00ABD0;
	text-decoration:	underline;
}
a:visited {
	color:				#00ABD0;
}
a:active {
	color:				#00ABD0;
}
a:hover {
	color:				#8CA600;
	text-decoration:	none;
}





/* General purpose classes
--------------------------------------------------------------------------------------------------------------------------------------------- */
#holderAll
{
	margin-left:auto;
	margin-right:auto;
	width:979px;
}
#header
{
	width:947px;
	height:144px;
	padding:25px 0 0 32px;
	margin-top:21px;
	background:url(../images/header_bg.jpg) #FFF no-repeat;	
}

#navigation
{
	width:947px;
	margin-top:15px;
	padding:5px 0 5px 32px;
	background-color:#FFF;
}

#main
{
	background-color:#FFF;
	width:915px;
	margin-top:15px;
	padding:20px 32px 32px 32px;
}




#content img
{
	float:left;
	margin:0 10px 10px 0;
}



.clearAll
{
	clear:both;
}
	
#footer
{
	background-color:#e45b00;
	color:#FFF;
}
#footer_content
{
	margin-left:auto;
	margin-right:auto;
	width:979px;
}
#footer_col1
{
	float:left;
	width:350px;
	margin:0 0 0 32px;
}
#footer_col2
{
	float:left;
	width:250px;
	margin:45px 0 0 40px;
}
#footer_col3
{
	float:left;
	width:200px;
	margin:45px 0 0 90px;
}