/* CSS Document */

<style>
	body,
	html {
		margin:0;
		padding:0;
		background:white;
		color:#000;
	}
	body {
		min-width:700px;
		font-size: 12px;
		font-family: verdana, arial, sans-serif;
	}
	#wrap {
		background:white;
		margin:0 auto;
		width:700px;
		border: 1px #8F7F50 dotted;
		padding: 0;
	}
	#header {
		margin: 0;
		padding: 0;
		
		height: 200px;
		
	}
	

	#main {
	
		background: white;
		float:left;
		width:500px;
		border-right: 1px dotted #8F7F50;
		
	}
	#main img.leftpic {
		float: left;
		padding: 5px 5px 8px 0;
		margin: 0;
		clear: both;
		}
	A:link img { border: none }
	
	#main img.rightpic {
		float: right;
		padding: 5px 0 8px 5px;
		margin: 0;
		clear: both;
		}
	#main h2, #main p {
		padding:0 10px;
    }
	#main p {
		line-height: 1.5em;
		}
	#main p.breadcrumb {
		font-size: 10px;
		padding-top: 0;
		}
	#main h3 {
		font-size: 16px;
		background: #fbcdc5;
		width: 350px;
		margin: 10px;
		padding: 2px;
		clear: left;
		}
	#main h4 {
		font-size: 14px;
		margin: 0 0 0 8px;
		padding: 2px;
		clear: left;
		}
	#sidebar {
		background:url(images/sbarbg.jpg) top left repeat-y;
		float:right;
		width:198px;
		margin-top:10px;
		padding: 0;
		
		
		
		
	}
	#sidebar ul {
		margin-bottom:0;
		
    }
	#sidebar ul li {
		padding: 5px;
		}
	#sidebar ul li a, #sidebar ul li a:visited, #sidebar ul li a:active {
		font-weight: bold;
		text-decoration: none;
		}
	#sidebar ul li a:hover {
		color: #CC0000;
		font-weight: bold;
		text-decoration: none;
		}
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
		
    }
	#sidebar h3 {
		font-size: 14px;
		background: #f9d608;
		width: 160px;
		margin: 5px 5px 4px 2px;
		padding: 2px;
		color: #003300;
		font-weight: bold;
		}
	#sidebar h4 {
		font-size: 12px;
		color: #FF0066;
		font-weight: bold;
		}
	#sidebar p#formtext {
		line-height: 1.5em;
		padding: 0 0px 0 10px;
		}
	#footer {
		background:#f9d608;
		clear:both;
		border-top: 1px dotted #8F7F50;
	}
	#footer p {
		padding:5px;
		margin:0;
		color:#000000;
		font-weight: bold;
		font-size: 10px;
    }
	a:link, a:visited {
		color: #CC0066;
		text-decoration: none;
		font-weight: normal;
		}
	a:hover {
		color: red;
		text-decoration: underline;
		}
	form#form {
		font-family:verdana, arial, sans-serif;
		font-size: 11px;
		line-height: 1.5em;
		padding: 0;
		width: 140px;
		margin: 0;
		border: 1px;
		
		}
	.style1 {font-size: 10px}
	:focus {
		-moz-outline: none;
		}
	form.form  {
		border: none;
		margin-left: 10px;
		margin-right: 10px;
		clear: left;
		float: left;
		}
	img.contestpic {

	margin: 0; padding: 3px 5px 3px 3px;border:0;
	}
			
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:700px; 
font-size:11px;
position:relative;
z-index:100;
margin: 0 0 0 1px;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:87px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:87px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#c06; 
width:87px; 
height:20px; 
border:1px solid #f9d608; 
border-width:1px 1px 0 0; 
background:#f9d608; 
padding-left:0px; 
line-height:20px;
font-weight:bold;
letter-spacing: .1em;
text-align: center;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:87px;
w\idth:80px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#f9d608 url(../../graphics/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#f9d608 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:21px;
left:0; 
width:80px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:87px; 
top:0;
width:87px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:87px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#f9d608; 
color:#c06; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:86px
font-size: 10px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:86px;
w\idth:82px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:black; 
background:#f9d608;
}
.menu :hover > a, .menu ul ul :hover > a {
color:black;
background:#f9d608;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

