body,html {
	margin: 0;
	padding: 0;
	font-family: "Tahoma";
	font-size: 12px;
	color: #000;
	padding-top: 0;
	margin-top: 10px;
}

div#pagination {
	width: 100%; text-align: right; line-height: 23px; border-bottom: 1px solid #ccc;
}

div#pagination_bottom {
	width: 100%; text-align: right; line-height: 23px; border-top: 1px solid #ccc;
}

body {
	background-color: #FFF;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #646464;
}

a:hover {
	text-decoration: none;
}

form {
	display: inline;
}

select {
	font-size: 10px;
}

input {
	font-size: 10px;
}

h1 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	
}

h2 {
	margin-top: 4px;
	padding-bottom: 6px;
	font-size: 15px;
	color: #072d4a;
	text-transform: uppercase;
}

div {
	position: relative;
}


table.grider, table.grider th, table.grider td {
	border: 1px solid #CCC;
	color: #000;
}

table.grider th {
	background-color: #CCC;
	padding: 4px;
	color: #000;
}

table.grider td {
	padding: 4px;
	color: #000;
}

table.grider tr {
	color: #000;
}


div#main_container {
	width:1000px;
	margin: 0 auto 0 auto;
	background: transparent url(../images/bg_left.gif) top left repeat-y;
}

div#contact_container {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	color: #FFF;
}

div#contact_container a {
	color: #FFF;
}

div#contact_container img {
	margin-bottom: -1px;
}

div#header_container {
	height: 146px;
	margin: 0;
	padding: 0;
}

div#left_container {
	width: 262px;
	float: left;
	padding-bottom: 100px;
	margin-top: -1px;
}

div#left_container img {
	margin-bottom: -2px;
}

div#right_container {
	width: 700px;
	float: right;
	padding: 10px;
	text-align: left;
	margin-top: 10px;
}

div#footer_container {
	clear: both;
	background: transparent url(../images/bg_bottom.gif) bottom left repeat-x;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	height: 22px;
	padding-top: 10px;
	text-align: center;
	margin-left:1px;
	margin-right:1px;
}

div#footer_container a {
	color: #FFF;
}

div#content_container {
	padding-right: 16px;
	padding-bottom: 20px;
}

a.mainlink {
	display: block;
	background: transparent url(../images/bg_btn.gif) top left no-repeat;
	width: 220px;
	height: 27px;
	margin-left: 1px;
	padding-top: 12px;
	text-align: right;
	padding-right: 42px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: no-wrap;
}

a.mainlink:hover {
	color: #072d4a;
	background: transparent url(../images/bg_btn2.gif) top left no-repeat;
}



a.mainlink_over {
	display: block;
	background: transparent url(../images/bg_btn2.gif) top left no-repeat;
	width: 220px;
	height: 27px;
	margin-left: 1px;
	padding-top: 12px;
	text-align: right;
	color: #072d4a;
	padding-right: 42px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: no-wrap;
}

div#sublink_container {
	margin-top: -20px;
	height: 40px;
}

a.sublink {
	display: block;
	float: left;
	background: transparent url(../images/bg_sublink.gif) top left repeat-x;
	height: 24px;
	padding: 7px 8px 0 8px;
	font-size: 10px;
	white-space: no-wrap;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 2px;
}

a.sublink:hover {
	color: #072d4a;
}
a.sublink_over {
	display: block;
	float: left;
	background: transparent url(../images/bg_sublink.gif) top left repeat-x;
	height: 24px;
	padding: 7px 8px 0 8px;
	font-size: 10px;
	white-space: no-wrap;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 2px;
	color: #072d4a;
}

div.clearer {
	clear: both;
}
