/* CSS Document */
body
{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#FFFFFF;
	background-color:#000000;
	background-position: center top;
}
.box
{
background:url(../images/box1.png) repeat-y;}
.box_middle1
{
background-image:url(../images/box_middle1.jpg);}
.box_middle2
{
background-image:url(../images/box_middle2.jpg); 
}
.header_font
{
	font-size:18px;
	text-decoration:none;
	text-align:center;
	font-family: Arial;
	line-height: 20px;
	color: #FFFFFF;
} 
.subheader_font
{
	font-size:17px;
	text-decoration:none;
	text-align:left;
	font-family: Arial;
	line-height: 22px;
	color: #FFFFFF;
	border-bottom:thin;
} 
.subheader_font:hover
{
	font-size:17px;
	text-decoration:none;
	text-align:left;
	font-family: Arial;
	line-height: 22px;
	color: #000000;
	border-bottom:thin;
	background-color:#CCCCCC;
} 
.box_middle3
{
background-image:url(../images/box_middle3.jpg);
width:779px;
height:41px;
vertical-align:middle;
background-repeat:no-repeat;
}
.footer_font
{
	font-size:11px;
	text-decoration:none;
	text-align:left;
	font-family: Arial;
	line-height: 13px;
	color: #626262;
} 
.footer_font1
{
	font-size:12px;
	text-decoration:none;
	font-family: Arial;
	line-height: 12px;
	color: #626262;
} 
.footer_font2
{
	font-size:13px;
	text-decoration:none;
	text-align:center;
	font-family: Arial;
	line-height: 12px;
	color: #AAAAAA;
} 
.content_font
{
	font-size:13px;
	text-decoration:none;
	text-align:center;
	font-family: Arial;
	line-height: 18px;
	color: #000000;
}
.content_font_1
{
	font-size:13px;
	text-decoration:none;
	text-align:center;
	font-family: Arial;
	line-height: 18px;
	color:#FFFFFF ;
	text-decoration:none;
}
.content_font_1 a:hover
{
	font-size:13px;
	text-decoration:none;
	text-align:center;
	font-family: Arial;
	line-height: 18px;
	color: #000000;
	text-decoration:underline;
}
.content_font1
{
	font-size:12px;
	font-family:Arial;
	line-height:18px;
	text-align:left;
	color:#000000;
} 
.content_font2
{
	font-size:12px;
	font-family:Arial;
	line-height:18px;
	text-align:center;
	color:#000000;
} 
.title_font
{
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	text-align:left;
	color:#000000;
}
.subtitle_font
{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:25px;
	text-align:left;
	color:#FFFFFF;
}
/*for drop down menu*/
#nav, #nav ul {     padding: 0;     margin: 0;     list-style: none; } 

#nav a {     display: block;   padding-left:17px; padding-right:10px;  } 
#nav li {     float: left;    }
#nav li li { background-color:#000000; width:10em;   }


#nav li#nav1  { width:14em;}

#nav li ul {     position: absolute;     width:10em;     left: -999em; padding-top:3px;  } 

#nav li:hover ul {     left: auto;  }



#nav li ul ul {     margin: -2.7em 0 0 14em;  } 
#nav li ul ul li
{ width:12em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {     left: -999em; } 
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {     left: auto; } 

#menu li:hover, #menu li.hover { 
position: static; 
}  
.bio_border
{
	border: 1px dashed #000000;	
}
.textlabel
{
	font-size:12px;
	text-decoration:none;
	text-align:right;
	font-family: Arial;
	line-height: 15px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	padding-right: 10px;
}
.textfield
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	height: 18px;
	width: 180px;
	border: 1px solid #000000;
}
.textArea
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
	height: 70px;
	width: 220px;
	border: 1px solid #000000;
}
.Grid_Column_Title_Row {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background-position: center center; 
}
.Grid_Inner_Row {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	border: 1px solid #C0C0C0;
	text-indent: 10px;
	background-position: center; 
}
.button1 {

height: 21px;
width: 118px;
background-color: #FFFFFF;
border: 1 outset #000000;
font-family: "Arial";
font-size: 12px;
color: #333333;
}