html,body {
	height:100%;
	font-family:"Trebuchet MS", Verdana, Helvetica;
	font-size:13px;
	color:#595C6A;
	background-color: #f0d0a5;
	line-height: 160%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
	background-attachment: scroll;
}

div#container {
	margin:0 auto;
	width:765px;
	background: #F2F2F2;
	border: solid #FFFFFF 3px;
	margin-top: 50px;
	background-repeat: repeat-x;
	background-image: url(../images/container-bg.jpg);
	height: auto;
}


div#left{
	width: 230px;
	float: left;
	margin-top: 25px;
}

div#right{
	float:right;
	width:490px;
	margin-right: 40px;
	margin-top: 25px;
}

div#footer{
	color: #FFF;
	clear: both;
}

div#navigation{
	width: 175px;
	float: left;
	display: block;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica;
	color: #6596CE;
	margin-left: 25px;
}

#nav ul{
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

#nav ul li{
	list-style-type: none;

}
#nav ul li a{
	color: #717171;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#nav ul li a:hover{
	background-color: #58CAE7;
	text-decoration: none;
	width: 175px;
	color: #FFFFFF;
}

.bigblueheadings{
	color: #2a8b9e;
	font-size: 18px;
	line-height: 33px;
}
.bigredheadings {
	color: #A83366;
	font-size: 18px;
	line-height: 33px;
}


a:link {
	color: #A83366;
}
a:visited {
	color: #A83366;
}
a:hover {
	color: #2A8BBB;
	text-decoration: none;
}
a:active {
	color: #A83366;
}

.imagemargin {
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 20px;
}
.imageborder {
	border: 1px solid #FFFFFF;
}
.sub {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 12px;
	color: #000066;
}

a.sub:link {
	color: #2a8b9e;
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px;
}
a.sub:visited {
	color: #2a8b9e;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	display: block;
	font-weight: normal;
	text-decoration: none;
}
a.sub:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #58cae7;
}
a.sub:active {
	color: #2683D1;
}
.mediumredheadings {
	color: #993366;
	font-size: 15px;
	line-height: 35px;
}
.lists {
	color: #3399CC;
	font-size: 12px;
	font-weight: bold;
}
.statements {
	color: #0099CC;
	font-weight: bold;
	font-style: italic;
}

hr {
	border: 0;
	width: 100%;
	color: #2A8B9E;
	background-color: #2A8B9E;
	height: 1px;
}
.imageonright {
	float: right;
	border: 1px solid #FFFFFF;
	margin-left: 15px;
	margin-bottom: 15px;
}
.mediumgreyheadings {
	color: #666666;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
}
.smallgrey {
	color: #696969;
	font-size: 12px;
	font-weight: normal;
}
.bluecaptions {
	color: #3399CC;
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
}
.smallblue {
	color: #3399CC;
	font-size: 13px;
	font-weight: bold;
}
