* {margin: 0; padding: 0;}

body {
	color: #000066;
	padding: 0;
	background-color: #91BAEC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: sans-serif, Arial;
	font-size: 10px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}

a {color: #29677D;}
a:hover {color: #963;}

.leftnav {
	background-color: #557AA6;
	margin: 0px;
	padding: 0px;
	width: 127px;
	float: left;
}

big {font-size: 1.1em;}

h1,h2,h3 {color: #D5331E; padding: 8px 0 2px;}

.leftH2 {
	color: #006699;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBAAC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCBAAC;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	padding-left: 26px;
	font-family: Georgia, serif, Arial;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}

.right .content li {
list-style: url(img/li.gif);
}


p {padding: 2px 0 10px;}
small,.small {
	font-family: sans-serif, Arial;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.right .content ul {
	text-align:justify;
	padding-top: 0;
	padding-right: 0em;
	padding-left: 1.2em;
}

.right .content p {
	text-align: justify;
}

/* structure */
#wrapper {
	margin: 0 auto;
	width: 762px;
	background-color: #557AA6;
	background-image: url(img/wrapper.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 750px;
	background-color: #557AA6;
}

/* header */
.title {
	background-color: #DCDAC9;
	background-image: url(img/top.gif);
	background-repeat: no-repeat;
}
.title h1 {
	color: #441;
	font-family: Tahoma, sans-serif, Arial;
	font-size: 2.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 10px 0 10px 18px;
}

.header {
	height: 155px;
	background-color: #557AA6;
	background-image: url(img/header2.jpg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: top;
}

/* navigation */
.navigation {
	background-color: #294D7D;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, sans-serif, Arial;
	font-size: 1em;
	font-weight: bold;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}

/* main */
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	border-top: 1px solid #AA8;
	color: #003399;
	background-color: #E1DCC8;
	background-image: url(img/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	color: #EED;
	padding: 10px;
	background-color: #557AA6;
}
.footer .left {width: 90%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover, .footer .right a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer .right, .footer .right a {color: #7D7D75;}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 20%;}
.col2 .right .content {}
.col2 .right {width: 63%;}
.content {padding: 10px;}
.left {float: left;}
.right {float: left;}
.sigle {float:right; width: 18%; text-align:center; }

.right .content {
	padding-top: 18px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 0px;
}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	padding: 0;
	margin: 0px;
	text-align: left;
	background-position: left;
	text-indent: 0px;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
	text-align: left;
	text-indent: 0px;
}
.block li a,.block li em {
	color: #FFFFFF;
	display: block;
	text-align: left;
	text-indent: 0px;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.block li a span {font-weight: bold;}

.block li a:hover {
	color: #3E3E3E;
	background-color: #FFFFFF;
}

.block li .selected {
	color: #3E3E3E;
	background-color: #FFFFFF;
	text-align: left;
}


.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {
	background: #F2F0EA;
	text-align: left;
}
.leftnav .content {
padding: 0px;
}

.updated {
font-size:11px; font-family:Arial, Helvetica, sans-serif;
}
