* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 62.5%;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	height: 100%;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/back_top.png);
	background-repeat: no-repeat;
	background-position: top;
}

#wide_top {
	background-color: #003A77;
}
#top_container{
	height: 100px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#top_left{
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	float:left;
}
#top_left img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 45px;
}
#top_right{
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	float:right;
	font-size: 1.5em;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-top: 70px;
	text-align: left;
}
#top_tease {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
	text-indent: 450px;
}




#main_content {
	float: right;
	width: 565px;
	padding-top: 25px;
	padding-right: 15px;
}
#main_content a {
	color: #003A77;
}
#main_content a:hover {
	color: #00ACD4;
}
#main_content td {
	font-size: 1.3em;
	color: #003A77;
	line-height: 1.4em;
}
#main_content .forminput {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #003A77;
	border: 1px solid #003A77;
}
#main_content p {
	font-size: 1.5em;
	color: #333333;
	line-height: 1.4em;
}

#main_content h1 {
	font-size: 2.6em;
	color: #003A77;
}

#navigation {
	float: left;
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
}
.cat {
	cursor: pointer;
}

#navigation li {
	display: block;
	list-style-type: none;
}
#navigation ul {
	margin-top: 15px;
}

#navigation a {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	display: block;
	width: 100%;
	background-color: #BDD63E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#navigation #imagetop {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #BDD63E;
	height: 30px;
}
#navigation #imagebot {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#navigation a:hover {
	background-color: #003A77;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 2px;
}

#copyright {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	font-size: 1.1em;
	color: #BDD63E;
	font-weight: normal;
	letter-spacing: 0em;
}
#bottom {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back_bot.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	text-align: center;
	font-size: 1.1em;
	color: #BDD63E;
	font-weight: normal;
	letter-spacing: 0em;
}
#bottom a {
	color: #BDD63E;
}
#bottom a:hover {
	text-decoration:none;
}
.mid p	{
	text-align: center;
}
.mid img {
	border: none;
}
