﻿/* CSS layout */
body{
	width:100%;
	background-color:#215fe6;
	margin:0;
	background-image:url('layout/cloudbg.jpg');
	background-repeat:no-repeat;
	margin-top:200px;
}
#facebook{
	width:52px;
	height:52px;
	text-align:center;
	padding-right:10px;
	text-decoration:none;
	border-width:0px;
	border-style:none;
}
#location{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:x-small;
	color:#ffffff;
	text-align:center;
	padding:10px 10px 0 0;
	text-decoration:none;
	border-width:0px;
	border-style:none;
}
#masthead{
	margin:100px 0 0 0;
}
#pageheading{
	width:914px;
	height:41px;
	margin:7px 0 0 -1px;
}
#top_nav{
}
#container{
	width:933px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:-10px;
	background-image:url('layout/body.jpg');
	background-repeat:repeat-y;
}
#page_content{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: small;
	color:#333333;
	margin:0 300px 0 25px;
	text-align:justify;
}
#right_column{
	float:right;
	width:250px;
	margin:0px 25px 0 25px;
	height:auto;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: small;
	color:#215fe6;
	text-align:center;
	line-height:1.3em;
}
p{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: small;
	color:#333333;
	text-align:justify;
	margin:0 0 20px 0;
}
#awmAnchor-menu{
	height:68px;
	width:933px;
	background-position:center;
}
#footer{
	background-image:url('layout/footer.jpg');
	background-repeat:repeat-x;
	height:92px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	width:100%;
	margin-top:-20px;
	border-style:none;
	border-width:0;
}
#footer p{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:x-small;
	color:#ffffff;
	text-align:center;
	padding:50px 0 0 0;
	width:auto;
}
a:hover{
	color:#000000;
}
a:link, a:visited, a:active{
	color:#333333;
}
.footer a:link, a:visiited, a:active{
	color:#ffffff;
	border-width:0;
	border-style:none;
}
.footer a:hover{
	color:#000000;
	border-style:none;
	border-width:0;
}
li{
	list-style:disc;
}
.right_column a:link {color:#215fe6;}
.right_column a:visited {color:#215fe6;}
.right_column a:hover {color:#333333;}
.right_column a:active {color:#215fe6;} 

h3{
	color:#215fe6;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:large;
	font-weight:bold;
	margin-bottom:0;
}
h4{
	margin:0;
}
dl,dd,dt{
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:small;
	color:#333333;
	text-align:left;
}
dd{
	text-decoration:underline;
	font-weight:bolder;
	padding:10px 0 0 0;
}
dt{
	padding:0 0 0 60px;
}
.img{
	border-style:none;
	border-width:0;
}










