﻿@import url('layout.css');

body {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	color: #000000;
}
/* Styles for Content Container Links */
a {
	border: none;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #000000;
}


#main_container{
	border: thin #000000 solid;
	background-color: white;
}

#masthead {
	padding: 1px 1px 1px 100px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	border-bottom-width: thin;
	background-image: url('images/banner_bg.png');
	background-repeat: no-repeat;
}

#nav {
	
}

html>body #nav {
	overflow: hidden;
}

#content_container {
	background-color:white;
}

#right_col {
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	background-image: url('images/rc_bg.png');
	background-repeat: no-repeat;
}

#page_content {
	background-color:white;
	padding: 0px 15px 0px 20px;
}

#footer_container {
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	padding-top: 10px;
}

/* Styles for Navigation */
#nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
}
#nav a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	text-decoration: underline;
}
#nav a:hover {
	font-weight: bold;
	font-style: italic;
}

/* Styles for PreFooter */
#prefooter p {
	margin-left: 100px;
	font-size: 0.9em;
	text-align: left;
}

/* Styles for Footer */
#footer p {
	margin-left: 100px;
	font-size: 0.7em;
	text-align: left;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	font-style: italic;
}
#personal {
	font-size: 0.8em;
}
.linkstyle1 {
	border-width: 0px;
}


