/* CSS Document */
body {
	font-family: Garamond, Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	color: #3c746b;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-color: #fffcc8;
	background-position: 0% 0%;
	margin: 0px 0px 0px 0px;
	}
h1 	{
	text-align: left;
	font-family: Garamond, Arial;
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	}
.subheader {
	font-size: 24px
	}
h2 	{
	text-align: left;
	font-family: Garamond, Arial;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
/*	margin: 0px 0px;*/
	}
h3 	{
	text-align: left;
	font-family: Garamond, Arial;
	font-size: 24px;
/*	margin: 0px 0px;*/
	font-weight: normal;
	font-style: normal;
	}
h4	{
	font-family: Garamond, Arial;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin-top: 0px 0px;
	}
h4.sub {
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 0px;
	}
h4.just {
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 0px;
	text-align: justify;
	}
h5.sub {
	font-size: 10px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
	}
h5 	{
	font-family: Garamond, Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	margin: 0px 0px;
	}
p	{
	/*word-spacing: normal;*/
	letter-spacing: normal;
	vertical-align: middle;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	text-indent: 0px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	}
p.head {
	text-indent: 0px;
	margin-top: 0px;
	}
a:link {color: #3c746b; text-decoration: underline; font-weight: normal;}
a:visited {color: #996633; text-decoration: underline; font-weight: normal;}
a:active {color: #3c746b; text-decoration: underline; font-weight: normal;}
a:hover {color: #3c746b; text-decoration: underline; font-weight: normal;}
/*a.menu:link {color: #FFFFFF; text-decoration: none; font-weight: normal;}
a.menu:visited {color: #FFFFFF; text-decoration: none; font-weight: normal;}
a.menu:active {color: #FFFFFF; text-decoration: none; font-weight: normal;}
a.menu:hover {color: #FFECEC; text-decoration: underline; font-weight: normal;}
a.active:link {color: #FFFFFF; text-decoration: none; font-weight: bold;}
a.active:visited {color: #FFFFFF; text-decoration: none; font-weight: bold;}
a.active:active {color: #FFFFFF; text-decoration: none; font-weight: bold;}
a.active: hover {color: #FFECEC; text-decoration: underline; font-weight: bold;}*/
ul 	{
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 10px;
	margin-bottom: 0px;
	}
ul ul {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 0px;
	}
ol 	{
	text-align: justify;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
	}
ul.2 {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	}
img {
	border-width: 0;
	vertical-align: text-bottom;
	}
#centerDiv {
	position:absolute; 
	 height:100%; 
	 width:100%; 
	 margin-top: 0px;
	}
#menu {
	font-size: 90%;
}	
#header {
	text-align: right;
/*	border: 1px #cccccc solid; */
}

	

