@charset "UTF-8";
/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
background: #fff url(../img/bg.jpg) repeat-x;
font: normal 12px Arial, Helvetica, sans-serif;
}

a {
	color: #6758c9;
	font-weight: bold;
}

a:hover {
	color: #b1adff;
}

.highlight {
	font-weight: bold;
	font-size: 18px;
}

h1 {
color: #411b81;
font: italic 20px Arial, Helvetica, sans-serif;  
}

h2 {
color: #8a50cd;
font:normal 15px Arial, Helvetica, sans-serif;  
}

b{font-size: 110%;}
em{color: red;}
.notopmargin {margin-top: 0; padding-top: 0;}

#top {
height: 111px;
}

#maincontainer {
width: 100%; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
overflow: auto;
background: transparent url(../img/contentbg.jpg) bottom repeat-x;
}

#contentcontainer{
width: 955px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
overflow: auto;
background: transparent url(../img/contentbg.jpg) bottom repeat-x;
padding-bottom: 60px;
}

#header{
height: 335px; /*Height of top section*/
margin-bottom: 30px;
background: url(../img/headerbg.jpg) center no-repeat;
text-align: center;
}

#flash {
	margin: 0 auto;
	background: transparent url(../img/preloader.gif) center no-repeat;
}

.logoheader {
margin: 46px 0 0 50px;
}

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

#contentcolumn{
margin-left: 412px; /*Set left margin to LeftColumnWidth*/
}

#contentcolumnhome{
margin-left: 0px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 412px; /*Width of left column*/
margin-left: -955px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
clear: left;
width: 100%;
height: 74px;
background: #fff url(../img/footerbg.jpg) repeat-x;
}

#footer a{
color: #666;
font-weight: normal;
}

#footercontent {
font: normal 10px Arial, Helvetica, sans-serif;
color: #666;
width: 955px;
margin: 0 auto;
padding-top: 20px;
}

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

.modinnertube {
padding: 20px 25px; 
}

.module {
width: 367px;
}

.moduletop {
height: 6px;
background: transparent url(../img/modtop.jpg) no-repeat;
}

.modulecontent {
background: #dedede url(../img/modulebg.jpg) repeat-x;	
border-left: 1px solid #dedede;
border-right: 1px solid #dedede;
_margin-top: -10px;
}

.modulebtm {
height: 5px;
background: transparent url(../img/modbtm.jpg) no-repeat;
}
