body{
	margin: 15px auto; /* Centers the container on the page */
	background: url(../images/body-bg.gif) repeat #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}
#container{
	width: 750px;
	margin: 0 auto; /* Centers the container on the page */
	border: 1px solid #b2b2b2;
	background-color: #fff;
}
a img{
	border: 0; /* Turn off borders on linked images */
}
h4{
	padding:0;
	margin:0;
	font-size:120%;
}

/*Link colors */
a{
	color: #333;
}
a:visited, a:hover{
	color: #777;
}
a:hover{
	text-decoration: none;
}

/* Header styles */
#header{
	background: url(../images/header-bg.gif) no-repeat;
	width: 750px;
	float: left;
}
#header img{
	float: left;
}

/* Top navigation */
#topnav{
	float: right;
	width: 348px;
	background: url(../images/topnav-bg.gif) repeat-x;
}
#topnav a img{
	border-right: 1px solid #000;
	margin: 0;
	padding: 0;
}

/* Main content */
#main{
	height: 350px;
	overflow: visible;
	width: 750px;
	clear: both;
	border-top: 5px solid #b2b2b2;
}
/* Sets valign to top and zeroes out cellpadding on the table cells */
#main td{
	vertical-align: top;
	padding: 0;
}
/* Side navigation */
td#side{
	width: 220px;
	padding-top: 51px;
	background-color:#FFFFFF;
}
/* Main contents */
td#contents{
	width: 530px;
	background: url(../images/content-int-bg.gif) repeat-x 0px 190px #E9DDC7;
}

/* Main Body Text */
#top-content{
	padding: 5px 25px 0px 25px;
}
#top-content p{
	margin-top: 10px;
}
#top-content img{
	margin: 18px 5px 14px 10px;
}

/* The bottom bit with the text in it */
#main-content{
	margin: 30px 35px;
}


/* Side navigation styles */
ul#sidebar{
	list-style: none; /* Takes the bullets off the list */
	margin: 0px 0px 0px 32px; /* Controls the left margin */
	padding-left: 0; /* Makes the list items flush with the left margin */
}
ul#sidebar li{
	width: 181px;
	padding: 0;
	border-bottom: 1px solid #ddd;
	float: left;
	list-style: none;
}
ul#sidebar li ul, ul#sidebar li * li{
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
}
ul#sidebar li * li{
	border-top: none;
}
ul#sidebar a{
	font-size: 15px;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
ul#sidebar li * li a{
	padding: 5px 10px 5px 30px;
	background: #F1F1E5;
	background: #FCFCF8;
}

ul#sidebar a:hover{
	background: url(../images/side-link-hover.gif) repeat-x #E9DDC7;
}
ul#sidebar li * li a:hover{
	background: #EEEDE6;
}

/* Footer */
#footer{
	text-align: center;
	padding: 6px 0 6px 0;
	font-size: 11px;
	background:#D5E5CF;
}
#footer img {
	float:right;
}
.contact{
	font-size:11px;
}
.small-text{
	font-size:10px;
}
.required {
	font-size: 12px;
	color:#FF0000;
}
.form-elements {
	font-size: 11px;
}