/***************************************************
GLOBAL AND GRAPHIC TEXT ELEMENTS
***************************************************/
body {
	margin:0px;
	font-family: verdana, Arial;
	color: #000;
	background-color:#FFF;
	font-size:10pt;
	text-align: left;
}

.tableTitle {
	color: #777;
	font-family: verdana, Arial;
	font-size: 16pt;
}

p {
	line-height: 14pt;
}


/* ------------------------------------------------
	LINKS LINKS LINKS LINKS
------------------------------------------------*/

/* Standard */
a {
	color: #F6O;
	text-decoration: none;
}

a:hover {
	color: #000;
	border-bottom:1px dotted #F60;
	background-color:#EEE;
}

a:visited {
	color: #C96;
}

a:visited:hover {
	color: #000;
	border-bottom:1px dotted #000;
	background-color:#EEE;
}

/* ------------------------------------------------
special links
------------------------------------------------*/

/* NAVIGATION
*/
#nav {
	padding-top: 82px;
}

#nav a {
	font-size: large;
	margin-left: 10px;
	margin-right: 20px;
	font-family: verdana, Arial;
	color: #666;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: green;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #060;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #7d6340;
	border-width: 1px 0;
}


li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}


/***************************************************
GLOBAL PAGE LAYOUT ELEMENTS
***************************************************/


#pageFrame {
	margin: 30px  0px ;
	padding: 0px 0px 0px 0px;
	width:700px;
	border:solid 2px #CCC
}

#topSection {
	padding-right:20px;
	height: 110px;
	text-align: center;
	border-bottom:solid 2px #666;
}
/*
standard sections
*/

#mainContent {
padding-bottom: 15px;
}

#footer {
	clear:both;
	text-align: left;
	color: #999;
	border-top: solid 1px #CCC;
	padding: 5px;
	padding-right: 15px;
	font-size: x-small;
}

/* ------------------------------------------------
	MISCELANEOUS
------------------------------------------------*/
.clearFloats {
	clear: both;
	font-size: 2px;
}
td {
	vertical-align: left;
}

