body, form, div, th, td, p {
	font-family: verdana, helvetica, tahoma, arial, sans-serif;	
	font-size:13px;
}

body, form, div {
	margin:0;
	border:0;
	padding:0;
}


a:link { color: #003399}
a:visited { color: #003399}
a:hover { color: #009999}
a:active { color: #003399}

#outer_wrap {}
#outer {}

/***** HEADER *****/
#opener_wrap {
	position:relative;
	background-color: rgb(73,97,145);
	height:115px;
	overflow:hidden;
}
#opener { position:relative; }

#logo_wrap {
	float:left;;
}
#logo {}
#logo_link {}
#logo_img { border:0; }

#opener_text_wrap {
	height:150px;
	overflow:hidden;
	text-align:right;
	margin-right:10px;
}
#opener_text {
	background-image:url(../img/header_text_bg.png);
	background-repeat:no-repeat;
}
#opener_text h1,h2,h3 {
	margin:0;
	color: #ffffff;
}
#opener_text h1,h3 {
	font-family: "Century Schoolbook L", "Century Schoolbook", "MgOpen Canonica", "Script MT Bold", "Trebuchet MS", "Palace Script MT", "Comic Sans MS", script, serif;
	font-style:italic;
}
#opener_text h1 {
	margin-top:10px;
	font-size: 40px;
	font-weight:normal;
}
#opener_text h2 { 
	font-size: 12px;
	color: #ccccdd;
}
#opener_text h3 {
	margin-top:3px;
	font-size: 18px;
}


/***** MENU *****/
#menu_wrap {
	position:relative;
	border-top: solid 1px #909fbc;
	border-bottom: solid 1px #496191;
	background-color:#000000;
}
#menu { 
	position:relative; 
	height:30px;
	overflow:hidden;
}
#menu div { float:left; }
#menu div a { 
	display:block;
	margin:3px;
	margin-left:4px;
	margin-right:4px;
	border: solid 1px #909fbc;
	padding:3px;
	color:#909fbc;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
#menu div a:link { color: #909fbc; }
#menu div a:visited { color: #909fbc; }
#menu div a:hover { color: #ffffcc; border: solid 1px #ffffcc; }
#menu div a:active { color: #909fbc; }

#content_wrap {
	margin-top:15px;
}
#content {}

#side_wrap {
	float:left;
	width:200px;
}
#side {
	margin-left:10px;
	border: solid 1px #496191;
	background-color: #496191;
	padding:8px;
	color:#f8f8f8;
}

#main_wrap {
	margin-left:200px;
	font-size:12px;
}
#main {
	margin-left:10px;
	margin-right:10px;
	border: solid 1px #496191;
	padding:8px;
	font-size:12px;
}

#closer_clear {
	clear:both;
	height:15px;
	overflow:hidden;
}
#closer_wrap {
	border-top: solid 1px #496191;
}
#closer {
	text-align:center;
	font-size:9px;
}