﻿@import url('layout.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image:url('../images/content_back.jpg');
	background-repeat:repeat-x;


}
#container {
	width: 875px; 
	border-left:1px #FFFFFF double;
	border-top:1px #FFFFFF double;

	
}
#masthead {
	text-align:right;
	overflow: auto;
	color:#FFFFFF;
	font-size:24pt;
	font-weight:500;
	position:relative;
}
#content {
	overflow:auto;
	width:82%;
    height:400px;
	padding:5px;
	border:1px solid #99CCFF;
	position:absolute;
	left:150px;
	top:65px;
	left:167px;
	background-color:#FFFFFF;
	background-image:url('../images/content_header.gif');
	background-repeat:no-repeat;
	border:1px #99CCFF solid;

}

#content a {
	font-style:normal;
	text-decoration:none;
}

#content a:hover {
	font-style:normal;
	text-decoration:none;
	color:red;
}


sidebar {
	position:absolute;
	left:145px;

}
#footer {
	text-align: center;
	width: 80%;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	background-color:#FFFFFF;
	position:absolute;
	top:460px;
	left:10%;
}
#masthead img {
	float:left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	font-size:x-large;
}

/*Styles for COntainer*/
Container p{
		background-position:0 2%;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	
}
#sidebar li {
	display:inline;
	width:135px;
	padding:3px;
	display:block;
	border: 1px solid #99CCFF;
		
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color:#000099;
	display:block;

}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;

}


/* Styles for Footer */
#footer p {
	font-size:8pt;
	text-align: center;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 2px;
	color:#808080;
}

#footer a {
	color:#3399FF;
	text-decoration: underline;
}

#footer a:hover {
	color:#000000;
	background-color:white;
	text-decoration:none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
