﻿body
{
	background-color: #FFFFFF;
	width : 1200px;

}



/* Holder divs */

div.toppic
{
	position: absolute;
	left: 25px;
	top: 0px;
	width: 1000px;	
	height: 75px;
	background-color: #5B5D9D;
	
}


div.topmaindiv
{
	position: absolute;
	left: 25px;
	top: 75px;
	background-color: #BFBFBF;
	border-bottom: solid 0px #000000;
	border-top: solid 0px #000000;
	width: 1000px;	
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
}




div.mainholder
{
	position: absolute;
	top: 95px;
	left: 25px;
	background-color: #6699CC; 
	width: 1000px;
	padding: 10px;
	min-height: 1200px;
	z-index: 2;
}

div.mainholderwRcol
{
	position: absolute;
	top: 95px;
	left: 25px;
	background-color: #6699CC;
	width: 680px;
	padding: 10px;
	min-height: 1200px;
	z-index: 2;
}

div.rightholder
{
	position: absolute;
	top: 95px;
	left: 725px;
	background-color: #6699CC;
	width: 300px;
	padding: 10px;
	min-height: 1200px;
	z-index: 1;
	border-left: solid 1px #000000;
}


/* Forms style */

form input
{
	background-color: #EFF3FB;	
	border: solid 1px #000000;
}

form textarea
{
	background-color: #EFF3FB;	
	border: solid 1px #000000;
}


form select
{
	background-color: #EFF3FB; 
	border: solid 1px #000000;
}

form checkbox
{
	background-color: #EFF3FB;
	border: solid 1px #000000;
}

/* text style */






/*

div.text
{	height: 100%;
	width: 900px;
}

td.top
{
	font-family: Verdana;
	font-size: 36px;
	vertical-align: top;
	height: 46px;
	text-align: center;
}

td.topempty
{
	background-color: Transparent;
	border: none;
	height: 5px;
}

td.topbar
{
	background-color: Black;
	border: none;
	height: 10px;
}

td.loginstatus
{
	background-color: #507CD1;
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
	color: White;
	
}	
a.topbar
{
	color: White;
	text-decoration: none;
}

a.topbar:hover
{
	color: White;
	text-decoration: none;
}	
a.topbar:active
{
	color: White;
	text-decoration: none;
}	
a.topbar:visited
{
	color: White;
	text-decoration: none;
}	

td.left
{	
	font-family: Verdana;
	font-size: 12px;
	border-top: solid 1px #507CD1;
	border-right: solid 1px #507CD1;
	vertical-align: top;
	width: 75px;
		
}

td.main
{
	font-family: Verdana;
	font-size: 12px;
	border-top: solid 1px #507CD1;	
}

td.right
{
	font-family: Verdana;
	font-size: 12px;
	border-top: solid 1px #507CD1;
	border-left: solid 1px #507CD1;
	vertical-align: top;
	width: 150px;
	
}
*/

/* HREF styles */

div.topmaindiv a
{
	color: #000000;
	text-decoration: none;
}

div.topmaindiv a:hover
{
	color: #000000;
	text-decoration: none;
}

div.topmaindiv a:visited
{
	color: #000000;
	text-decoration: none;
}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}



