body{
margin:0;
padding:0;;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
	height: 90px;
	background-image: url(../Images/GIF/header.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

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

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	color: #000000;
	
}


#leftcolumn{
	width: 200px; /*Width of left column*/
	margin-left: -840px;
	height: 475px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #6C93F9;
	float: left;
}

#footer{
	clear: left;
	width: 100%;
	color: #000000;
	text-align: center;
	padding: 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../Images/JPG/Fotolia_49649_XS.jpg);
	font-weight: bold;
	border: 1px solid #000000;
	font-variant: normal;
	font-style: oblique;
}

#footer a{
color: #00FFFF;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	color: #0000FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.outer{
	list-style:none;
	margin:0px;
	padding:0px;
}

.glossymenu{
	margin: 0px 0;
	padding: 0;
	width: 198px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
	background-position: center;
}

.glossymenu a.menuitem{
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	background-image: url(../Images/GIF/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../Images/GIF/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #6C93F9;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
