@charset "utf-8";
/* CSS Document */

body {background-color:#000; margin:0px; padding:0px; text-align:justify; font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#ffffcc;}

#screenResInstructions {
	font-size:11px;
}

#container {
	position:relative;
	width:1200px;
	height:650px;
	margin:auto;
	background-image:url(images/siteBackgroundLg.jpg);
	background-repeat:no-repeat;
}
h1 {
	color:#000;
}

hr {
	width:50%;
	margin:30px auto 30px auto;
}

input, textarea {
	background-color:#CCC;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
}

legend {
	color:#ffffcc;
	font-weight:bold;
	font-size:15px;
	line-height:2.5em;
}

ul {
	list-style-type:square;
	font-weight:bold;
}

a:link {
	color: #fff; 
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; 
}

a:visited {
	color: #fff; 
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; 
}

a:hover	{
	color:#F00;
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; 
}

a:active {
	color: #fff; 
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px; 
}

#navigation {
	position:absolute;
	width:800px;
	top:10px;
	left:292px;
	height:23px;
	z-index:50;
}

#header {
	position:absolute;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	top:125px;
	left:292px;
	background-color:#8B0000;
}

#logo {
	float:right;
}

#new {
	font-weight:bold;
	color:#FC0;
}

#overflow {
	position:absolute;
	top:165px;
	height:275px;
	width:615px;
	left:292px;
	padding: 0px 10px 10px 10px;
	overflow:auto;
	color:#ffffcc;
}

#sideBarOverflow {
	position:absolute;
	top:197px;
	height:300px;
	width:350px;
	left:801px;
	overflow:auto;
	color:#ffffcc;
	font-size:12px;
	padding:2px;
	text-align:left;
}

#footer {
	position:absolute;
	width:1200px;
	height:30px;
	top:650px;
	text-align:center;
	color:#fff;
	font-size:12px;
	padding-top:10px;
}

#portfolio {
	position:absolute;
	top:167px;
	height:375px;
	width:600px;
	left:184px;
	color:#ffffcc;
}
