/* Global CSS */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	border-top: 16px solid #cda741;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	padding: .5em;	
}

.logo-right {
	font-size:90%;
	color:#000279;
	text-align:right;
	margin-top: -25px
}

#main_container {
	width: 	1013px;
	margin: auto;
	padding-left: 4
	px;
}

#main navigation {
	width: 370px;
}

#main_content_text {
	float: right;
	width: 630px;	
}

#main_navigation li {
	list-style-type: square;
	margin-left: 30px;
}

#secondary_content_text {
	float: right;
	width: 630px;
	margin-right:10px;
}

#home_link {
	display: block;
	height: 106px;
	width: 455px;
}

#hlink_text {
	display: none;
}

a {  
	font-weight: bold; 
	color: #cda741; 
	text-decoration: none;
}

a:hover {
	font-weight: bold;  
	color: #000279;
}

h1	{
	background: url(images/logo.jpg);;
	height: 106px;
	width: 455px;
	text-align: -10000px;
	margin-top: -16px;
}

h2	{
	font-size: 120%;
	color: #000279;
	border-bottom: solid 1px #000279;
	padding-top: 7px;
	margin-right: 25px;
}

h3	{
	font-size: 100%;
	color: #000279;
	border-bottom: solid 1px #000279;
	padding-top: 7px;
	margin-right: 25px;
}

ul	{
	color:#2a1672;
	}

table	{
	font-size: 90%;
	}

.note	{
	font-size: 70%;
	color:#000279;
	}
	
.index_text	{
	font-size: 120%;
	color: #000279;
	}

#footer {
	clear: both;
	border-top: 16px solid #cda741;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#666666;
}

#footer a {  
	color: #cda741; 
	text-decoration: none;
}


#footer a:hover {
	color: #000279;
}

