/*****************************************
  DEFAULT PAGE ATTRIBUTES
*****************************************/
body {
	margin:0px;
	font-family: Lucida Sans Unicode, arial,verdana,helvetica;;
	font-size: 11px;
	background-color:#DFDFDF;
	color:#000000;
	line-height:125%;
	text-align:center;
	}
a {
	color:#00562B;
	font-weight:800;
	text-decoration:none;
	}
a:hover {
	color:#FF7B02;
	font-weight:800;
	}
img {
	border:0px;
	}
ul {
	margin-top:3px;
	margin-bottom:3px;
	list-style: disc;
	}
h1 {
	margin-bottom:3px;
	color:#660033;
	font-size:24px;
	font-weight:800;
	letter-spacing:2px;
	font-variant:small-caps;
	}
h2 {
	margin-bottom:3px;
	color:#545572;
	font-size:15px;
	font-weight:800;
	}
h3 {
	margin-bottom:0px;
	margin-left:14px;
	margin-bottom:2px;
	color:#579FE3;
	font-size:16px;
	font-weight:800;
	}
hr {
	width:100%;
	color:#A18D6B;
	text-align:center;
	height:2px;
	}
table {
	font-family: Lucida Sans Unicode, arial,verdana,helvetica;;
	font-size: 11px;
	color:#000000;
	vertical-align:top;
	}
/*****************************************
  HEADER
*****************************************/
#header {
	width:100%;
	height:122px;
	overflow: hidden;
	background-color:#FFFFFF;
	border-bottom:1px solid #9FA398;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	}
/*****************************************
  FRAMEWORK (TABLE)
*****************************************/
#framework {
	width:100%;
	/*width:1000px;*/
	margin-top:5px;
	text-align:left;
	line-height:125%;
	margin-left:auto;
	margin-right:auto;
	}
/*****************************************
  NAVIGATION
*****************************************/
#nav {
	width:196px;
	border-bottom:1px solid #FFFFFF;
	background: url(images/bg_nav.gif);
	background-repeat: repeat-y;
	vertical-align:top;
	} 
/*****************************************
  BODY
*****************************************/
#main {
	width:inherit;
	text-align:center;
	vertical-align:top;
	}
#alignment_fix {
	width:95%;
	/*width:537px;*/
	text-align:left;
	margin-right:auto;
	margin-left:auto;
	}
#interior_padding {
	width:537px;
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	}
/*****************************************
  RIGHT COLUMN
*****************************************/
#right {
	width:245px;
	vertical-align:top;
	}
/*****************************************
  FOOTER
*****************************************/
#footer {
	color:#E9FFED;
	font-size:10px;
	text-align:center;
	margin-top:0px;
	height:37px;
	width:100%;
	overflow:hidden;
	background: url(images/bg_bar.gif);
	background-repeat: repeat-x;
	}
	#footer a {
		color:#D5E6E9;
		}
	#footer a:hover {
		color:#FFFFFF;
		}
/*****************************************
  SECTION STYLES
*****************************************/
#section_header {
	color:#FFFFFF;
	font-weight:800;
	padding:2px;
	border:1px solid #FFFFFF;
	background: url(images/g_header.gif);
	background-repeat: no-repeat;
	background-position:right top;
	background-color:#FA7D09;
	}
#box {
	background-color:#FFFFFF;
	border: 1px solid #A5A4A4;
	padding:4px;
	}
	#box_left {
		float:left;
		width:100px;
		}
	#box_right {
		float:right; 
		margin-top:3px; 
		width:130px;
		}
#featured4 {
  height:12px;
  }
* html #featured4 {
  height:21px;
  }

.clear{height:.1px; clear:both;}

/* display only for IE 
* html #logo {
  margin-left:-3px;
  }
*/