/*general*/

.left {float: left;}

.right {float: right;}

.small {font-size: smaller;}

.hide {display: none;}

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin:0;
	padding:0;
	border:0;
}

/*layout*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:1.3em;
	color:#202020;
	background-color:#C6B89E;
	margin-top:15px;
	margin-bottom:15px;
}	

#wrap {
	width:784px;
	margin:0px auto;
}

#header {
	width:784px;
	height:101px;
	background:url(../images/bg_header.jpg) no-repeat top center;
}

#logo {
	float:left;
	display:inline;
	width:450px;
	margin-top:18px;
	margin-left:12px;
}

#topnav {
	float:right;
	display:inline;
	width:250px;
	text-align:right;
	margin-right:30px;
	margin-top:25px;
}

toplinks {
	font-size:11px;
	line-height:25px;
	color: #003399;
}

#toplinks a, a:visited {
	font-size:11px;
	color: #003399;
	text-decoration:none;
}

#toplinks a:hover {
	text-decoration:underline;
}

#calspacer {
	width:784px;
	height:15px;
	background:url(../images/calspacer.jpg) no-repeat top center;
}

#container {
	width: 784px;
	background:url(../images/bg_container_home.jpg) repeat-y top center;
}

#contentbody {
	width:760px;
	margin-left:12px;
}

#content {
	width:740px;
	margin-left:10px;
	padding-top:6px;
	padding-bottom:6px;
}

#footer {
	width:784px;
	height:50px;
	background:url(../images/bg_footer.jpg) no-repeat;
}

#footertext {
	width:760px;
	margin-left:12px;
	color:#fff;
	font-size:11px;
}

#copyright {
	float:left;
	display:inline;
	width:250px;
	margin-top:10px;
	margin-left:10px;
}

#footerlinks {
	float:right;
	display:inline;
	width:400px;
	text-align:right;
	margin-top:10px;
	margin-right:10px;
}

#footerlinks a, a:visited {
	color:#fff;
	text-decoration:underline;
}

#footerlinks a:hover {
	text-decoration:none;
}

/*Links*/
a:link, a:visited {
	font-size:1em;
	text-decoration: none;
	color:#0452A8;
}
a:hover {
	text-decoration: none;
	color:#202020;
}

/*clearing*/
#wrap:after, #header:after, #container:after, #contentbody:after, footertext:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
