/* default elements */
* {margin: 0; padding: 0;}

body {
	background: #FFFFFF
	color: #222;
	font-family: sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0%;
}

a {
	color: #333366;
}
a:hover {
	color: #ABC901;
	font-weight: bold;
	text-decoration: none;
}
h1,h2,h3,h4,h5 {
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

h1 {
	font-family: sans-serif;
	font-size: 2em;
	color: #333366;
}

h2 {
	font-family: serif;
	font-size: 1.75em;
	font-style: italic;
	line-height: 1.2em;
	color: #ABC901;
	font-weight: bolder;
}
h3 {
	font-family: sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #333366;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #CFE8D7;
	font-size: 1.3em;
	line-height: 1.3em;
}
h6 {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	color: #333366;
	font-size: 1.3em;
	line-height: 1.3em;
}

blockquote {
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	margin: 0 auto;
	width: 790px;
	background-color: #CFE8D7;
}
#container {
	font-size: 1.3em;
	line-height: 1.3em;
	width: 770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}

/* navigation */
.navigation {
	height: 120px;
	background-color: #CFE8D7;
	padding-left: 15px;
	background-image: url(images/shadowG.jpg);
	background-repeat: repeat-y;
}
.navigation a {
	color: #333366;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 100px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 15px;
}
.navigation  a:hover  {
	background-position: left bottom;
	font-weight: bolder;
	text-decoration: none;
}
.navigation a:visited {
	color: #666666;
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

/* main */
.main#two-columns {
	background-color: #333366;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.tri {
	background-color: #FFFFFF;
	background-image: url(images/shadowW.jpg);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-top: 10px;
}
.tri .Tleft {
	margin-right: auto;
	float: left;
	width: 360px;
}
.tri .Tright {
	width: 155px;
	float: left;
}

/* footer */
.footer {
	bottom: 0px;
	padding: 0px;
}
.footer .right {
	width: 520px;
	text-align: left;
	padding-left: 15px;
	background-color: #CFE8D7;
	font-size: 0.85em;
	background-image: url(images/shadowG.jpg);
	background-repeat: repeat-y;
	line-height: .3em;
}
.footer   a {
	color: #333366;
	font-size: 1em;
}
.footer a:hover {
	text-decoration: none;
	font-weight: bold;
}
.footer a:visited {
	color: #666666;
	font-size: 1em;
}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {
	width: 235px;
}
.col2 .right .content {
	background-color: #FFF;
	background-image: url(images/shadowW.jpg);
	background-repeat: repeat-y;
}
.col2 .right {
	width: 535px;
}
.content {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
	background-color: #FFFFFF;
}
.right .content {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* block list */
ul.block {
	margin: 4px 0;
	padding: 0;
	width: 90%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CFE8D7;
}
.block li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CFE8D7;
}
.block   li   a,.block   li   em {
	color: #53577E;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a:visited {
	font-style: normal;
	font-size: 1em;
}
.block  li  a,.block li a:visited {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background-color: #E5F2E7;
}

.right .block,.right .block li {
	border-color: #CFE8D7;
}
.right .block li a:hover {
	background-color: #E5F2E7;
}
li a:visited {
	font-size: 1em;
	color: #7D809E;
}
.col2   .left   .content a  {
	color: #ABC901;
}
.col2 .left a:hover {
	font-weight: bold;
	text-decoration: none;
}
.col2  .left  a, a:visited {
	color: #CFE8D7;
	font-size: 1.35em;
}
.col2 .right .content a:visited {
	font-size: 1em;
	color: #7D809E;
}
.fltrgt {
	float: right;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-right: 10px;
}
img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
