body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial,sans-serif;
	font-size: 1em;
	background: #FFF url(images/body_bg_04.jpg) fixed repeat-x;
	color: #000;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; 
	width: 850px; 
	min-height: 100%;
	text-align: left;
	background: #FFF;
	border-left: 1px solid #DCDCDC; border-right: 1px solid #DCDCDC;
	padding: 10px;
}

/* fix for IE6 */
* html #container {
	height: 100%;
}

#banner {
	font-size: 32px;
	font-weight: bold;
	color: #DC143C;
	padding: 10px 0;
}
#banner a {
	color: #DC143C;
}
#banner a:hover {
	text-decoration: none;
}
#banner_text {
	float: right;
	font-style: italic;
	color: #A9A9A9;
	margin: 0 0 0 0;
}
#strap {
	float: right;
	font-size: 16px;
	font-style: italic;
	color: #A9A9A9;
	margin: 12px 0 0 0;
}

#nav {
	width: 872px;  
	overflow: hidden;
	font-size: 16px;
	margin-left: -11px;
}
#nav ul {
	float: left;  /* required for IE6  */
	list-style: none;
	width: 100%; 
	padding: 5px 0 0 10px;
	margin: 0;
	background: #000;
}
#nav li {
	float: left;
	margin: 0 5px 0 0;
}
#nav a {
	float: left;	/* required for IE6  */
	display: block;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 2.2em;
	padding: 0 1.2em;
}
#nav li:hover, #nav li.sfhover, #nav #current {
	background: url(images/nav2_bg_left.gif) top left no-repeat; /* sfhover javascript required for IE6 */
}
#nav .current {
	background: url(images/nav2_bg_left.gif) top left no-repeat; /* sfhover javascript required for IE6 */
}
#nav a:hover {
	color:#FFF;
	background: url(images/nav2_bg_right.gif) top right no-repeat;
}
#nav #current a {
	background: url(images/nav2_bg_right.gif) top right no-repeat;
}
#nav .current a {
	background: url(images/nav2_bg_right.gif) top right no-repeat;
}

#right_column {
	float: right;
	width: 140px;
	padding: 10px 0 0 10px;
	border-left: 1px solid #DCDCDC;
	margin-bottom: 1.25em;
}
#right_column ul {
	list-style-type: none;
	font-size: 0.9em;
	font-style: italic;
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
}
#right_column li {
	padding: 2px 0;
}
#right_column  hr {
	color: #DC143C;
	background: #DC143C;
	border: 0;
	height: 1px;
}

#left_column {
	float: left;
	width: 140px;
}
#left_column  hr {
	margin-right: 10px;;
	color: #DC143C;
	background: #DC143C;
	border: 0;
	height: 1px;
}
#sidemenu {
	width: 120px;
	font-size: 0.9em;
	margin: 20px 0; 
}
#sidemenu ul {
	list-style-type: none;
	margin: 0;
}
#sidemenu ul li a {
	display: block;
	width: 100%;
	padding: 3px 0;
	border-bottom: 1px solid #DCDCDC;
} 

#content {
	float: left;
	width: 530px;
	border-left: 1px solid #DCDCDC;
	padding: 0 0 80px 10px;
}

#footer {
	position: absolute;
	bottom: 10px; 
	left: 10px; 
	width: 96.5%;
	font-size: 0.8em;
	text-align: center;
	padding: 5px;
	background: #DCDCDC url(images/footer_bg.gif) repeat-x;
}
#footer hr{
	color: #C0C0C0;
	background: #C0C0C0;
	border: 0;
	height: 1px;
}
#bottom_menu {
	color: #C0C0C0;
}

a { 
	color: #4682B4;
	text-decoration: none;
 }
a:hover { 
	color: #808080;
	text-decoration: underline;
}
ul { 
	list-style-type: square;
	padding: 0;
	margin-left: 15px;
}
ul.sub { 
	list-style-type: circle;
	padding: 0;
	margin-left: 15px;
}
ol {
	list-style-type: lower-roman;	
	padding: 0;
	margin-left: 15px;
}
blockquote {
	padding: 0;
	margin-left: 15px;
}
hr {
	color: #DCDCDC;
	background: #DCDCDC;
	border: 0;
	height: 2px;
}
form {
	margin: 0;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #DC143C;
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #DC143C;
	border-bottom: 1px solid #DC143C;

}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #DC143C;
	margin-bottom: 5px;
}
p {
	line-height: 1.3em;
}

.categories {
	float: left;
	width: 150px;
	margin: 0 20px 10px 0;
}
/* fix for IE6 */
* html .categories {
	margin-right: 10px;
}
.categories ul {
	list-style-type: none;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}
.categories h4 {
	width: 150px; height: 30px;
	font-size: 16px;
	color: #FFF;
	background: url(images/link_box.jpg) no-repeat;
	padding: 5px 5px 5px 10px;
	margin-bottom: 0;
}
.categories h4 a {
	display: block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
}

.search {
	float: right;
	margin-top: 15px;
}

.subheader {
	font-size: 1.5em;
	font-family: georgia,serif;
	color: #C71585;
}

.boldtext {
	font-size: 1.2em;
	color: #C71585;	
}
.smalltext {
	font-size: 0.8em;
}

.form_box label {
	float: left;
	width: 200px;
	padding-right: 5px;
}
.form_box input,select {
	margin-bottom: 5px;
}
fieldset {
	border: none;
	margin-left: 0; 
	padding-left: 0;
}

