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

body {
	margin:0px;
	padding:0px;
	background-color: #000;
}
img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
}

#wrapper
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: auto;
	background-color: #FFFFFF;
}
#header {
	width: 1000px;
	height: 125px;
	position: relative;
}


#logo {
	height: 114px;
	width: 220px;
	position: absolute;
	left: 10px;
	top: 4px;
}
#header_bg {
	height: 125px;
	width: 1000px;
	background-color: #003380;
}

#main_nav {
	height: 32px;
	width: 1000px;
	background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;
}

#main_nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#main_nav li {
	text-align: center;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #0066CC;
	color: #000066;
	float: left;
	display: block;
}


#main_nav li a {
	text-decoration: none;
	height: 32px;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/main_nav_bg.jpg);
	background-repeat: repeat-x;
	width: 120px;
	line-height: 2.5em;
}

#main_nav li a:hover {
	color: #003366;
	background-image: url(../images/main_nav_bg_hover.jpg);
	background-repeat: repeat-x;
}
#left_column {
	background-color: #0063C6;
	width: 160px;
	padding-left: 8px;
	padding-right: 8px;
	float: left;
	clear: left;
	
}

#maincontent {
	width: 648px;
	float: left;
}
#maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	clear: both;
	text-align: center;
	color: #003380;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#maincontent h2 {
	color: #003380;
	font-family: Verdana;
	font-size: 12px;
	padding: 0px;
	text-align: center;
	margin: 5px;
	clear:both;
}

#maincontent_text  {
	font-family: Verdana;
	font-size: 12px;
	padding-top: 5px;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
	clear:both;
}
.scrap_pic {
	text-align: center;
	padding-top: 20px;
}
.code_box {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}

.index_thumb {
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 15px;
	border: 1px solid #0099FF;
}

#thumb_block
{
	width:640px;
}

.thumb_label {
	width: 100px;
	margin-bottom:2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000066;
	border-top: 1px solid #0099FF;
}

#right_column {
	float: right;
	width: 160px;
	background-color: #0063C6;
	padding-left: 8px;
	padding-right: 8px;
}

.nav_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #002776;
	padding-left: 5px;
	height: 20px;
	margin-top: 10px;
}
.nav_list {
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.nav_list a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007DFB;
	display: block;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: normal;
}
.nav_list a:hover {
	color: #FFFFFF;
	background-image: url(../images/arrow_hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #003399;
}
.other_pages {
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}

.other_pages ul {
	list-style-type: none;
	padding: 0px;
	margin: 5px;
}
.other_pages ul li {
	margin-bottom:15px;
	background-color: #FFFFFF;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px solid #0099FF;
	font-size: 14px;
	display: inline;

}
.other_pages a {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
}
.other_pages  ul li a:hover {
	color: #ffffff;
	background-color: #0099FF;
}

#square_ad {
	margin: 10px;
	float: left;
}

.updates {
	clear:both;
	padding: 10px;
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	width:600px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
	line-height: 18px;
	font-family: "Arial";
	background-color: #003380;
	color: #FFFFFF;
}

#footer a {
	font-family: "Verdana";	
	font-weight: bold;
	color: #FFFFFF;
}

.link_block {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.link_block a {
	text-decoration:underline;
	color:#003380;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
}

.social_button {
	float:left;
	margin:5px 5px;
}