/* CSS Document */
BODY {
	background: url(/images/background.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	text-align:center;
}

th { 
	text-align:center;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h2 {
	font-size: 16px;
}
h5 {
	line-height: 2px;
}
legend {
	font-weight: bold;
}

input.btn{
   color:#000099;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:100%;
   font-weight:bold;
   background-color:#FFF;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#E6E6FB',EndColorStr='#B8BAF2');
}

form {
	display: inline;
}

IMG {
	margin: 0;
	padding: 0;
	border: 0;
}

label {
	line-height: 25px; 
	vertical-align:bottom;
	border:0px solid #000;
}


#page_frame {
	width: 920px;
	background: #ffffff;
	text-align: center;
	padding: 0px;
	border: 1px solid #B8BBF3;	
}

#page_content {
	width: 920px;
    min-height:800px;
	background: #ffffff;
	text-align: left;
	padding: 0px;	
}

#brow {
	width: 920px;
	text-align:left;
	background-image:url(/images/logo_bkg.jpg);
	border: 1px solid #000;
}

#nav_bar {
	text-align:left;
	width: 920px;
	height: 22px;
	max-height: 24px;
	background: url(/images/btn_bkg.gif) repeat-x;
	padding-top: 2px;
}

#nav_bar A {
	padding: 0 17px;
	color: #000099;
	border-left: 1px solid #D7D8F9;
	border-right: 1px solid #8789AC;
	text-decoration: none;
}

#nav_bar A.left
{
	border-left: 0;
	border-right: 1px solid #8789AC;
	
}

#nav_bar A.right {
	border-left: 1px solid #D7D8F9;
	border-right: 0;
}

#nav_bar A:hover {
	text-decoration: underline;
	color:#0066FF;
}

#left_col {
	border: 0px #000 solid;
	width: 160px;
	background: #ffffff;
	float: left;
	text-align: left;
}

DIV.aux_box {
	width: 150px;
	background: #ffffff;	
	border: 1px solid #B8BBF3;
}

DIV.aux_box_title {
	width: 145px;
	max-width: 150px;
	height: 20px;
	background: url(/images/aux_box_top.gif) no-repeat;
	color: #000099;
	font-weight: bold;
	padding-left: 5px;
}

DIV.aux_box_content {
	width: 140px;
	max-width: 150px;
	padding: 5px;
	background: #fafafa;
	line-height: 1.6em;
	font-size: 10px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}	

#content_area {
	background: #ffffff;
	float: left;
	text-align: left;
	margin-right: 1px;
	padding: 10px 10px 10px 5px;
	background: #ffffff url(/images/content_bkg.gif) no-repeat bottom right;
}

#footer {
	clear:both;
	width: 920px;	
	height: 10px;
}

#footer_email {
	clear:both;
	width: 920px;	
	height: 10px;
	font-size:9px;
}

#footer_text
{
	clear:both;
	width: 920px;
	color: #999999;
	font-size: 10px;
	text-align:center;
	line-height: 13px;
	padding-bottom: 3px;
}

a {
	color: #AE4545;
}

.txtfld   { border: #000000 1px inset; border-color: #000000 #666666 #666666 #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
.button   { border: #000000 1px inset; border-color: #B8BBF3; background-color: #B8BBF3; background-attachment: fixed; background-image: url(/images/box_shadow.gif); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
	
