/*****************************************************/
/*                  BASIC BODY STUFF                 */
/*****************************************************/


body {
	background: url(images/bg.jpg) top repeat-x #0d1f37;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	font-style: normal;
	}


/*****************************************************/
/*                 TEXT STUFF                        */
/*****************************************************/

h1 {
	font-size: 18px;
	color: #f15c28;
	}

h2 {
	font-size: 16px;
	color: #f15c28;
	}
	
h3 {
	font-size: 14px;
	color: #f15c28;
	}
	
h4 {
	font-size: 13px;
	color: #f15c28;
	}
	
.small {
	font-size: 10px;
	color: #fff;
	}
	
.sideText {
	font-size: 12px;
	font-weight: normal;
	color: #47261c;
	}
	
.sideTextSM {
	font-size: 10px;
	font-weight: normal;
	color: #47261c;
	}

.sideTitle {
	font-size: 15px;
	font-weight: bold;
	color: #47261c;
	}

.sideTitleSM {
	font-size: 13px;
	font-weight: bold;
	color: #47261c;
	}
	
.title {
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
	color: #868586;
	}
	
.gray {
	font-size: 15px;
	color: #828282;
	}
	
.greenHeadline {
	font-size: 28px;
	font-weight: bold;
	color: #2f9746;
	}
	
.greenHeadline2 {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #2f9746;
	}
	
.greenHeadline3 {
	font-size: 17px;
	font-weight: bold;
	color: #2f9746;
	}
	
	
.blueHeadline {
	font-size: 28px;
	font-weight: bold;
	color: #213f63;
	}
	
.blueHeadline3 {
	font-size: 20px;
	font-weight: bold;
	color: #213f63;
	}
	
.blueHeadline4 {
	font-size: 16px;
	font-weight: bold;
	color: #213f63;
	}
	
.white {
	font-sie: 13px;
	font-weight: bold;
	color: #fff;
	}
	
/*****************************************************/
/*                  LINK STUFF                       */
/*****************************************************/

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #23476e;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #23476e;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #754a1d; 
	}
	
a.leftside:link {		
	font-size: 14px;
	font-weight: bold; 
	text-decoration: none; 
	color: #754a1d;
	} 	
a.leftside:visited {	
	font-size: 14px;
	font-weight: bold;  
	text-decoration: none; 
	color: #754a1d;
	}	
a.leftside:hover {	
	font-size: 14px;
	font-weight: bold;  
	text-decoration: none; 
	color: #23476e; 
	}
	
/*****************************************************/
/*                  LAYOUT, ETC                       */
/*****************************************************/

.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}
#imageFloat3 {
	float: left;
	padding-right: 20px;
}
