
body{
background: #000000;
margin:0;
padding:2px;
line-height: 1.5em;
}
a,p,ul,li,h1,h2,h3,h4{
font-family:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
p{
font: normal 99% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
line-height: 99%;
}
b{font-size: 110%;}
em{color: red;}

h1{
font-size: bold 200px;
color: white;
line-height: 50%;
}
h3{
line-height: 90%;
}
h5{
line-height: 75%;
}
#maincontainer{
width: 1050px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #2175bc;
height: 125px; /*Height of top section*/
border: 5px solid #2175bc;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
background: #ffffff;
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
padding-top: 0px;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
margin-left: -1050px; /*Set margin to that of -(MainContainerWidth)*/
background: #2175bc;
border-left: 5px solid #2175bc;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #2175bc;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

#ddblueblockmenu{

border-bottom-width: 0;
width: 180px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 159px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #2175bc;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 180px; /*IE 5*/
width: 159px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
border-right: 5px solid #2175bc;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.cssform p{
width: 280px;
clear: left;
margin: 0;
padding: 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 220px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

