﻿body
{
	font-size: 12px;
	font-family:Arial;
	text-align: center;
	margin: 0px, 0px, 0px, 0px;
	padding: 0px, 0px, 0px, 0px;
	background-color: #5e78d7;	
}
h1
{	
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}
p
{	
	margin-top: 15px;
	margin-bottom: 0px;
}
a:visited
{
	color: blue;
}
a:hover
{
	color: blue;
}
a:link
{
	color: blue;
}
a
{
	color: blue;
}
a.white:visited
{
	color: #000000;
	text-decoration: none;
}
a.white:visited:hover
{
	color: #ffffff;
	text-decoration: none;
}
a.white:hover
{
	color: #ffffff;
	text-decoration: none;
}
a.white:link
{
	color: #000000;
	text-decoration: none;
}
a.white
{
	color: #000000;
	text-decoration: none;
}
#Label2  
{
	padding-right: 30px;
}
#Label1  
{
	padding-right: 30px;
}
#Label4
{
	padding-right: 55px;
}
#Label3
{
	padding-right: 55px;
}
#Label4
{
	padding-right: 59px;
}
#main
{
	WIDTH: 760px;
	HEIGHT: 568px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* all menu boxes */
#nav
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	float: left;
	width: 594px;
	list-style: none;
	background-color: #cc0000;
	font-weight: bold;
	padding: 0px;
	display: inline;
}
/* override for submenu boxes */
#nav ul
{
	font-family: Arial, sans-serif;
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0px;
	margin-left: 0px;
	font-size: 12px;
	width: 586px;
	background-color: #ece0c8;
	border: solid 1px #683405;
}


/* all menu links */
#nav a
{
	display: block;
	width: auto;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	border-top: none;
	border-bottom: none;
	border-right: solid 1px #ffffff;
	
}
#nav a.pink
{
	display: block;
	width: auto;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* submenu links */
#nav li ul a
{
	width: auto;
	color: #683405;
	border-right: solid 1px #683405;
}

/* menu items */
#nav li
{
	float: left;
	border-top: none;
	border-bottom: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	color: #673304;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	width: 99px;
	text-align: center;
		display: inline;

}
/* overrides #nav li for submenus */
#nav li li
{
	float: left;
	border-top: none;
	border-bottom: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}


/* width and position of submenus */
#nav li ul
{
	position: absolute;
	width: 578px;
	margin: 0px 0px 0px 0px;
}
/* override for width and position of secondary submenus has extra pixel rise due to border */
#nav li ul ul
{
	margin: 0px 0px 0px 0px;
}


/* hide the fly-out menu lists; for all menus when there is no hover; and specifically when hovering over the first level */
#nav li.sfhover ul ul ul
{
	left: -999em;
}

#nav li.sfhover ul ul
{
	left: -999em;
}

#nav li:hover ul ul ul
{
	left: -999em;
}

#nav li:hover ul ul
{
	left: -999em;
}

#nav li ul
{
	left: -999em;
}

/* show the fly-out menus lists */
#nav li li li.sfhover ul
{
	left: 50%;
	margin-left: -220px;
}


#nav li li.sfhover ul
{
	left: 50%;
	margin-left: -220px;
}


#nav li.sfhover ul
{
	left: 50%;
	margin-left: -220px;
}


#nav li li li:hover ul
{
	left: 50%;
	margin-left: -220px;
}


#nav li li:hover ul
{
	left: 50%;
	margin-left: -220px;
}


#nav li:hover ul
{
	left: 50%;
	margin-left: -220px;
}


/* base menu rollover */
#nav li.sfhover
{
	background-color: #0000cc;
}
#nav li:hover
{
	background-color: #0000cc;
}
/* overide for submenu rollover */
#nav ul li.sfhover
{
	background-color: #ffccff;
}

#nav ul li:hover
{
	background-color: #ffccff;
}

#nav li.sfhover a
{
	color: #ffffff;
}

#nav li:hover a
{
	color: #ffffff;
}

#title
{
 color: #4C4CDB;
 font-weight: bold;
 font-size:14px;
}