@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url(images/bkrnd.png);*/
	background: #416092;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-position: center;
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background-image:url(images/header.jpg);
	padding: 0px;
	min-height:205px;
	height:auto !important;
	height:205px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 0px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h2.main {color:#003366;
		font-size:22px;}

p.main {color:#000000;
		font-size:13px;}
		
img.logos {margin-left: 15px;}
		
h3.contact {color:#003366;
			font-size:18px;
			margin-left: 10px;}
			
p.contact {margin-left:15px;
			font-size:13px;}

a.basic {text-decoration:none;
color:#003366;
font-size:13px;}

a:hover.basic {text-decoration:none;
				color:#CC0000;}

.twoColFixRtHdr #footer {
	background-image:url(images/footer_bck.gif);
	height:155px;
	height:auto !important;
	min-height:155px;
	margin-top: 0px;
	padding: 0;
	color: #FFF;
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	position: relative;
	top: 100px;
	font-size: 60%;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Menu*/
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
text-align:right;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-right: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
left: 2px;
background: transparent url(images/arrow.gif) no-repeat center left;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

.twoColFixRtHdr #footer ul {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0px;
	position: relative;
	text-align:left;
	top: 100px;
	font-size: 60%;}

.twoColFixRtHdr #footer li {
	display:inline;
	padding: 5px;
}

.twoColFixRtHdr #footer a {
	color:#fff;
	text-decoration:none;
}
.twoColFixRtHdr #footer a:hover {
	text-decoration:underline;
}

	p { margin: 0 auto;
		padding: 0; }
		
p.top{
line-height:30px;
text-align:right;
color:#FFF;
font-weight:bold;
margin-right:10px;
padding-top:10px;
font-size:18px;
}

.topfont{
font-size:11.5px;
line-height:15px;
}

