/*colors
#696969 = a dark grey - used for text
#A00000 = a crimson used for backgrounds
#680000 = dark menu buttons
*/

html
{ 
	margin: 0px; 
	padding: 0px; 
} 
body
{
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-family: 'Verdana';
	font-size: 7pt;
	color: #696969;
	background: white;
	font-weight: normal;
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-face-color: #B1324E;
	scrollbar-shadow-color: #3B0000; 
	scrollbar-highlight-color: white; 
	scrollbar-track-color: #94874D; 
	scrollbar-3dlight-color: #DADADA;
	scrollbar-darkshadow-Color: #3B0000;
}
/*main table contains the width and height of the page*/
.maintable
{
	width: 600px;
	height: 500px;
	border: 1px solid #800000;
	margin: 0px;
	padding: 0px;
	border-top: 0px;
	border-bottom: 0px;
}
.tablemain
{
	font-size: 7pt;
	font-family: 'Verdana';
	color: #696969
}
.tablemain td
{
	padding: 2px;
	vertical-align: top;
}
.textbox
{
	font-size: 8pt;
	border: 1px solid #A00000;
}
.button
{
	font-size: 7pt;
	width: 150px; 
}
.background
{
	background-image: url('../images/background.gif'); 
	background-repeat: repeat-x;
}
.expander
{
	background-image: url('../images/logoexpander.gif'); 
	background-repeat: repeat-x;
}
.imagestyle
{
	border: 1px solid black;
}
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
.decorateindex 
{
	position: relative;
	top: -10px;
	left: 30px;
	border-top: 2px solid black;
	width: 220px;
	height: 0px;
	z-index: 1;
}

#menuposition
{
	position: relative !important;
	top:0px !important;
	left:0px !important;
}
h1
{
	font-size: 10pt;
	color: black;
	font-family: 'arial';
	font-weight: bold;
}
h2
{
	font-size: 8pt;
	color: black;
	font-family: 'arial';
	font-weight: bold;
}
.normaltext
{
	font-size: 7pt;
	color: #696969;
	font-family: 'arial';
}

#main
{
	vertical-align: middle;
	text-align: center;
	height: 500px;
	width: 600px;
	border: 1px solid #800000;
}



/*list buttons*/
#navcontainer 
{ 
	text-align: right;
	width: 100px;
	/*position: relative;
	width: 90px;
	left: 0px;
	top: 10px;
	z-index: 1;*/
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 7pt;
	font-family: 'Verdana';
	font-weight: normal;
	text-align: right;
}
.smallfont
{
	font-family: 'Verdana';
	font-size: 7pt;
}
#navcontainer a
{
	color: white;
	display: block;
	padding: 2px;
	padding-right: 5px;
	width: 100px;
	background-image: url(../images/buttonblue.gif);
	background-color: #A00000;
	border-top: 1px solid #800000;
	border-right: 1px solid #800000;
	border-bottom: 0px;
	border-left: 0px;
	text-align: right;
}

#navcontainer a:link, #navlist a:visited
{
	color: white;
	text-decoration: none;
	text-align: right;
}

#navcontainer a:hover
{
	background-image: url(../images/button.gif);
	background-color: white;
	color: #A00000;
	text-align: right;
}

.active li
{
	background-color: white;
	color: #2C4CB8;
	text-align: right;
}
/*========================================================*/
/*horizontal list buttons*/
/*========================================================*/
/*list buttons*/
#Hnavcontainer 
{ 
	text-align: right;
	width: 100px;
	
	/*position: relative;
	width: 90px;
	left: 0px;
	top: 10px;
	z-index: 1;*/
}

#Hnavcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 7pt;
	font-family: 'Verdana';
	font-weight: normal;
	text-align: right;
}
.smallfont
{
	font-family: 'Verdana';
	font-size: 7pt;
}
#Hnavcontainer a
{
	color: white;
	display: block;
	padding: 2px;
	padding-right: 5px;
	width: 100px;
	background-image: url(../images/buttonblue.gif);
	background-color: #680000;
	border-top: 1px solid #800000;
	border-right: 1px solid #800000;
	border-bottom: 0px;
	border-left: 0px;
	text-align: right;
}

#Hnavcontainer a:link, #Hnavlist a:visited
{
	color: white;
	text-decoration: none;
	text-align: right;
}

#Hnavcontainer a:hover
{
	background-image: url(../images/button.gif);
	background-color: white;
	color: #680000;
	text-align: right;
}

.Hactive li
{
	background-color: white;
	color: #2C4CB8;
	text-align: right;
}

