@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	border: none;
	border-width: 0;
}
body {
	width: 100%;
	text-align: center;
	background: #3678CD url(images/back.gif) repeat-x top;
}
#lay_wrap {
	margin: 10px auto;
	text-align: left;
	background-color: #ffffff;
}
#lay_wrap .lay_center {
	width: 820px;
	height: 520px;
}
#lay_wrap .lay_topleft {
	width: 10px;
	height: 10px;
	background: url(images/tl.gif) no-repeat left top;
}
#lay_wrap .lay_topright {
	width: 10px;
	height: 10px;
	background: url(images/tr.gif) no-repeat right top;
}
#lay_wrap .lay_botleft {
	width: 10px;
	height: 10px;
	background: url(images/bl.gif) no-repeat left top;
}
#lay_wrap .lay_botright {
	width: 10px;
	height: 10px;
	background: url(images/br.gif) no-repeat right top;
}
#lay_wrap .lay_footer {
	text-align: center;
	background-color: #3678CD;
}

/* layout styles */
#header {
	display: block;
	height: 80px;
	padding: 10px 0px 10px 51px;
	background: url(../../media/site/topbanner.jpg) no-repeat right top;
}
#mainmenu {
	display: block;
	height: 25px;
	margin-top: 10px;
}
#lay_main {
	width: 100%;
	margin-top: 10px;
}
#lay_left {
	width: 700px;
	text-align: left;
}
#lay_right {
	width: 120px;
	text-align: right;
}
#footer {
	display: block;
	margin: 10px;
	margin-top: 6px;
	color: #aaaaaa;
}

/* html styles */
body, div, span, th, td, h1, h2, h3, h4, p, a, ul, li, input, textarea, label {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	color: #444444;
}
th, td {
	text-align: left;
	vertical-align: top;
}
a {
	color: #0094C5;
	text-decoration: none;
}
a:hover {
	color: #0094C5;
	text-decoration: underline;
}
a:focus {
	outline: none;
}
h1 {
	display: block;
	margin-top: 0;
	margin-left: -2px;
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	line-height: 33px;
	color: #00247D;
}
h2 {
	display: block;
	margin: 0px;
	margin-top: 12px;
	margin-bottom: 4px;
	font-weight: bold;
	color: #0094C5;
}
h3 {
	display: block;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
	color: #0094C5;
	border-bottom: 1px solid #c2e0f3;
	background-color: #eef5fc;
}
h4 {
	display: block;
	margin: 0px;
	font-weight: bold;
	color: #333333;
}
ul {
	margin-left: 16px;
}
ul li {
	margin-top: 4px;
	list-style: disc;
	list-style-position: outside;
}
ol {
	margin-left: 24px;
}

/* footer styles */
#footer a {
	color: #dddddd;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* leftcol styles */
#td_content_submenu {
	width: 200px;
}
#td_content_seperator {
	width: 10px;
}
#td_content_narrow {
	width: 490px;
}
.shadowed_border {
	width: 100%;
	background: url(images/shadowed_border_top.gif) repeat-x top;
}
.shadowed_border_tl {
	width: 11px;
	height: 11px;
	background: url(images/shadowed_border_tl.gif) no-repeat top left;
}
.shadowed_border_tr {
	width: 11px;
	height: 11px;
	background: url(images/shadowed_border_tr.gif) no-repeat top right;
}
.shadowed_border_l {
	height: 353px;
	background: url(images/shadowed_border_c.gif) repeat-y left;
}
.shadowed_border_r {
	background: url(images/shadowed_border_c.gif) repeat-y right;
}
.shadowed_border_bl {
	width: 11px;
	height: 11px;
	background: url(images/shadowed_border_bl.gif) no-repeat bottom left;
}
.shadowed_border_b {
	background: url(images/shadowed_border_c.gif) repeat-x bottom;
}
.shadowed_border_br {
	width: 11px;
	height: 11px;
	background: url(images/shadowed_border_br.gif) no-repeat bottom right;
}
#content {
	display: block;
	position: relative;
	margin: 10px;
}
#contenttitle {
	display: block;
	margin-bottom: 10px;
}

/* classes */
.width100 {
	width: 100%;
}
ul.images {
	margin: 0;
	list-style: none;
	list-style-type: none;
}
ul.images li {
	margin: 0;
	margin-right: 4px;
	margin-top: 3px;
	padding: 0;
	float: left;
	list-style: none;
	list-style-type: none;
}

.thumbnails li {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	list-style: none;
	list-style-type: none;
}
.thumbnails a {
	text-decoration: none;
}
