@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
.basic_container {
	border:thin solid #999;
	display: block;
	background: #FFF;
}
#wrapper {
	width:900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#main_content {
	background: #9F3;
	display: block;
	float: left;
	width: 400px;
}
#main_splash {
	display:block;
	width: 260px;
	height: 450px;
	float:right;
	padding: 20px;
	margin: 0px;
}
#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-transform: capitalize;
	text-decoration: none;
	position: fixed;
}
#side_bar {
	background: #F96;
	display: block;
	width: 310px;
	padding: 20px;
	float: right;
}
/* NAV container List BEGIN */
#navcontainer {
	border:0px;
	vertical-align:middle;
	width: 100px;
	float:left;
}
#navcontainer ul {
	list-style-type: none;
}
#navcontainer a {
	display: block;
	background-color:none;
	border-bottom: 1px solid #EEE;
	font: 12px/1.6em Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
}
#navcontainer a:link, #navlist a:visited {
	color: #0000FF;
	text-decoration: none;
	vertical-align:text-top;
}
#navcontainer a:hover {
	background-color:#FFCC33;
	color:  #0000FF;
}
#navcontainer li {
	margin: 0;
	padding: 0;
}
#active /* do not ad width elements to this area */ {
	display: block;
	background:#FC0;
}
/* Nav container list END */
.flashbox {
	padding: 0px;
	width: 330px;
}
.blurb {
	background:#FF9966;
	border: medium dashed #666666;
	text-decoration: none;
	padding: 5px 26px;
}
h3 {
	color: #282828;
	font: 1.45em Arial, Helvetica, sans-serif;
	text-decoration:none;
	margin: 2px 2px 2px 0px;
	padding: 2px;
}
.header {
	font-size: 1em;
	letter-spacing:0.1em;
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #330066;
	padding: 5px 5px 25px 5px;
	width: auto;
	height:100px;
	white-space: nowrap;
	background: #FFFFCC url(../images/HALA.gif) no-repeat 98% center;
}
.BG_blueGrey01 {
	background:#C4D7D1;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 15px;
}
.BG_blueGrey02 {
	background-color:#CCC;
	padding:25px;
	white-space: normal;
}
.BG_blueGreen01 {
	background-color:#FFF;
	padding:15px;
	vertical-align: top;
	border: 0.5px solid #666666;
}
.BG_blueGrey04 {
	background-color: #C4D0D7;
}
.BG_blueGrey05 {
	background-color:#DBE1E6;
	padding:15px;
	border-left:thin solid #666666;
	list-style:decimal;
}
a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	padding: 10px 10px 5px 5px;
	margin: 5px;
	white-space: normal;
	list-style: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
li {
	padding: 5px;
	margin: 5px 5px 5px 30px;
	font: 1em Arial, Helvetica, sans-serif;
}
hr {
	border-style:dashed;
	color:#FF6600;
}
td {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 15px;
}
body {
	background-color: #FFF;
 background-image:
}
.basicNav {
	text-decoration: none;
	font: normal 0.7em/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	width: 750px;
	margin: 0 auto;
}
#text_sizer {
	height: 25px;
	width: 44px;
	float: right;
	border-right: thin solid #CCC;
	border-bottom: thin solid #CCC;
	text-align: center;
	white-space: normal;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
#text_sizer a {
	font: bold normal 16px Verdana, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
}
.container_border_orange {
	border:thin solid #FF6600;
	background: #FFF;
}
