/****[ Font ]***/
body {
	font-family: tahoma, Verdana, Arial;
	font-size: 12px;
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
h1 {
	font-size: 1.5em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #000000;
}
h2 {
	font-size: 1.1em;
	font-style: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #000000;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
li {
	color: #000000;
	list-style-type: none;
	list-style-position: outside;
	line-height: 120%;
	list-style-image: url(../images/arrow.gif);
	font-size: 1.2em;
	padding-bottom: 3px;
}
ul li a {
	text-decoration: none;
	color: #000000;
}

#nav1 li.current a,{
	color:#01509e;
}
table, td
{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;

}



/****[ Layout ]***/
#wrapper {
	position:relative;
	width: 800px;
	left: 10%;
	right: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/left_column_bg.gif);
	background-repeat: repeat-y;
}
#banner {
	margin: 0px;
	padding: 0px;
	height: 70px;
}
#top-nav-wrapper {
	height: 27px;
	padding-top: 11px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-color: #e6ebee;
	padding-left: 25px;
}
#nav1 {
	list-style:none;
	margin:0;
	margin-left:0px;
	width:700px;
	float:left;
	
}
#nav1 li {
	color: #000000;
	float:left;
	display:block;
	margin:0;
	background-image: url(../images/nav_spacer.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	font-size: .9em;
}
#nav1 li a {
	display:block;
	float:left;
	line-height:inherit;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 0px;
}

a:hover {
	color:#00519d;
	text-decoration: underline;
}
a {
	text-decoration: none;
	color: #00519d;
}

#home-buttons {
	width: 800px;
}
#home-left-column {
	width: 232px;
	float: left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#home-right-column {
	width: 488px;
	float: left;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#level1-banner {
}
#level1-content {
	padding-top: 1px;
}
#level1-left-column {
	width: 267px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.button_wrapper {
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer {
	background-image:url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	padding-top: 13px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.clear {
clear:both;
}
