/* START: body */
body {
	background:#bec3c6 url(images/bg.jpg) repeat-x;
	color:#666666;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px;
	margin:0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	margin-top:0px;
	margin-bottom:10px;

}

h1 {font-size:200%; color:#003366; padding-bottom:2px; border-bottom:1px dotted #cccccc;}
h2 {font-size:170%; color:#003366; padding-bottom:2px; border-bottom:1px dotted #cccccc;}
h3 {font-size:150%; color:#003366;}
h4 {font-size:120%; color:#000000;}

p {
	margin-top:0px;
	margin-bottom:10px;
}

a:link	{color:#336699; font-weight:bold; text-decoration: none;}
a:visited	{color:#600090; font-weight:bold; text-decoration: none;}
a:hover	{color:#ff0000; font-weight:bold; text-decoration: none;}

ul, ol {
	margin-top:0px;
	margin-bottom:0px;
	}

li {
	padding-bottom:10px;
}

img {
	border:0;
}

img.right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

img.left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
/* END: body */




/* START: layout */
#wrap {
	background:url(images/light.gif) center -10px no-repeat;
	padding:0;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:0px;
}

#container {
	background-color:#ffffff;
	margin:0 auto;
	width:780px;
}

#header {
	background:url(images/header.jpg) 0 0 no-repeat;
	height:178px;
}

#navigation {
	background-color:#cccccc;
	width:780px;
	margin:0px;
	height:24px;
	border-bottom:1px solid #003366;
}

#menu {
	background:#cccccc;
	width:780px;
	height:24px;
	float:left;
}

#searchbox {
	background:#eeeeee url(images/searchbox.png) no-repeat;
	width:220px;
	height:24px;
	float:left;
	margin-left:0px
}

#searchbox .textfield {
	background:none;
	border:0px;
	width:150px;
	float:left;
	margin-top:3px;
	margin-left:3px;
	margin-right:10px;
}

#searchbox .button {
	background:none;
	border:0px;
	width:18px;
	height:18px;
	cursor:pointer;
	float:right;
	margin-top:10px;
}

#mainbody {
	width:780px;
	margin:0px;
	clear:both;
}

#single-column-body {
	background-color:#ffffff;
	width:740px;
	float:left;
	padding:0px;
	margin:10px;
}

#two-column-body {
	background-color:#ffffff;
	width:520px;
	float:left;
	padding:0px;
	margin:10px;
	margin-right:0px;
}

#two-column-sidebar {
	background-color:#eeeeee;
	width:220px;
	float: right;
	padding:1px;
	margin:2px;
	margin-left:2px;
	border-top:1px solid #cccccc;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	border-left:1px solid #cccccc;
}

#footer {
	background:#000032 url(images/footer.jpg) 0px 0px no-repeat;
	height:110px;
	clear:both;
	color:#ffffff;
	width:780px;
	margin:0px;
	padding:0px;
	font-size:11px;
}

#footer p {
	padding:10px 0px 0px 10px;
	line-height:20px;
}

#footer a {
	text-decoration: none;
	font-weight:bold;
	color:#ffffff;
}

#footer a:hover {
	color:#ffff00;
}
/* END: layout */




/* START: menubar */
.menu ul{
	height:24px;
	padding:0px;
	margin:0px;
	float: left;
}

.menu ul li {
	list-style: none;
	display: inline;
	float: left;     
}


.menu ul li a {
	padding:6px 8px 5px 8px;       /*top right bottom left */
	margin:0px;
	text-decoration: none;
	float: left;
	font-size:11px;
	font-weight:bold;
	color:#003366;
	background-color:#cccccc;
	border-right:1px solid #666666;
float: left;
}

.menu ul li a:hover{
	background-color:#336699;
	color:#cccccc;
	float: left;
}

/* new */



.menu ul li ul { /* second-level lists */	
	position: absolute;		
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width:0em;
	margin:25px 0px 0px 0px;
}


.menu ul li ul li , .menu ul li ul li a { /* second-level lists */
	border-right:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
	padding:4px 0px 4px 4px;
	margin:0px;	
	width : 13.5em;
	background-color:#eeeeee;
}


.menu ul li:hover ul,.menu ul li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	float:left;
}


/* END: menubar */




/* START: table */
table.body {
	background:#cccccc;
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #cccccc;
	border-right:2px solid #666666;
	border-bottom:2px solid #666666;
	border-left:1px solid #cccccc;
	border-spacing: 2px;
	empty-cells: show;
}

table.body th {
	background:#6699cc url(images/th.jpg) repeat-x;
	color:#ffffff;
	text-align:left;
	vertical-align:top;
	padding:10px;
}

table.body td {
	background:#eeeeee;
	color:#666666;
	text-align:left;
	vertical-align:top;
	padding:5px;
}
/* END: table *