/* *************************************
HTML TAG STYLES BELOW
/* ********************************** */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
}

body {
	font-family: arial, verdana, tahoma, helvetica, geneva, sans-serif;
	font-size: 12px;
	color: #565656;
	background-color: #8c9ba0;
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

table { 
	font-family: arial, verdana, tahoma, helvetica, geneva, sans-serif;
	font-size: 12px;
	color: #565656;
}

p {
	font-family: arial, verdana, tahoma, helvetica, geneva, sans-serif;
	font-size: 12px;
	color: #565656;
	line-height : 16px;
	/*  margin: top right bottom left */
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;	
}	

ul	{	
	font-family: verdana, tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color:#565656;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}						

li {	
	font-size: 12px;
	/*  margin: top right bottom left */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img { 
	behavior: url(/style/iepngfix.htc) 
}				


/* *************************************
HTML HEADER STYLES BELOW
/* ********************************** */
				
H1 {	
	font-family: arial, verdana, tahoma, helvetica, geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #8aabe1;
	/*  margin: top right bottom left */
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
} 

H2 {	
	font-family: arial, verdana, tahoma, helvetica, geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #cf5b22;
	/*  margin: top right bottom left */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
} 

H3 {	
	font-family: arial, verdana, tahoma, helvetica, geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #565656;
	/*  margin: top right bottom left */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

H4 {	
	font-family: arial, verdana, tahoma, helvetica, geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	/*  margin: top right bottom left */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

H5 {	
	font-family: arial, verdana, tahoma, helvetica, geneva, sans-serif;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #000000; 
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

H6 {	
	font-family: arial, verdana, tahoma, helvetica, geneva, sans-serif;
	font-size: 12px;	
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	color: #000000; 
	/*  margin: top right bottom left */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


hr {
	text-align: left;
	width: 100%;
	height: 3px;
	color: #cf5b22;
	background-color: #cf5b22;
	border: none;
	/*  margin: top right bottom left */
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}


/* *************************************
HTML LINK STYLES BELOW
/* ********************************** */
									
a:link {
	text-decoration: underline;
	color: #1055bd;
}

a:visited {	
	text-decoration: underline;
	color: #1055bd;
}

a:hover {	
	text-decoration: underline;
	color: #cf5b22;
}
								
a:active {	
	text-decoration: underline;
	color: #cf5b22;
}		


/* *************************************
CUSTOM STYLES BELOW
/* ********************************** */

.credits
{
	margin: 15px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #525d60;
	text-align: center;
}
				
a.cr:link {	
	text-decoration: none;
	color: #525d60;
}

a.cr:visited {	
	text-decoration: none;
	color: #525d60;
}

a.cr:hover {	
	text-decoration: none;
	color: #e0ebfe;
}

a.cr:active {	
	text-decoration: none;
	color: #e0ebfe;
}

.spacingtop
{
	/*  margin: top right bottom left */
	margin: 25px 0px 0px 0px;
}

.navspacing
{
	/*  margin: top right bottom left */
	margin: 0px 0px 6px 0px;
}

.contentpadding
{
	/*  margin: top right bottom left */
	padding: 0px 50px 50px 50px;
}

.navbg {
	background-image: url(/images/nav_bg2.gif);
	background-repeat: repeat-y;
}

.navbg2 {
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-y;
}

.blue {
	color: #17215e;
	font-weight: bold;
}

