body {
	background-image: url('../images/index_r1_c8.jpg');
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0;
}

a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #000033;
	text-decoration: none;
}
a:active {
	color: #000033;
	text-decoration: none;
}


.footer {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	font-weight: bold;
	color: #600;
	text-align: center;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; 
	color: #000000;
}

.table_heading {
	font-family:Verdana, Geneva, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.table_content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
	
.page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #003;
	font-style: italic;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003;
}
.clear {
	clear: both;
}
#menu {
	height: 48px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000033;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	background-position: center;
	background-color: #C9C5A8;
}
/* 
	Begin Dropdown Menu */



/* 
	LEVEL ONE
*/
ul.dropdown                         {
	position: relative;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul.dropdown li                      {
	list-style-type: none;
	font-weight: bold;
	float: left;
	zoom: 1;
}
ul.dropdown a {
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	background-color: #C9C5A8;
}
ul.dropdown li a                    {
	display: block;
	color: #000033;
	height: 48px;
	padding-right: 8px;
	padding-left: 8px;
	line-height: 48px;
	vertical-align: middle;
}

ul.dropdown a:hover		            {
	color: #600;
}
ul.dropdown a:active                {
	color: #000033;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	position: relative;
}
ul.dropdown li.hover a              {
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{
	width: 210px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: -95px;
}
ul.dropdown ul li 					{
	font-weight: normal;
	color: #000;
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{
	left: 100%;
	top: 0;
	width: 16em;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
ul.dropdown li:hover > ul 			{ visibility: visible; }
.smaller {
	width: 100px;
}
