body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	background: #EBF3DA;
	line-height: 1.3em;
	margin: 0;
}

/*************************
Layout
*************************/

#container {
	width: 968px;
	margin: 0 auto;
}

#wrapper {
	background: url(../images/page_bg.jpg) repeat-y;
}

/*************************
Header
*************************/

#header {
	
}

/*************************
Left Column
*************************/

#leftcol {
	width: 242px;
	float: left;
	padding: 0 10px 0 20px;
}

#.input {
	width: 170px;
}

#menu {

}

#menu ul {
	margin: 0 10px 0 10px;
	padding: 0;
}

#menu li {
	list-style: none;
	margin: 0;
	display: block;
}

#menu li a {
	text-decoration: none;
	font-family: helvetica;
	font-weight: bold;
	font-size: 10.5pt;
	padding: 15px 10px;
	display: block;
	outline: none;
	color: #1E2C5B;
}

#menu li a:hover {
	text-decoration: underline;
	background: #CCF; 
}

.navigation {
	font-size: 10pt;
	font-family: Helvetica;
	font-weight: bold;
	color: #1E2C5B;
}

/*************************
Content
*************************/

#content {
	padding: 20px;
	margin:0 10px 0 290px;
	padding:20px;
	min-height:600px;
	text-align: left;
}

/*************************
Footer
*************************/

#footer {
	background: url(../images/footer.jpg) no-repeat;
	width: 968px;
	height: 31px;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #fff;
}

#footer a {
	color: #fff;
	font-size: 0.9em;
	padding: 0 5px;
}

#footer_sales {
	background: url(../images/footer_sales.jpg) no-repeat;
}

#footer_sales p {
	margin: 0;
	padding: 0;
	color: #fff;
}

#footer_sales a {
	color: #fff;
	font-size: 0.9em;
	padding: 0 5px;
}

#copyright {
	color: #3B5C88;
	font-weight: bold;
}

#copyright p {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*************************
Common
*************************/
h1 {
	line-height: 1.2em;
}

h2 {
	line-height: 1.2em;
}

li {
	margin-bottom: 10px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.highlight {
	background: yellow;
}

.bold_highlight {
	font-weight: bold;
	background: yellow;
}

.red {
	color: #cc0000;
}

.black_12 {
	font-size: 12pt;
	font-weight: bold;
}

.red_12 {
	font-size: 12pt;
	font-weight: bold;
	color: #C00;
}

.spacer {
	border: 1px dotted #ccc;
}

.clear {
	clear: both;
}

/*************************
IE6
*************************/

*html #content {
	width: 625px;
}

/*************************
IE7
*************************/

*+html #content {
	width: 625px;
}

.red_heading {
	color: #C00;
	font-size: 15pt;
}

.red_heading14 {
	font-size: 14pt;
	color: #C00;
}

.red_heading16 {
	font-size: 16pt;
	color: #C00;
}

.red_heading_large {
	font-size: 18pt;
	color: #C00;
}

.link_red_bold {
	font-weight: bold;
	color: #C00;
}

.red_heading30 {
	font-size: 30pt;
	color: #C00;
}

.red_10 {
	font-size: 10pt;
	color: #C00;
	font-weight: bold;
}

.link_large_bold {
	font-size: 13pt;
	font-weight: bold;
	color: #00C;
}

.link_bold_14 {
	font-size: 14pt;
	font-weight: bold;
	color: #00C;
}

.link_blue_bold {
	font-weight: bold;
	color: #00C;
}

.black_heading {
	font-size: 15pt;
	font-weight: bold;
	color: #000;
	text-align: center;
}

.black_heading16 {
	font-size: 16pt;
	color: #000;
}

.black_heading_large {
	font-size: 18pt;
	font-weight: bold;
	color: #000;
}

.black_16 {
	font-size: 16pt;
	font-weight: bold;
	color: #000;
	text-align: left;
}

.blue_8 {
	font-size: 8pt;
	color: #00C;
	font-family: arial, verdana, helvetica, sans-serif;
}

