@charset "utf-8";
/* CSS Document */

body {
	background-color: #001d34;
	background-image: url(images/bg_01.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#top_nav {
	text-align: right;
	padding: 10px 0px;
}

#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 75%;
	padding: 0 10px;
}

#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 75%;
	padding: 0 10px;
}

#header {
	background-image: url(images/header_02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 23px;
}

#header td { padding-bottom: 5px;}

#bottom_nav {
	text-align: center;
	background-image: url(images/bottom_nav.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0 10px;
}

#bottom_nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 70%;
	float: left;
	height: 34px;
	padding: 20px 5px 10px 5px;
	margin: 0 8px;
}

#bottom_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 70%;
	float: left;
	background-image: url(images/tab_04.gif);
	background-repeat: repeat-x;
	height: 34px;
	padding: 20px 5px 10px 5px;
	margin: 0 8px;
}

#bottom_nav tableft a:hover {
	background-image: url(images/tab_03.gif);
	background-repeat: no-repeat;
	height: 54px;
	width: 17px;
}

#main a {
	color: #66CCFF;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover {
	color: #66CCFF;
	font-weight: bold;
	text-decoration: underline;
}

#main ul {
	list-style-image: url(images/arrow_04.gif);
}

#main li {
	/*padding: 10px;*/
	padding: 0px 10px 10px 0px;
}

#content {
	float: left;
	width: 575px;
	background-color: #001a51;
	border: 1px solid #00ff33;
	color: #FFFFFF;
	font-size: 80%;
	padding: 25px 40px;
	margin: 5px 25px;
}

#content img { padding: 10px; }

#content_home {
	float: left;
	width: 470px;
	background-image: url(images/banner_04.gif);
	background-repeat: no-repeat;
	background-color: #001a51;
	border: 1px solid #00ff33;
	color: #FFFFFF;
	font-size: 80%;
	padding: 90px 40px 40px 80px;
	margin: 5px 25px;
}

#sidebar {
	float: left;
	width: 225px;
	margin-top: 10px;
}

#sidebar_home {
	float: left;
	width: 300px;
	margin-top: 5px;
}

#notepad_top {
	background-image: url(images/notepad_01.png);
	background-repeat: no-repeat;
	height: 45px;
}

#notepad_middle {
	background-image: url(images/notepad_02.png);
	background-repeat: repeat-y;
	padding: 5px 20px 5px 15px;
	font-size: 70%;
}

#notepad_bottom {
	background-image: url(images/notepad_04.png);
	background-repeat: no-repeat;
	height: 24px;
}

h1 {
	font-size:90%;
	text-transform:uppercase;
}

.movingchecklist {
	font-size: 110%;
	font-weight:bold;
}

.footer {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
