body {
	margin: 10px 0 0 0;
	padding: 0;
	height: 100%;
	font-family: "trebuchet ms",sans-serif;
	font-size: 1em;
	background: #FFF url(images/body_bg.jpg) fixed repeat-x;
	color: #000;
	text-align: center;
}

html {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	position: relative;
	margin: 0 auto; 
	width: 850px; /* 850px | 53em  */
	width: 53em; /* 850px | 53em  */
	min-height: 100%;
	text-align: left;
	background: #FFF;
	border: 1px solid #DCDCDC; border-bottom: 0;
}

/* fix for IE6 */
* html #container {
	height: 100%;
}

#banner {
	padding: 10px 0 0 10px;
	background: #000;
}
#banner_text {
	float: right;
	font-family: "comic sans ms",sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #C71585;
	text-align: center;
	margin: 50px 2em 0 0;
}

#nav {
	width: 100%;  /* required for IE6  */
	overflow: hidden;
}
#nav ul {
	float: left;  /* required for IE6  */
	list-style: none;
	width: 100%; 
	padding: 5px 0 0 1.25em;
	margin: 0;
	background: #000;
	border-top: 2px solid #C0C0C0;
}
#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: 2em;
	margin: 0 0 0 0;
	padding: 0 1.2em;
}
#nav a:hover {
	color:#333;
}
#nav li:hover, #nav li.sfhover, #nav #current {
	background: url(images/nav_bg_left.gif) top left no-repeat; /* sfhover javascript required for IE6 */
}
#nav li a:hover {
	background: url(images/nav_bg_right.gif) top right no-repeat;
}
#nav #current a {
	color: #C71585;
	background: url(images/nav_bg_right.gif) top right no-repeat;
}
#nav #current a:hover {
	color: #000;
}

.main_text {
	padding: 1.25em 10px 5em 10px;	
}
.right_column {
	float: right;
	width: 310px;
	padding: 10px 0 0 10px;
	*padding-bottom: 10px; /* fix for IE6 */
	_padding-bottom: 10px; /* fix for IE7 */
	border: 1px solid #DCDCDC;
	margin-bottom: 1.25em;
	margin-left: 1.25em;
}

#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;
}
#footer a:hover { 
	color: #808080;
}
#bottom_menu {
	color: #C0C0C0;
}

a { 
	color: #906;
	text-decoration: none;
 }
a:hover { 
	color: #C0C0C0;
	text-decoration: underline;
}
ul { 
	list-style-type: disc;
	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: #C0C0C0;
	background: #C0C0C0;
	border: 0;
	height: 2px;
}
form {
	margin: 0;
}
h1 {
	font-size: 1.5em;
	font-family: georgia,serif;
	font-weight: normal;
	color: #C71585;
}
h2 {
	font-size: 1.4em;
	font-family: georgia,serif;
	font-weight: normal;
	color: #C71585;
	margin-bottom: -10px;
}
h3 {
	font-size: 1.4em;
	font-family: georgia,serif;
	font-weight: normal;
	color: #C71585;
	margin-bottom: 5px;
}
h4 {
	font-size: 1em;
	color: #C71585;
}
p {
	line-height: 1.3em;
}

.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;
}

