/* global.css */



/* css resets */

h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, pre, code, address, variable, form,
blockquote, html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	}
	
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
	}
	
td, th, caption { 
	font-weight: normal; 
	text-align: left; 
	}
	
img { 
	border: 0; 
	}
fieldset { 
	 -moz-border-radius:5px;    border-radius: 5px;    -webkit-border-radius: 5px;
} 
	
ol { 
	margin-left: 1.4em; 
	list-style: decimal; 
	}
	
ul { 
	margin-left: 1em; 
	list-style:square; 
	}
	
q:before, q:after { 
	content:''; 
	}



/* global style */

body {
	background-color: #f5edd8;
	color: #98938c;
	font-size: 80%;
	font-family: times new roman, times, serif;
	}
	
a:link {
	background-color: transparent;
	color: #998b7d;
	text-decoration: underline;
	}

a:visited {
	background-color: transparent;
	color: #998b7d;
	text-decoration: underline;
	}

a:hover {
	background-color: transparent;
	color: #998b7d;
	text-decoration: none;
	}

a:active {
	background-color: transparent;
	color: #998b7d;
	text-decoration: underline;
	}
	
div#container {
	margin: 5em 0em 0em 0em;
	padding: 0em;
	}
	
div#top {
	width: 968px;
	height: 70px;
	text-align: right;
	}
	
ul#global_nav {
	display: block;
	margin: 0em;
	padding: 0em;
	}
	
ul#global_nav li {
	display: inline;
	list-style: none;
	margin: 0em;
	padding: 0em 1.3em;
	}
	
ul#global_nav li#nav_label {
	padding-left: 7em;
	}
	
div#m_content {
	background-color: #ffffff;
	color: #98938c;
	width: 968px;
	height: 522px;
	}
	
div#m_content_order {
	background-color: #ffffff;
	color: #98938c;
	width: 968px;
	height: 793px;
	}
div#m_content_order2 {
	background-color: #ffffff;
	color: #98938c;
	width: 968px;
	height: 521px;
	}	
div#footer {
	background-color: transparent;
	color: #998b7d;
	font-size: 75%;
	clear: both;
	padding-top:15px;
	}
	
div#footer ul {
	display: block;
	margin: .5em 0em;
	padding: 0em;
	}
	
div#footer ul li {
	display: inline;
	margin: 0em;
	padding: 0em 1em;
	list-style: none;
	}
	
div#footer ul li a {
	background-color: transparent;
	color: #998b7d;
	}
	
.quote_left {
	text-align: left;
	float: left;
	width: 483px;
	}
	
.quote_right {
	float: right;
	width: 483px;
	}
	
.quote_right ul {
	display: block;
	margin: 0em;
	padding: 0em;
	}
	
.quote_right ul li {
	display: inline;
	margin: 0em;
	padding: 0em 5px;
	}
	
.left {
	float: left;
	}
	
.right {
	float: right;
	width: 200px;
	}
	
.clear {
	clear: both;
	}

.newsHeader {
 font-family: times new roman, times, serif;
 font-weight:bold;
 color:#7D0E07;
 font-size:14pt;
 padding-bottom:4px;
}

.newsBody {
	font-family: times new roman, times, serif;
	position:relative;
	top:14px;
	display:block;
}