body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding:0;
	font-size : 13px;
	color : #000;
}
.header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 14pt;
	color: #000;
}
#container {
   background-color: transparent;
	color: Black;
	margin-right : auto;
	margin-left : auto;
	text-align : left;	
	height:100%;
}
.center {
   background-color: transparent;
	width: 750px;
	margin-left: auto; 
	margin-right: auto;
}

.white {
	background: #A2BEB0;
	color: Black;
}
h4 {
	background: #798D83;
	text-align: center;
	margin-top: -5px;
	padding-top: 10px;
	color: #fff;
}
.menu {
	margin-top: -15px;
	margin-left: -35px;
}
.menu ul {
	list-style: none;
}	
.menu li a {
  	height: 24px;
	text-decoration: none;
}	
.menu li a:link, .menu li a:visited {
	color: #fff;
	display: block;
	background: #000;
	padding: 8px 0 0 10px;
}
.menu li a:hover {
	color: Black;
	background-color: #CCE2F7;
	padding: 8px 0 0 10px;
}
.menu li a:active {
	color: #fff;
	background-color: #C12267;
	padding: 8px 0 0 10px;
}
.footer {
	float: left;
	width: 750px;
	background: #fff;
	color : #000;
	padding-top : 10px;
	padding-bottom: 5px;
	font-size: 9px;
	text-align : center;
}
.footer a {
	background: #fff;
	color : #000;
	padding-left: 2px;
	padding-right: 2px;	
}
.footer a:active {
	background: #fff;
	color : #000;
	padding-left: 2px;
	padding-right: 2px;		
}
.footer a:visited {
	background: #fff;
	color : #000;
}
.footer a:hover {
	background: #FFF;
	color : #000;
	text-decoration: none;
	border-bottom: 2px dotted;	
}

/* Search Form 
------------------------------------------------------------------------------- */
#search {
	width: 240px;
	height: 45px;
	background-color: White;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}

/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
}
.post ul li {
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}

#topBar {
	float: left;
	width: 500px;
	height: 55px;
	background-color: White;
}

#boxNews {
	float: left;
	width: 228px;
	height: 250px;
	background: #A2BEB0;
	border-top: solid 2px #000;
	border-left: solid 6px #000;
	border-bottom: 2px solid;	
	color: Black;
	font-weight: bold;
	padding: 8px;
	overflow: auto;
}	
#boxImage {
	float: left;
	width: 234px;
	height: 250px;
	background: #000;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
	color: #fff;
	padding: 8px;
}

#boxMenu {
	float: left;
	width: 228px;
	height: 250px;
	background: Black;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;	
	border-right: solid 6px #000;	
	color: #fff;
	padding: 8px;
}

#sideBar {
  width: 200px;
  height: 100%;
  background-color: White;
  float: left;
}

#contentArea {
  float: left;
  width: 528px;
  background-color: White;
  border-left: solid 6px #000;
  padding: 8px;
  height:100%
}

#boxFooter {
	float: left;
	width: 750px;
	background-color: White;
	color : Black;
	padding-top : 10px;
	padding-bottom: 5px;
	font-size: 9px;
	text-align : center;
}