﻿/* CSS layout */
#masthead {
	background-image: url('images/banner-top.gif');
	width: 733px;
	height: 84px;
}

#top_nav {
}

#container {
	position: relative;
	width: 733px;
	background-image: url('images/sidebar-background.gif');
}

#page_content {
	margin-right: 200px;
	width: 533px;
	background-color: #FFFFFF;
}

#page_content p {
	margin: 0 0 5px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
}

#page_content H1 {
	font-size: 18px;
	color: #8B0000;
	line-height: 17px;
	letter-spacing : 0px;
	padding-left: 10px;
}

#page_content H2 {
	font-family: helvetica, verdana, sans-serif;
	font-size: 14px;
	color: #666633;
	line-height: 17px;
	letter-spacing : 0px;
	padding-left: 10px;
}	

#page_content a {
	color: #008080;
	text-decoration: underline;
	font-weight: bold;
}
#page_content a:hover {
	color: #444;
	font-weight: bold;
}


#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('images/sidebar-background.gif');
}

#right_col p {
	line-height: 25px;
	margin: 0 0 5px;
	padding: 0;
	padding-left: 5px;
	font-size: 15px;
	font-weight: bold;
}
#right_col a {
	color: #008080;
	text-decoration: none;
}
#right_col a:hover {color:#444; }

#sidebar_image {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('images/sidebar-top.gif');
	background-repeat: no-repeat;
}


#footer {
}

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('images/page-background.gif');
	margin-left: 0px;
	margin-top: 0px;
}

p.footer {font-size: 10px; color: #333333;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	text-align : center;
	font-weight : bolder;
	line-height : 15px;
}
