/* CSS Document || top.css */
/* FOR USE ON Sorean's Page */
/* CREATED: March 18, 2004 */
/* Modified by John Mach || August 19th */
/* www.sorean.ca */

body 	{
	scrollbar-face-color = "#FFFFFF";
	scrollbar-arrow-color = "#00538C";
	scrollbar-track-color = "#00427B";
	scrollbar-shadow-color = "#00427B";
	scrollbar-highlight-color = "#00427B";
	scrollbar-3dlight-color = "#00427B";
	scrollbar-darkshadow-color = "#00427B";
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	color: #001144;
	font-family: Verdana, Arial, Sans Serif, Times New Roman;
	font-size: 11px;
}

p, td	{
	color: #001144;
	font-family: Verdana, Arial, Sans Serif, Times New Roman;
	font-size: 11px;
}

h1, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Sans Serif, Times New Roman; 
	text-decoration:underline; 
	font-size:24pt; 
	color: #001144;
	font-weight:bold
}
h2
{
	font-family: Verdana, Arial, Sans Serif, Times New Roman;
	text-decoration:underline; 
	font-size:18pt; 
	color: #001144; 
	font-weight:bold
}

#MAINBODY	{
	color: #001144;
	font-family: Verdana, Arial, Sans Serif, Times New Roman;
	font-size: 12px;
	height: auto;
	padding: 10px;
	
}
#TOPBG	{
	width: 700px;
	height: 110px;
	background-image: url('images/top-bg.jpg');
	background-color: #9999FF;
	background-attach: fixed;
	position: relative
}
#TOPRSIDEFILL	{
	width: 100%;
	height: 110px;
	background-color: #9999FF;
	background-image: url('images/top-rfill.jpg');
	background-attach: repeat-x;
	position: relative
}
input, textarea, select {
	width: 120px;
	height: 15px;
	border-style: solid;
	border-color: #001144;
	border-width : 1px; 
	margin-bottom: 0px;
	background-color: #DDDDDD;
	color: #001144;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 11px;
	padding: 0px 0px 0px 3px;
}
#FOOTERBG	{
	position:relative;
	width:100%;
	height:50px;
	background-image:url('images/footer-bg.jpg');
	background-repeat: repeat-x;
	font-size: 10px;
	padding: 11px;
	text-align: center;
}
#FOOTERBG2	{
	position:relative;
	top:0px;
	left:0px;
	background-position: top center;
	background-image:url('images/footer-bg.jpg');
	background-repeat: repeat-x;
}
#TOPBUTTONS	{
	position: absolute;
	top: 0px;
	left: 182px;
	width: 370px;
	height: 60px;
	padding: 0px;
	margin: 0px;
}
#TOPLOGIN	{
	position:relative;
	width: 200px;
	height: 55px;
	top: 65px;
	left: 455px;
	font-size: 10px;
}
A	{
	text-decoration: none;
	font-weight: bold;
	color: #0011AA;
}
A:hover	{
	text-decoration: none;
	font-weight: bold;
	color: #6543FF;
}
.ABOUTINFO {
	position: absolute;
	top: 62px;
	left: 160px;
	width: 270px;
	height: 10px;
	font-size: 10px;
	text-align: center;
	font-color: #FFFFFF;
	visibility: visible;
}
.PAGETITLE {
	font-size: 28px;
	font-family: Verdana, Arial, Sans Serif, Times New Roman;
	font-weight: normal;
	color: #000066;
}