html,body{margin:0;padding:0;height:100%;}

body{background-image: url('back_gradient.jpg');background-repeat: repeat-x; background-position: center; background-attachment: fixed; }

div#container{margin: 0 auto;height: auto !important;height: 100%;min-height:100%;}
div#container{width:960px;margin:0 auto;}
 
#top {background-image: url('top_background.jpg');width:948px;height:38px; text-align:right ; padding-right:12px; padding-top:5px; color:white;}
    
#logo {background-image: url('logo_background.gif'); background-repeat: repeat-x;width:960px;height:124px;text-align: left;}

#navigation {width:960px;height:40px;}

#top-image {background-image: url('top_image.jpg'); background-repeat: no-repeat;width:960px;height:196px;}

#mid-section {width: 960px; background-color: #eeeddc; display:block; 	float:left;}

#footer {background-image: url('footer_gradient.gif'); background-repeat: repeat-x; width:960px;height:67px;clear: left;}

#content {
	float:left;
	width:660px;
	background-color: #FFF;
    text-align: left;
    min-height:600px;
}

#right-content {float: left;width:300px;text-align: left; }

#container #mid-section #content #heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	font-style: italic;
	color: #d3b34e;
	font-weight: normal;
	white-space: normal;
	display: block;
	border-bottom-style: solid;
	border-bottom-color: #d3b34e;
	border-bottom-width: thin;
	padding-bottom: 1px;
}
.content-padding {
	padding: 5px 10px 12px 12px;
}
#text, #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	color: #333;
}

#footer { color:#b59c71; }

#container #mid-section #content #text ul {
	list-style-image: url(bullet.gif);
}

#container #mid-section #content #text ul li {
	margin-bottom:6px;
}

ul.side {
	list-style-image: url(bullet-small.gif);
	margin-left: 0px;
	padding-left: 15px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #5d90c3;
}
.side-heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #d3b34e;
	font-style: italic;
	font-weight: normal;
}
.side_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #aeb2b5;
	text-decoration: underline;
}

ul.side li {
 margin-bottom: 10px;
}

.side-divider {
	width:100%; background-image: url('side_divider.jpg'); background-repeat:repeat-x;  margin-top: 30px; margin-bottom: 20px; height:2px; 
}
.top-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2efd8;
	text-decoration: none;
}
.top-large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: bold;
	color: #4580bb;
	text-decoration: none;
	line-height: 25px;
}

.blue-header { color : #4580bb; }

.grid-even {background-color: #eeeddc;}
.grid-odd {background-color: #fff;}