/* General page body */

body {	
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	background: #dddddd url(../../_img/layout/pageback.jpg);
	background-repeat: repeat-x;
	font-size: 0.7em;
	color: #000000;
	line-height: 130%;
	}
	
p {
	margin: 0px;
	padding: 0px;
	}


/* General classes */

.hidden {
        display: none;
}

.nostyle {
        border: 0px;
        background: transparent;
}

.noborder {
	border: 0px;
	}

.nomargin {
	margin: 0px;
	}
	
.bottommargin {
	margin-bottom: 8px;
	}

.rightlist {
	margin-top: 7px;
	padding-bottom: 8px;
	text-align: right;
	}

.rightalign {
	text-align: right;
	}

.centeralign {
	text-align: center;
	}

.lightgrey {
	color: #898989;
	}

.darkgrey {
	color: #565656;
	}

.topmargin {
	margin-top: 8px;
	}

.darkbotborder{
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8x;
	border-bottom: 1px #2b2b2b dotted;
	}

.lightbotborder{
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px #666666 dotted;
	}
	
.withlogo {
	height: 80px;
	padding-bottom: 12px;
}

.logo {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
}

.logoborder {
	border: 2px solid #bb0000;
}

.header{
	font-size: 1.2em;
	color: #dd0000;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.8pt;
	}

em {
	font-style: italic;
	}
	
.indented {
	padding-left: 15px;
	}

.bolded {
	font-weight: bold;
	}

.attention{
	padding: 10px;
	border-top: 1px #666666 dotted;
	border-bottom: 1px #666666 dotted;
	}

.innertube{
	margin: 12px; 							/* Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0px;
	}

.block {
	width: 660px;
	}

.rightblock{
	margin-left: 340px; 
	}

.leftblock{
	float: left;
	width: 320px;
	margin-left: 0px;
	}


/* Layout sections */

#maincontainer{
	width: 900px; 							/* Width of main container */
	margin: 0 auto; 						/* Center container on page */
	background: #343434 url(../../_img/layout/wrapperback.jpg);
	}

#topsection{
	height: 290px; 
	background: #ffffff url(../../_img/layout/banner.jpg);
	}

#mainnav {
	top: 45px;
	left: 45px;
	position: relative;
	width: 140px;
	}

#contentwrapper{
	float: left;
	width: 100%;
	}

#contentcolumn{
	margin-left: 238px; 						/* Set left margin to LeftColumnWidth */
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 8px;
	}

#leftcolumn{
	float: left;
	padding-top: 3px;
	padding-left: 3px;
	width: 238px; 							/*Width of left column*/ 
	margin-left: -900px; 						/* Set left margin to -(MainContainerWidth) */
	background-color: #343434;
	color: #dddddd;
	}

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	left: 0px; 
	bottom: 0px;
	background-color: #ffffff;
	color: #999999;
	height: 50px;
	background: #343434 url(../../_img/layout/bottomback.jpg);
	}

#footertext {
	position: relative;
	top: 5px;
	left: 120px;
	}


/* Headers */

h1 {
	margin-top: 0px;
	letter-spacing: -0.8pt;
	font-size: 1.2em;
	color: #dd0000;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	}

h2 {
	margin-top: 0px;
	margin-bottom: 3px;
	letter-spacing: -0.8pt;
	font-size: 1.2em;
	color: #dd0000;
	font-weight: normal;
	text-transform: uppercase;
	}


/* Links */

a:link, a:active, a:visited {
	color: #dd0000;
	text-decoration: none;
	}

a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted;
	}

a.light:link, a.light:active, a.light:visited {
	color: #ffffff;
	text-decoration: none;
	}

a.light:hover {
	color: #cccccc;
	text-decoration: none;
	border-bottom: 1px dotted;
	}

a.medium:link, a.medium:active, a.medium:visited {
	color: #999999;
	text-decoration: none;
	}

a.medium:hover {
	color: #cccccc;
	text-decoration: none;
	border-bottom: 1px dotted;
	}


a.nav:link, a.nav:active, a.nav:visited {
	color: #dd0000;
	font-size: 1.2em;
	letter-spacing: -0.8pt;
	text-transform: uppercase;
	text-decoration: none;
	}

a.nav:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted;
	}


/* Lists */

ul {
	list-style-type: square;
	}

li {
	list-style-type: square;
	}


/* Forms */

input, select, textarea {
	background-color: #eeeeee;
	border: 1px #cccccc solid;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 1em;
	}