﻿body{
	font: 11px/20px Georgia,"Times New Roman",Times,serif;
	color: #333333;
	background-image: url('../images/background_full.jpg');
	width: 770px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #666666;
	min-height: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #666666;
}

/* set up the layout */
#divContainer
{
	width:770px;
	margin-left:auto;
	margin-right:auto;
}
#divHeader
{
	width:770px;
	height:120px;
}
#imglogo
{
	display:inline;
	padding-top:30px;
	padding-left:30px;
}
#divNav
{
	padding-bottom:10px;
	float:right;
	clear:left;
}
#divLeftColumn
{
	float:left;
	width:300px;
	padding-left:50px;
	padding-right:0px;
}
#divRightColumn
{
	float:right;
	width:300px;
	padding-right:50px;
}
#divFooter
{
	padding-bottom:130px;
	padding-top:5px;
	width:770px;
}
#divFooterNav
{
	padding:20px 20px 20px 60px;
	float:left;
	display:inline;
	margin: 0px;
}
#divCreatedBy
{
	float:right;
	padding:20px 60px 20px 20px;
	display:inline;
 }
 
/*heading and text styles*/
.clearer {
	clear: both;
}

h3{
	margin:0;
	padding:0;
}

h2{
	margin:0;
	padding:0;
}

h1{
	margin:0;
	padding:0;
	color:#FF3300;
}

p
{
	font-size: 100%;
}
.subheading
 {
 color:#FF3300;
 }
 
a{
	color:#666;
	text-decoration:none;
	padding:5px;
}

a:hover{
	color: #B22222;
	text-decoration:none;
}

a:visited{
	color:#696969;
	text-decoration:none;
}


/* image styling */


.images {
	border: 3px solid #666666;
}

.noborder {
	border-style: none;
}
.indent {
	margin-left: 25px;
}

form {
	display:none;
}
