@charset "utf-8";
/* CSS Document */

html {
 overflow-y: scroll !important;
 height:100%;
}
*
{

}
body
{
margin:0px;
padding:0px;
font-family:"Arial";
font-size:14px;
color: #000000;
background-color: #003399;
border:0px;
height:100%;

}

#header
	{
	background-image:url(images/header.jpg);
	height:234px; background-position:top center;
	}
#container
	{
	background-image:url(images/content.jpg);
	height:966px; background-position:top center;
	}
#menu
	{
	width:1000px; height:38px;
	}
#menu-left { width:307px; float:left; }
#menu-right { width:315px; float:right; }

#content { width:800px; clear:both; height:700px; margin-top:120px;}

#footer { width:1000px; margin-top:43px;}

.text A:link, .text A:active {COLOR: #333333;	text-decoration: underline; font-size:16px;}
.text A:visited {	COLOR: #333333;	text-decoration: underline;font-size: 16px;}
.text A:hover {COLOR: #666666;text-decoration: none; font-weight:none;font-size: 16px;}
.text { COLOR: #000000; text-decoration:none; font-size:16px;  }

.text2 A:link, .text2 A:active {COLOR: #333333;	text-decoration: none; font-size:12px;}
.text2 A:visited {	COLOR: #333333;	text-decoration: none;font-size: 12px;}
.text2 A:hover {COLOR: #666666;text-decoration: none; font-weight:none;font-size: 12px;}
.text2 { COLOR: #000000; text-decoration:none; font-size:12px;  }


.altButtonFormat {
background-color: #78daff;
font-family: verdana, arial, sans-serif;
border: 2px solid #d1f3ff;
font-size: 11px;
font-weight: bold;
color: #000000;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
height:22px;
width:70px;
}
input {
background-color: #FFFFFF;
color: black;
font-family: verdana, arial, sans serif;
border:1px solid gray;
font-weight: normal;
font-size: 12px;
padding-bottom: 1px;
padding-left: 3px;
padding-right: 0px;
padding-top: 1px;
height:18px;
z-index:1px;
}
textarea {
background-color: #FFFFFF;
border: 1px solid gray;
color: black;
font-family: verdana, arial, sans serif;
font-size: 12px;
font-weight: normal;
padding-left: 3px;
padding-bottom: 1px;
padding-top: 1px;
} 

.paddingform
{
padding:2px;
}

.bimg
	{
	border:1px solid #333333; padding:2px;
	}