﻿/******************/
/* global styles */
/****************/
@import url("module_header.css");
@import url("module_nav.css");
@import url("module_home.css");
@import url("module_sub.css");
@import url("module_footer.css");

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #DCDCDC url(../images/bg_main.gif) repeat-x;
	text-align: center;
	color: #333333;
}

/* main container */
#container {
	margin: 0 auto 0;
	padding: 0;
	width: 899px;
}
.noside { width: auto !important; }

/* page content */
#content {
	width: 899px;
	padding: 0;
	margin: 0 0 17px 0;
	text-align: left;
}
.noside #content { width: auto !important; margin: 0 auto !important; text-align: center; }
.noside #leftColumn { float: none !important; margin: 0 auto !important; text-align: left; background: #fff !Important; }

h4 {
	margin: 25px 0 10px 0;
	font-size: 13px;
	text-decoration: none;
}


p {
	line-height: 17px;
	margin: 0 2px 22px 0;
	padding: 0;
}


a, a:visited {
	text-decoration: none;
	color: #993399;
}

a:hover {
	text-decoration: underline;
}

.cleaner {
	clear: both;
}

.right 
{
	text-align: right;
}

.floatLeft 
{
	float: left;
}

.floatRight 
{
	float: right;
}

.underline { text-decoration: underline; }

.small { font-size: 0.8em; }
