body {
	background-color: #000044;
	margin: 0px;
}

.body_main {
	background-color: #ffffff;
	font-family: FreeSans, Helvetica, Geneva, Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	margin: 0px;
	padding: 0;
	color: #000000;
	background-image:url(images/bg.jpg);
}

.bg_top {
	height: 188px;
	background-color: #000044;
}

.content {
	margin: 25px;
	margin-top: 35px;
}

.content_frame {
	float: right;
	border: 2px solid #0000ff;
	border-top-width: 0px;
	width: 696px;
	min-height: 350px;
	margin-top: -4px;
	background-color: #dcdcdc;
}

.frame {
	width:900px;
	text-align:left;
	margin-top: -189px;
}

.footer {
	clear: both;
	margin-top:0px;
	padding-top: 5px;
	border-top: 2px solid #999999;
	color: #999999;
	text-align:center;
	background-color: #000044;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
	color: #999999;
	border-bottom: 1px solid #999999;
	text-decoration:none;
}

.logo {
	float: left;
	width: 200px;
	height: 450px;
	background-color: #444488;
}


.navbar {
	clear: right;
	float: right;
	height: 35px;
	border-top: 0px;
	padding-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 1px;
}

img.portrait {
	margin-top: 20px;
	margin-left: 25px;
	border: 1px solid white;
}

.sidebar_fix {
	clear: right;
	background-color: #444488;
}

.sublink {
	text-align: right;
	margin-top: 25px;
	margin-right: 4px;
}

.sublink a, .sublink a:active, .sublink a:visited, .sublink a:link {
	color: #dcdcdc;
	text-decoration: none;
}

.sublink a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.tab {
	float: left;
	width: 95px;
	height:35px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #0000ff;
	border-top: 4px solid #0000ff;
	background-color: #aaaaaa;
}

.tab_mo {
	float: left;
	width: 95px;
	height:35px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #0000ff;
	border-top: 4px solid #0000ff;
	background-color: #cccccc;
}

.tab_selected {
	float: left;
	width: 95px;
	height:35px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	cursor: default;
	border: 2px solid #0000ff;
	border-top: 4px solid #0000aa;
	border-bottom: 2px solid #dcdcdc;
	background-color: #dcdcdc;
}	

.tab_spacer {
	float: left;
	width: 10px;
	height:39px;
	text-align: center;
	text-decoration: none;
	font-size: 5px;
	overflow: hidden;
	border-bottom: 2px solid #0000ff;
}

.tab_spacer_left {
	float: left;
	height:39px;
	text-align: center;
	text-decoration: none;
	font-size: 5px;
	overflow: hidden;
	border-bottom: 2px solid #0000ff;
	width: 34px;
}

.tab_spacer_right {
        float: left;
	width: 125px;
	height:39px;
	text-align: center;
	text-decoration: none;
	font-size: 5px;
	overflow: hidden;
	border-bottom: 2px solid #0000ff;
}

.tab td, .tab_mo td, .tab_selected td {
	height:35px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	overflow: hidden;
}

.title {
	float: right;
	width: 695px;
	height: 140px;
}

.video {
	padding: 12px;
	background-color: #fcfcfc;
	border: 3px double #444488;
	text-align: center;
}

/* Contact.php */

form.contact_form {
	border: 4px solid #448;
	padding: 10px;
}

div.input_name {
	float: left;
	width: 80px;
text-align: right;
padding-right: 10px;
color: #333;
font-weight: bold;
}

div.form_input input {
position: relative;
top: -3px;
width: 480px;
border: 2px solid #888;
}

div.form_input {
margin: 3px;
padding: 4px;
}

form.contact_form textarea {
width: 480px;
height: 120px;
border: 2px solid #888;
}

form.contact_form input.button {
margin-left: 220px;
border: 2px solid #666;
background-color: #eef;
font-weight: bold;
padding: 2px 10px;
color: #004;
}

div.form_name{
font-weight: bold;
background: #dcdcdc;
font-size: 1.4em;
position: relative;
padding: 20px;
top: -20px;
left: 5px;
display: inline;
color: #004;
}

div.error_messages {
border: 4px solid #d22;
padding: 10px;
background-color: #fff;
margin-bottom: 2em;
color: #d22;
} 

div.success_messages {
border: 4px solid #292;
padding: 10px;
background-color: #fff;
margin-bottom: 2em;
color: #292;
} 

div.error_messages h2 {
margin: 0 0 5px;
padding: 0;
font-size: 1.2em;
padding-left: 40px;
border-bottom: 1px solid;
}

div.error_messages h3, div.success_messages h3 {
font-size: 1.0em;
font-weight: normal;
margin: 0 0 0 20px;
padding: 4px;
}
