﻿/* Layout */
body
{
margin: 0px;
}
#masthead 
{
margin: 0px;
padding: 0px;
height: 100px;
background-image: url('images/gradient.jpg');
}

#logo 
{
margin-top: -100px;
padding: 0px;
height: 100px;
width: 200px;
background-image: url('images/logo.jpg');
}

#content
{
	min-width: 600px;
}

#left_content 
{
	padding: 0px 20px 10px 10px;
	margin-right: 350px;
}

#right_content
{
	margin-top: -28px;
	padding: 20px 10px 20px 10px;
	font-family: Times New Roman;
	font-size: 9pt;
	font-style: italic;
	color: #223344;
	background: #eeeedd;
 	text-align: justify;
 	border-left: gray dotted 1px;
 	height: 600px;
 	width: 350px;
	float: right;
}

#screens
{
	float: right;
	margin-left: 20px;
}

#footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 20px;
	color: gray;
	padding: 10px;
	clear:both;
	background: #eeeedd;
	border-top: gray dotted 1px;
	border-bottom: gray dotted 1px;
}

#footer-links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-indent: 0px;
	text-align: center;
	padding-top: 5px;
	color: gray;
	padding: 0px;
	clear:both;
	background: #fff;
}

#footer-links  a
{
	color: gray;
	border-bottom: none;
}

#footer-links  a:link
{
	color: gray;
	border-bottom: none;
}

#footer-links  a:visited
{
	color: gray;
	border-bottom: none;
}

#footer-links  a:hover
{
	color: gray;
	border-bottom: none;
}

/* Styles */
a
{
	text-decoration: none;
}

}
a:link
{
	color: rgb(0,0,102); 
	border-bottom: 1px rgb(0,0,102) dotted;
}
a:visited
{
	color: rgb(153,102,153); 
	border-bottom: 1px rgb(153,102,153) dotted;
} 
a:hover
{
	color: rgb(153,0,255);
	border-bottom: 1px rgb(153,0,255) dotted;
}

img
{
	border: 0;
}
body
{
	font-family: Georgia, Times New Roman;
	background-color: rgb(255,255,255);
	color: black;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Times New Roman;
	letter-spacing: -0.03em;
}
h1
{
	font-weight: bold;
	border-bottom: 1px silver dotted;
	color: #422014;
	text-indent: 15px;
}
h2
{
	font-weight:lighter;
	color: #223344; 
	text-indent: 20px;
}