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

body {
	margin-left: 18px;
	margin-top: 18px;
	margin-right: 18px;
	margin-bottom: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #9e9383;
}
a {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: normal;
	color: #4A5963;
	font-weight: bold;
}


#container {
	width: 724px;
	;
	background-image: url(../images/layout-images/bg.jpg);
	background-repeat: repeat-y;
}

#header {
	margin-top: 0px;
	margin-left: 60px;
}

#header #logo {
	width: 134px;
	height: 93px;
}

#header #searchForm {
	padding-top: 10px;
}

#header td#search {
	/*vertical-align:bottom;*/
	text-align: right;
	
}
#header td#search #icons {
	padding-top: 10px;
}

#header #search #submit-button {

	vertical-align: bottom;
}

table#nav {
	font-size: 12px;
	height: 47px;
	margin: 6px 0px 0px 36px;
	background-image: url(../images/layout-images/nav-main-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

table#nav a {
	color: #9e9283;
	text-decoration: none;
}

table#nav a:hover {
	text-decoration: underline;
	color: #9e6614;
}



table#nav td {
	width: 130px;
	padding: 0 16px;
}

.content {
	margin-left: 36px;
}



#footer {
	clear: right;
	color:#444444;
	font-size: 0.78em;
	text-align: center;
	margin: 100px 0px 20px 0px;
}

#footer a:link {
	color: #444444;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #444444;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
#footer a:active {
	text-decoration: none;
	color: #444444;
}

ul {
	line-height: 1.3em;
}

ol {
	line-height: 1.3em;
	margin-left: 30px;
}

hr {
	margin: 0 20px;
}

/* == Image Settings ======*/
.img-rt {
	float: right;
	padding: 3px 0 0 10px;
	
}
.img-left {
	float: left;
	padding: 3px 10px 0 0px;
	
}