h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 20px;
	color: #333366;
	font-weight: bold;
	margin: 5px 5px 0px 5px;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #333366;
	margin: 0px 5px 15px 5px;
}

p, pre, li {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
}

td.menu {
	display: block;
	width: 149px;
	text-align: left;
	border-bottom: 1px solid #333366;
	text-indent: 7px;
}

td.menu-end {
	display: block;
	width: 149px;
	text-align: left;
	border-bottom: 1px solid #333366;
	text-indent: 7px;
}

a {font-family: Arial, sans-serif; font-size: 12px; }
a:hover {font-family: Arial, sans-serif; font-size: 12px; text-decoration: none;}

a.menu {display: block; width: 149px; padding-bottom: 10px; font-family: Georgia, Times New Roman, serif; font-size: 18px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.menu:hover {display: block; width: 149px; padding-bottom: 10px; background-color: #E1EDFA; font-family: Georgia, Times New Roman, serif; font-size: 18px; color: #333366; text-decoration: none; font-weight: bold;}

a.parent {padding-bottom: 2px;}
a.parent:hover {padding-bottom: 2px;}


#container{
	width: 800px;
	height: auto;
	margin: 10px auto;
	border: 1px solid #333366;
	background-color: #333366;
}

#header{
	width: 800px;
	height: 134px;
	background: white url('images/header.jpg') no-repeat;
	margin: 0px;
	border-bottom: 1px solid #333366;
	background-color: #FFFFFF;
}

#menu{
	float: left;
	width: 150px;
	height: auto;
	margin: 0px;
}

#content{
	float: right;
	width: 638px;
	min-height: 400px;
	height: auto; 
	padding: 5px;
	border-left: 1px solid #333366;
	background-color: #FFFFFF;
}

#footer{
	clear: both;
	width: 780px;
	height: auto;
	padding: 10px;
	border-top: 1px solid #333366;
	background-color: #FFFFFF;
	text-align: center;
}
#footer hr{
	color: #FFFFFF;
	border: 0px;
}
.search_box{
	background-color: #e6e6e6;
}

.search_button{
	background-color: #333366;
	color: #ffffff;
	font-weight: bold;
}

.shiny_button_left {
	margin: 10px;
	background:url(/images/shiny-button-left.gif) no-repeat;
	height: 56px;
}
.shiny_button_right{
	background:url(/images/shiny-button-right.gif) no-repeat;
	float: left; 
	height: 56px;
	width: 12px;
	margin: 0px;
}

.shiny_button {
	background:url(/images/shiny-button-bg.gif);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 38px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 18px 0px 0px 12px;
	border: none;
}

.shiny_button_2_line {
	height: 49px;
	padding-top: 7px;
}
.shiny_button_left > .shiny_button {
	margin: 0px 0px 0px 12px;
	padding: 18px 0px 0px 0px;
}

.shiny_button_left > .shiny_button_2_line {
	height: 49px;
	padding-top: 7px;
}

a.shiny_button_link, .shiny_button_link {
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	border: none;
	background: none;
	padding: 0px 0px 0px 5px;
	margin: -3px 5px 0px -5px;
	color: #333366;
}