/* This is the default body tags */
body{
	width: 779px;
	font-family: Arial,sans-serif;
	color: #808080;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	position: absolute;	
	height:auto;
}

#mainimage{
	position:relative; 
	top:10px; 
	left:10px;
}

/******************** Start Message Board Class ********************/
/* This is the message board main class */
#msgboard{
	position:relative; 
	border:2px solid #8FCAE7; 
	width:250px;
	height:auto; 
	float:right;
	margin:10px 0px 0px 0px;
}
/* This is used for the title area in the message board */
#msgboard .title{
	background-color:#8FCAE7;
	text-align:center;
	font-weight:bold;
}
/* This is used for the main content in the message board */
#msgboard .content{
	background-color:#FFFFFF;
	text-align: justify;
	margin: 5px 5px 5px 5px;
}

#msgboard a{
	color:#8FCAE7;
	text-decoration:underline;
}
/******************** End Message Board Class ********************/

/* This is used for the main page content it starts at 158px
   this is the combination of the logo and tab item pixels */
#pagecontent{
	z-index:101; 
	position:relative; 
	top:158px; 
	left:0px; 
	width:779px;
	font-size:13px;
}

#pagecontent a{
	color:#0066CC;
	text-decoration:none;
}

#pagecontent a:hover{
	color:#8FCAE7;
	text-decoration:underline;
}

#pagecontent p{
	margin:10px 0px 0px 10px;
	text-align:justify;
}

#pagecontent h1{
	margin:10px 0px 0px 10px;
	font-size:100%;
}

/* This is used for the Education & Procedures pages */
#procedures{

	z-index:101; 
	position:absolute; 
	left:0px; 
	font-size:14px;
	height:auto;
	width:100%;
}

#procedures a{
	color:#0066CC;
	text-decoration:underline;
}

#procedures a:hover{
	color:#1C3753;
	text-decoration:underline;
}

#procedures p{
	margin:15px 0px 15px 30px;
	text-align:justify;
}

#procedures h1{
	margin:10px 0px 10px 0px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color:#FF6600;
}

#procedures h2{
	margin:25px 0px 15px 20px;
	font-size:18px;
	text-decoration:underline;
	color:#1A508C;
}

/* This section is used for the main header */
#header{
	background-color: #8FCAE7;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	left: 0;
	top:0; 
	width:779px; 
	height:135px; 
	z-index:2; 
	background-color: #8FCAE7; 
	layer-background-color: #8FCAE7; 
	border: 0px none #000000; 
	padding: 0px; 
	margin: 0px;
	vertical-align: bottom;
	font-size: 0px;
}

/* This section is used for the footer */
#footer{
	clear:both;
	padding: 0px;
	margin: 0px;
	font-size: 0px;
	vertical-align: bottom;
	position:absolute;
	text-align: center;
}

/* This is used for the company address that appears 
   at the bottom of the home page */
#address{
	clear:both;
	font-size: 11px;
	color: #808080;
	position:absolute;
	text-align: center;
	width: 100%;
}

/* This is used for the main menu tabs */
#navigation{
	background-image:url('Images/tab_black_middle.jpg');
	position:absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border:0px;
	bottom:0px;
	left:0px;
	font-size: 14px;
	text-decoration:none;
	vertical-align:middle;
	z-index:101;
}

#navigation img{
	/*float: right;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border:0px;
}
#navigation a{
	padding: 0px 0px 10px 5px;
	margin:0px 0px 10px 0px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#navigation a:hover{
	padding: 0px 0px 0px 5px;
	color: #8FCAE7;
	font-weight:bold;
	text-decoration:none;
}


/******************** Start Sub Menu Class ********************/
/* This is used for the sub menu items */
#menuItems{
	background-image:url("Images/menu_back.jpg");
	position: absolute;
	top: 134px;
	z-index: 9;
	height: 13px;
	width: 759px;
	font-size: 12px;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}
/* This is part of the sub menu for the link attributes */
#menuItems a{
	text-decoration: none; 
	color: #1A508C; 
	font-weight: bold
}
/* This is part of the sub menu for the link hover attributes */
#menuItems a:hover{
	text-decoration: underline; 
	color: white; 
	font-weight: bold
}
/******************** End Sub Menu Class ********************/

.profile{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	min-height: 200px;
	height: 200px;
	text-align:justify;
}
html>body .profile {height: auto;}

.profile h1{
	font: bold 175% Arial,sans-serif;
	color: #003366;
	padding: 0px 0px 5px 0px;
}

.profile object{
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.profile img{
	float: left;
	padding: 0px 10px 10px 0px;
}

/************* dateDisplay style ***************/
.dateDisplay{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
	color:#ffffff;
	font-size:12px;
	vertical-align:middle;
	font-weight: bold
}
