* { margin:0;  border:0; }

h { margin:100; padding:100; border:100;}

ul {
	list-style:none;
}
ol {
	list-style-position: inside; 
}

a {
		color:#152e57;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
td, tr, table {
	 margin:0; padding:0; border:0;
}



body {
	color:#0c1b33;
	font:normal 12px/15px Tahoma;
	background:#d4cbaa url(img/body.gif) repeat;
}

#main {
	min-width: 1000px;
	width: 100%;
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 1000)? "1000px" : "100%");
}

#top {
	background:url(img/top.gif) repeat-x;
}
#topleft {
	background:url(img/topleft.jpg) no-repeat;
}
#topright {
	height:182px;
	text-align:center;
	padding:80px 0 0 0;
	background:url(img/topright.jpg) no-repeat top right;
}

#navigation {
	text-align:center;
}
#navigation li {
	display:inline;
	margin:3px 25px;
}
#navigation a {
	padding:3px;
	font:bold 11px/18px Tahoma;
	text-transform:uppercase;
}
#navigation a:hover,
#navigation a.active {
	background:#f1e8c3;
	text-decoration:none;
}
#content {
	float:left;
	width:100%;
	background:url(img/content-tl.gif) no-repeat;
}
#left-col {
	float:left;
	width:210px;
	margin:30px 0 0 31px;
	display:inline;
	background:#e5dcb9 url(img/left-col.gif) no-repeat;
}

#left-col strong {
	color:#152e57;
	font-size:14px;
	text-transform:uppercase;
}
#left-col .title {
	margin:0;
	padding:0 0 5px 0;
	text-align:center;
	background:none;
}
.m1 {
	padding:10px 0 10px 51px;
}
.m1 a {
	color:#295aa6;
	font:bold 14px/19px Tahoma;
}

.m2 {
	padding:10px 0 10px 0;
	background:#f1e8c3;
}
.m2 li {
	margin:2px 0 2px 36px;
	padding:0 0 0 21px;
	background:url(img/m2.gif) no-repeat 0 9px;
}

.m2 li a {
	color:#234d95;
	font-weight:bold
}
.m4 {
	padding:10px 0 10px 0;
}
.m4 li {
	margin:0 0 0 19px;
	padding:0 0 0 10px;
	background:url(img/m2.gif) no-repeat 0 9px;
}
.m4 li a {
	font:bold 12px/13px Tahoma;
}

.m5 li {
	margin:0 0 0 0;
	padding:0 0 0 19px;
	background:none;
}
.m5 li a {
	font-weight:normal;
	color:#234d95;
}
.m5 li.f1 {
	margin:15px 0;
}
.m5 li.more a {
	color:#152e57;
	font-weight:bold;
}

#right-col {
	margin:0 0 0 282px;
	padding:25px 0 0 0;
}
#right-col h1 {
	color:#0c1b33;
	font:bold 14px/20px Tahoma;
}
#right-col p {
	margin:16px 0;
}
#right-col strong {
	color:#152e57;
}
#right-col li {
	margin:0 0 0 10px;
}
#right-col .info {
	margin:30px 0 0 0;
}
#right-col .info li {
	margin:0;
}

#content-bottom {
	float:left;
	width:100%;
	background:url(img/content-bl.gif) no-repeat bottom left;
}
#content-bottom .inside {
	height:70px;
	background:url(img/content-br.gif) no-repeat bottom right;
}

#footer {
	float:left;
	width:100%;
	height:135px;
	background:#ddd4b3 url(img/footer.gif) repeat-x bottom;
}
#footer-left {
	float:left;
	height:135px;
	padding:0 0 0 42px;
	display:inline;
	background:url(img/footer-tl.gif) no-repeat;
}
#footer-left li {
	float:left;
	margin:12px 40px;
}
#footer-right {
	float:right;
	width:425px;
	height:135px;
	color:#152e57;
	font-size:11px;
	background:url(img/footer-tr.gif) no-repeat top right;
}
#footer-right p {
	padding:10px 0 0 40px;
	background:url(img/footerright.gif) no-repeat 0 7px;
}
