/* CSS Document */
body {
	background-image:url(images/bg2.gif);
	margin:0;
	padding:0;
	margin-top:10px;
	}
ul {
	margin:0;
	padding:0;
	}
a {
	color:#330099;
	text-decoration:none;
	}
a:visited {
	color:#330099;
	text-decoration:none;
	}
a:active {
	color:#330099;text-decoration:none;
	}
a:hover {
	color:#993300;text-decoration:none;
	}
#banner {
	
	border-bottom:2px #FFFFFF outset;
	
	background-image:url(images/banner.gif);
	width:700px;
	height:100px;
	}
/* nav bar   */	
#navbar {
	padding:0;
	background-color:#FFF2BF;
	clear:both;
	width:698px;
	border:#666666 outset 1px;
	
	}
#navbar ul{
font: bold 13px arial;
padding-top:3px;
padding-left:0px;
margin:0;
height:20px;
}

#navbar ul li{
list-style:none;
display:inline;

}

#navbar ul li a{
padding-top: 3px 0.5em;
padding-bottom: 3px 0.5em;
padding-left:10px;
padding-right:10px;
text-decoration: none;
color: black;
background-color: #FFF2BF;
border: 2px outset #ffffff;
}

#navbar ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

html>body #navbar ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


/*  page styles */
#container {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:2px outset #666666;
	}
#content_wrapper {
	width:100%;
	}
#con_leftcol {
	background-color:#ffffff;
	width:146px;
	height:300px;
	float:left;
	margin:0;
	/*border:2px #FFFFFF outset;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
#con_leftcol li {
	list-style:none;
	padding:3px;
	}
#con_leftcol a {
	text-decoration:none;
	color:#000066;
	}
#con_rightcol {
	background-color:#2F3551;
	float:right;
	width:546px;
	height:500px;
	/*border-left:2px #FFFFFF outset;
	border-top:2px #FFFFFF outset;*/
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}
#con_bott {
	clear:both;
	}
#con_leftcolb {
	background-color:#Ffffff;
	width:146px;
	height:200px;
	float:left;
	margin:0;
	/*border:2px #FFFFFF outset;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
#con_leftcolb ul{
	list-style:none;
	border: 1px solid #999999;
	}
#con_leftcolb li{
	list-style:none;
	padding:2px;
	margin-right:5px;
	}	
#con_leftcolb a{
	text-decoration:none;
	border: 1px outset #999999;
	}

#con_rightcolb {
	background-color:#999999;
	float:right;
	width:546px;
	height:250px;
	border-left:2px #FFFFFF outset;
	border-bottom:2px #FFFFFF outset;
	border-right:2px #FFFFFF outset;
	
	}
#footer {
	clear:both;
	background-color:#FFFFFF;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	padding-top:8px;
	padding-left:15px;
	border:1px solid #666666;
	}

	
