/* MAIN BODY & TEXT STUFF */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d9b68e;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 13px;	  
	color: 333333; 
	}
#container {
	background: url(images/bg2.jpg) top center no-repeat;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	}

h1 {
	font-size: 18px;
	color: #398ec4;	
	}

h2 {
	font-size: 16px;
	color: #398ec4;
	}
	
h3 {
	font-size: 14px;
	color: #398ec4;
	}
	
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff7ed;
	}
	
.blue {
	color: #398ec4;
	font-weight: bold;
	}
	
.red {
	color: #c30e03;
	font-weight: bold;
	font-size: 16px;
	}
	
.todoTitle {
	color: #c30e03;
	font-weight: bold;
	text-decoration: underline;
	}
	
.smaller {
	font-size: 11px;
	}
	
/* LINK STUFF */

a:link {
	color: #c30e03;
	text-decoration: underline;
	font-weight: normal;	
	font-family: Arial, Helvetica, sans-serif;
	}
a:visited {
	text-decoration: underline;
	color: #398ec4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
a:hover {
	text-decoration: none;
	color: #398ec4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}
a:active {
	text-decoration: underline;
	color: #c30e03;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

/* PLACEMENT AND OTHER FUN STUFF */

.imageFloat {
	float: right;
	padding-left: 15px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 15px;
	}
	
.homeText {
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 30px;
	}
	
.subText {
	padding-top: 35px;
	padding-right: 33px;
	padding-left: 33px;
	}
	
.subTableBg {	
	background: url(images/subpagebg.jpg) top no-repeat;
	}
	
#flashcontent {	
	width: 479px;
	height: 359px;		
	}
