/* CSS Document */

body {
	margin: 0px;
	padding:73px 0px 20px 0px;
	background-image:  url("../layout/background.jpg");
	background-position:left;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#3F628A;
}
#top {
	position:relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height:75px;
	background-image:  url("../layout/layout_home1_r2_c2.jpg");
	background-position:left;
	background-position:top;
	background-repeat:repeat-x;
}
#nav {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height:28px;
}
#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 999px;
	height:auto;
	background-image:  url("../layout/content_back.jpg");
	background-position:left;
	background-position:top;
	background-repeat:repeat-x;
}
#bottom {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height:35px;
	background-image:  url("../layout/layout_home1_r5_c2.jpg");
}
/* Default settings for links - no class */
a:link, a:visited {
	color:#000066;
	text-decoration: none;
}
a:hover{
	color:#999999;
	text-decoration: underline;
}

input.searchbox {
	border: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	height: 18px;
	color:#000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../images/google1.jpg);
	background-repeat:no-repeat; 
	background-position:left;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color:#000066;
	margin-bottom: 8px;
	margin-top: 0px;
	font-weight: bold;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 24px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:15px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000066;
	margin:0px;
	padding:0px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#96330F;
	margin:0px 0px 5px 0px;
	padding:0px;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	display: block;
	background-color:#606E7F;
	padding: 3px 0px 3px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border: 2px solid #FFFFFF;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	display: block;
	background-color:#006699;
	padding: 3px 0px 3px 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
a.link_1:link, a.link_1:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#CC0000;
	text-decoration: none;
}
a.link_1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#CC0000;
	text-decoration: none;
	text-decoration: underline;
}
.border_bottom {
	border-bottom: 2px solid #FFFFFF;
}

.border_left {
	border-left: 2px solid #FFFFFF;
}

.border_right {
	border-right: 2px solid #FFFFFF;
}

.border_top {
	border-top: 2px solid #FFFFFF;
}
/*#centerChat { width: 1000px; height:60px; margin:0px auto; z-index:2; top:0px; position:relative; background-color:#666666; }
*/
#chatOne { width:200px; height:60px; float:right; margin:12px 0px 0px 0px; }

#chatTwo { width:200px; height:60px; float:left; margin-left:250px; }

#chatThree { width:200px; height:60px; float:right; margin-right:50px; }