/* CSS Document */
* { margin: 5px; padding: 0;}
a {text-decoration: none; color: #5A82D6;}
a:hover {color: #330033; text-decoration: underline;}
a:active {	color: #330033; text-decoration: none;}
p { padding: 10px; color: #333333;}
h1 {
	color: #333333;
	font-weight: lighter;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	font-variant: normal;
	padding-left: 20px;
}
h2 {
	color: #000000;
	padding-top: 5px;
	padding-top: 5px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, verdana, geneva, helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
}
body  {
	margin: 0 auto !important;
	max-width: 100%;
	float: none !important;
	background-image: url();
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, verdana, geneva, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 15pt;
}
#rcorners {
    border-radius: 25px;
    border: 5px ridge #3399ff;
    padding: 5px; 
    width: 95%;
    height: 100%; 
}		
#header {
	text-align: center;
	max-width: 100%;
	height: 20px;
	background-image: url();
	background-position: center bottom;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-size: 10pt;
	line-height: 13px;
	padding-bottom: 8px;
	color: #666666;
}
#header a {text-decoration: none; color: #990000;}
#main {text-align: left; max-width: 100%;  padding-left: 2px;}
#footer {text-align: left; max-width: 100%; height: 20px;}
#copy{
	font-size: 9px;
	line-height: 14px;
	color: #999999;
	text-align: center;
	padding-top: 5px;
}
#main {
	max-width: 100%;
	clear: both;
	background-image: url();
	background-repeat: repeat-y;
}
#menu {text-align: center; padding-bottom: 5px;}
#menuend {text-align: center; padding-bottom: 25px;}
#footer {
	clear: both;
	text-align: left;
	padding-bottom: 5px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
}
img { border: 0px;}
pre {
	padding-top: 5px;
	padding-bottom: 8px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
