﻿body{
margin:0;
padding:0;
line-height: 1.5em;
background: #EAEAEA;
}

b{font-size: 110%;}
em{color: red;}

#topsection{
background: black;
height: 200px; /*Height of top section*/
background-image: url("../images/logo2.gif");
background-repeat: no-repeat;
background-position: 48% 0%;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #ffffff;
border-left:1px solid black;
border-right:1px solid black;
padding-top: 15px;


}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: #EAEAEA;


}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
background: #EAEAEA;


}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}


#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 188px;
font-family: arial;
margin: 1px;
margin-top: 1;

}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#EAEAEA #000000 #000000 #EAEAEA; /*light dark dark light*/
background-color: #000000;
text-decoration:none;
}


.buttonmenu li a:visited{
color: White;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #EAEAEA;
}

.imagecenter { 
text-align: center; margin: 0px; 
} 

#spacer{
padding-top: 5px 
} 

img{
 border-color: black;
}
 

img.imageleft { float: left; margin-right: 10px; }
img.imageright { float: right; margin: 15px; } 






/*Dummy menu*/

.dummymenu{
list-style-type: none;
margin: 0;
width: 188px;
font-family: arial;
margin: 1;
margin-top: 1;
color: white;
display: block;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 2px solid;
border-color:#EAEAEA #000000 #000000 #EAEAEA; /*light dark dark light*/
background-color: #000000;
text-decoration:none;

}

/*
.dummymenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#EAEAEA #000000 #000000 #EAEAEA; /*light dark dark light*/
background-color: #000000;
text-decoration:none;
}
*/

.dummymenu li a:visited{
color: white;
}

.dummymenu li a:hover, .buttonmenu li a:active{
color: white;
}



</style>