html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#162A44;
 color:#ffffff;
 /*color:#91BDF4;*/
 font:12px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
 background-color:#041A36; 
 width:100%;
 background-image: url(images/header.jpg);
 background-repeat: no-repeat;
 background-position: center bottom;
}

.separator{
 height:1px;
 padding:4px;
 text-align:center;
 font-size:1px;
}

#wrappertop{
 height:18px;
 background-image: url(images/content_top.jpg);
 background-position: top right;
 background-repeat: no-repeat;
}

#wrapper{
 background-image: url(images/content_body.jpg);
 background-position: top right;
 background-repeat: repeat-y;
}

#wrapperbottom{
 height:18px;
 background-image: url(images/content_bottom.jpg);
 background-position: bottom right;
 background-repeat: no-repeat;
}
 
#leftcol{
 width:250px; 
 float:left; 
 position:relative;
 text-align:justify;
 padding:0px 0px 0px 0px;
 }
 
#maincol{
 float: right; 
 display:inline; 
 position: relative; 
 width:650px; 
 text-align:justify;
 padding:0px 0px 0px 0px;
 }

#maincol div.maincontentcontainer{
 padding:0px 0px;
}

#maincol p{
 padding:10px;
}
 
#footer{
 background-image: url(images/footer.jpg);
 background-repeat: no-repeat;
 background-position: center top;
 height:150px;
 clear:both;
 } 

.center{
 text-align:center;
 padding:5px;
}
/****************************** SIDE NAVIGATION ******************************/
.sidenav
{
 padding:0px 0px;
}

.categorylist
{
 list-style-type: none;
 margin:0;
 padding:0;
}

.categorylist li
{
 margin:0;
 padding-bottom:8px;
}

.categoryname
{
  font-weight:bold;
  cursor:pointer;
  /*text-transform:uppercase;
  font-size:13px;*/
}

.caticon
{
 vertical-align:middle;
 padding-bottom:3px;
 padding-right:2px;
 width:16px;
}

.categorylist li a {
background:url(images/cat_indent.jpg) no-repeat -2px center;
margin-left:5px;
padding-left:11px;
text-decoration:none;
background-color:inherit;
}

.categorylist li a:hover {
 text-decoration:underline;
}
/****************************** SIDE NAVIGATION ******************************/



/********************************* TOP NAVIGATION *********************************/
#slidetabsmenu {
width:100%;
margin: 0em;
padding:0px;
float:left;
}

#slidetabsmenu ul{
padding: 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(images/topnavigation.jpg) no-repeat 200px center;
margin:0;
text-decoration:none;
background-color:inherit; 
color : #ffffff;
 font-size:13px;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(images/topnavigation.jpg) no-repeat 200px center;
padding: 14px 25px;
font-weight:bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span {
background-color: inherit;
color: #ffffff;
}

#slidetabsmenu #current a {
 background-position:0% center;
 text-decoration:underline;
}

#slidetabsmenu #current a span {
background-position:100% center;
}

#slidetabsmenu a:hover {
background-position:0% center;
 text-decoration:underline;
}

#slidetabsmenu a:hover span {
background-position:100% center;
}
/********************************* TOP SUB NAVIGATION *********************************/



/****************************** HEADINGS ******************************/
.headings
{
 color:#91BDF4;
 font-size:17px;
 text-decoration:underline;
 padding-bottom:7px;
}

.orangeheadings
{
 color:#E45B00;
 font-size:14px;
 font-weight:bold;
 text-decoration:underline;
 padding-bottom:7px;
}

.bigheadings
{
 font-size:20px;
}

a
{
 color:#91BDF4;
}

a:hover
{
 color:#E45B00;
}

hr
{
 border-color:#4E463F;
}
/****************************** HEADINGS ******************************/



/****************************** FOOTER ******************************/
.footeritemholder{
 padding:20px 20px;
}

.footerleftblocks{
 float:left;
 width:31%;
 padding-right:2%;
}

.copyrightinfo{
 float:left;
 text-align:center;
 width:100%;
 background-color: #203755;
 padding:5px 0px;
}
/****************************** FOOTER ******************************/



/****************************** TUTORIAL ROW ******************************/
.tutorialrow
{
 width:100%;
 float:left;
 margin-bottom:25px;
}

.tutorialtn
{
 float:left;
 width:70px;
 text-align:left;
}

.tutorialdesc
{
 float:left;
}

a.tutorialtitle
{
 color:#91BDF4;
 font-size:15px;
 font-weight:bold;
 text-decoration:underline;
}

a.tutorialtitle:hover
{
 color:#E45B00;
 text-decoration:underline;
}

.pagination
{
 float:left;
}

.pagination a
{
 margin:0px 2px;
 text-decoration:none;
}
/****************************** TUTORIAL ROW ******************************/



/*********************************** FORM AND FORM ELEMENTS ***********************************/
.submitform{
 width:500px
}

.submitform label{
 clear:left;
 float:left;
 width:180px;
 padding-left:50px;
 margin-top:3px;
 text-align:left;
}

.submitform input, .submitform select, .submitform textarea{
 float:left;
 margin-bottom:15px;
 border:1px solid #0D63A0;
 padding:2px;
 font:12px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
}
/*********************************** FORM AND FORM ELEMENTS ***********************************/

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
