html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width:900px;
	background-color: #DEE3E7;
}

#wrap {
    background:#FFF;
    margin:0 auto;
    width:900px;
    }

#frame1 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: 120px;
	margin-bottom: 20px;
	background-color: #000000;
	border: 3px solid #006699;
	background-image: url(assets/bg2.gif);
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#frame2 {
	background-color: #D1D7DC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 3px solid #006699;
	padding-top: 10px;
}

.logo {
	font-weight: bold;
	color: #006699;
	font-size: 36px;
	text-decoration: none;
	padding-bottom: 10px;
}
#randomimage {
	padding-left: 0px;
}

#topmenu {
	background:#D1D7DC;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
    }
	
/*Position the 2 columns*/

#leftmenu {
	background:#D1D7DC;
	float:left;
	width:115px;
	margin-left: 15px;
	margin-top: 40px;
	clear: both;
    }
	
#content{
	background:#fff;
	float:right;
	width:710px;
	margin-right: 15px;
	margin-bottom: 10px;
    }
	
/*Create a black border around the main content section*/

#blackborder {
	height: 600px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
		}
	
/*Create footer and clear floats*/	

#footer {
	background:#D1D7DC;
	clear:both;
	font-size: 10px;
	padding-left: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006699;
	color: #444444;
    }
	
/*Style the menus; top and left*/

#topmenu ul{
	list-style:none;
	margin-left: 20;
	margin-top: 2;
	margin-bottom: 2px;
    }
	
#topmenu li{
	display:inline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
    }
	
#leftmenu ul{
	list-style:none;
    }
	
#leftmenu li{
	height: 30px;
	padding-top: 10px;
    }
	
#topmenu li a {
	margin-right: 20px;
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5;
	padding-left: 20;
	padding-right: 10px;
	}
	
#topmenu li a.active{
	color: #FFA34F;
	padding: 2px;
	}
	
#topmenu li a:hover{
	color: #DD6900;
	}
	
#leftmenu li a {
	text-decoration: none;
	color: #006699;
	font-weight: bold;
	}

/*Add styles for the content*/	
#footer p {
    padding:5px;
    margin:0;
    }
	
#header h1 {
    padding:5px;
    margin:0;
    }
	
#content h3, #content p {
    padding:0 10px;
    }
#leftmenu li a:hover {

	color: #DD6900;
}
#footer a {
	clear:both;
	padding-left: 5px;
	color: #444444;
	border-bottom-color: #E0DFE3;
}
#footer a:hover {
	clear:both;
	padding-left: 5px;
	color: #DD6900;
	border-bottom-color: #E0DFE3;
}

