/* CSS Document */
html {
	background-image:url(../images/body_bg.jpg);
	height:101%; /*---To force the side scroll bar to be there all the time---*/
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	margin:0px 0px 0px 0px;
	height:100%;
	background-image:url(../images/bg_top.jpg);
	background-repeat:repeat-x;
}
.container {
	width:800px;
	margin:0px auto 0px auto;
}

/*---Header---*/

.header {
	width:800px;
	height:96px;
	background-image:url(../images/header.gif);
}

/*---Top Menu Navigation---*/

.left_side_navigation {
	width:41px;
	height:20px;
	background-image:url(../images/left_main_image.gif);
	float:left;
	overflow:hidden;
}
.main_navigation_bar {
	width:733px;
	height:20px;
	background-image:url(../images/mainbar.jpg);
	float:left;
	overflow:hidden;
}
.right_side_navigation {
	width:26px;
	height:20px;
	background-image:url(../images/right_main_image.gif);
	float:left;
	overflow:hidden;
}
.main_menu {
	font-size:8pt;
	color:#AC8108;
	font-weight:bold;
	line-height:20px;
	vertical-align:top;
}
a.main_menu:link {
	color:#AC8108;
	text-decoration:none;
}
a.main_menu:visited {
	color:#0000FF;
	text-decoration:none;
}
a.main_menu:hover {
	color:#FFCC00;
	text-decoration:none;
}
.bottom_menu_line {
	width:800px;
	height:1px;
	background-image:url(../images/bottom_menu_line.gif);
	float:left;
	overflow:hidden;
}
/*---Spacer--*/

.left_side_image {
	width:28px;
	height:15px;
	background-image:url(../images/left_side_image.gif);
	float:left;
}
.spacer {
	width:746px;
	height:15px;
	background-image:url(../images/spacer.jpg);
	float:left;
}
.right_side_image {
	width:26px;
	height:15px;
	background-image:url(../images/right_side_image.gif);
	float:right;
}

/*---Content Area---*/
.text_area_top_image {
	width:800px;
	height:10px;
	background-image:url(../images/background_top.gif);
	background-repeat:no-repeat;
	float:left;
}
.text_area_main_image {
	width:800px;
	background-image:url(../images/background_middle.gif);
	float:left;
}
.text_area_bottom_image {
	width:800px;
	height:20px;
	background-image:url(../images/background_bottom.gif);
	background-repeat:no-repeat;
	float:left;
}
.text_area_left {
	width:139px;
	min-height:20px;
	margin-left:10px;
	float:left;
}
.text_area_right {
	width:587px;
	margin-left:14px;
	float:left;
}
/*--Bottom---*/

.left_bottom {
	width:30px;
	height:30px;
	background-image:url(../images/left_bottom.gif);
	float:left;
}
.bottom {
	width:737px;
	height:30px;
	background-image:url(../images/bottom.gif);
	float:left;
}
.right_bottom {
	width:33px;
	height:30px;
	background-image:url(../images/right_bottom.gif);
	float:right;
}

/*---Clear whitspace---*/
.clear {
	clear:both;
}

/* standard in text link properties */			

a:link {
	color:#006699;
	text-decoration: underline;
}
a:active {
	color:#FF0000;
	text-decoration: underline;
}
a:visited {
	color:#663300;
	text-decoration: underline;
}
a:hover {
	color:#0000FF;
	text-decoration: underline;
}

/*standard page content*/

.left_content {
	font-family:arial, sans-serif;
	margin-left:0px;
	text-align:justify;
	width:139px;
	height:20px;
}
.text_area_left>.left_content {
	margin-left:10px;
}
.right_content {
	font-family:arial, sans-serif;
	text-align:justify;
	width:587px;
	float:left;
	
}
.text_area_right>.right_content {
	margin-left:10px;
}
h1 {
	font-family: arial, sans-serif;
	color:#000000;
	background-color:transparent;
	padding-left:10px;
	font-size:130%;
}
h2 {
	font-family: arial, sans-serif;
	color:#006699;
	background-color:transparent;
	line-height:100%;
	font-size:110%;
	font-weight:normal;
}
h3 {
	font-family: arial, sans-serif;
	color:#000000;
	background-color:transparent;
	padding-left:10px;
	font-size:90%;
	font-weight:bold;
}

/*black underline for headings*/
		
.under {
	border-bottom:1px solid #000000;
	width:90%;
	margin-left:15px;
}
.text_area_right>.under { /*Changes for firefox only*/
	margin-left:34px;
}
/*Table properties*/

.tablehead {
	font-family: arial, sans-serif;
	padding:5px;
	font-size:85%;
	font-weight:bold;
	color:#000000;
	background-color:#FFCC33;
	border:1px solid #DADDE0;
	vertical-align:top;
}
.tdcell {
	border:1px solid #DADDE0;
	padding:5px;
	background-color:#FFFFFF;
	color:#000000;
	font-family:arial, sans-serif;
	font-size:85%;
	vertical-align:top;
}

/*---Misc.---*/

.space_line_10 {
	line-height:10px;
}
.top_of_page {
	margin-left:425px;
	vertical-align:top;
}
#top_of_page_image {
	border-color:#F4DD7D;
}
.support {
	margin-left:13px;
}
.text_area_right>.support {
	margin-left:8px;
	width:593px;
}
.videoconferencing {
	margin-left:0px;
}
.text_area_right>.videoconferencing {
	margin-left:10px;
}
.video_camera_right {
	width:32px;
	height:22px;
	border:0px;
	float:right;
}
.video_camera_left {
	width:32px;
	height:22px;
	border:0px;
	border-color:#F4DD7D;
	float:left;
}
.center {
        text-align: center ;
}