html, body {
	margin: 0;
	margin-top: 10;
	padding: 0px;
	color: #036;
	background: #FFF;
	
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

div {
	/*border: 1px dotted firebrick;*/	
}

a, a:visited {
	text-decoration: none;
	color: #063;
}

a:hover, a:active {
	text-decoration: underline;
}	

#wrap {
	width: 1000px;
	margin: 0 auto;
	background:#FFF;
	margin: 0 auto;
	align: middle;
	border: 1px solid #036;
	
}


/**** Header Section */

#trim {
	width: 1000px;
	height: 100px;
	background: #FFF url('../images/topBanner.png') repeat-x;
}

#header {
	background:#FFF;
}

#logo  {
	float: left;
	border: 0;
	width: 175px;
}

#logo div.img {
	display: block;
	background: transparent url('/images/earth.gif') no-repeat;
	height: 100px;
	border-style: none;
	align:middle;
	border: 0;
	margin-left: 10px;
	margin-right: 10px;
}

#header a.logo, #header a.logo:visited {
	text-decoration: none;
	border: 0;
}

#info  {
	color: #FFF;
	font-size: 0.85em;
	float: right;
	padding: 10px;
}

#info a, #info a:visited {
	color: #FFF;
	text-decoration: none;
	border: 0;
}

#info a:hover, #info a:active {
	text-decoration: underline;
	border: 0;
}

#pagetitle  {
	float: right;
	overflow: hidden
	height: 100px;
	width: 675px;
	background: #444;
}

/**** Side Bar Section */

#menu {
	/*background: #FFF;*/
	/*background: #C6C6C6;*/
	background: #C6C6C6 url('../images/navbar_bg.png') repeat-y;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	
	overflow: hidden;
	
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 auto;
}


#login a, #login a:visited {
	font-size: 0.8em;
}

#login label {
	font-size: 0.8em;
	color: #000;
}

#menu ul {
	width: 300px;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
}




#menu li {
	list-style: none inside;
	
	margin-top: 2;
	font-size: 1.1em;	
	padding: 0.5em;
	align: middle;
	color: #036;
	
	width: 300px;
}

#menu li, #menu li.link, #menu li.selected {
	font-weight: bold;
}

#menu li.link:hover, #menu li.selected {
	color: #063;
	cursor: pointer;
}

#menu li.heading {
	list-style: none inside;

	background: transparent url('../images/navbutton_bg.jpg') repeat-x;
	
	font-weight: bold;
	
	text-align: left;
	padding-top: 2px;
	padding-left: 10px;
	margin-left: 0;
	margin-top: 0;
	
	width: 290px;
	height: 28px;
	
	color: #FFFFFF;	
	
	float: left;
}

#menu a.nav {
	color: #036;
	text-decoration: none;
}

#menu a.nav:hover {
	color: #063;
}

/**** Main Section */

#title {
	font-size: 1.75em;
	font-weight: bold;
	padding: 5px;
}

#title img {
	float: left;
	padding: 5px;
	/* border: 1px solid #036; */
	border: 0;
	
}

#titleText {
	float: right;
	width: 500px;
}


#main {
	background:#FFF;
	float: right;
	width: 696px;
	/*border: 1px solid #036;*/
}

#contentArea {

	padding: 10px;
	color: #000;
	/*position: absolute;*/
	/*height: 800px;*/
	width: 675px;
	z-index: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	/*border: 1px solid firebrick;*/
	
}


#contentArea h1, #contentArea h2, #contentArea h3 {
	font-size: 1.75em;
	font-weight: bold;	
	color: #036;
}


#contentArea h2 {
	font-size: 1.25em;
}

#contentArea h3 {
	font-size: 1em;
}

#contentArea div.address {
	font-weight: bold;
	color: #036;
}

#contentArea ol.let {
	list-style-type: alpha-lower;
}

#contentArea dt, #faq dt {
	font-weight: bold;
	font-size: 1.25em;
	color: #036
}

#contentArea li {
	line-height: 1.5em;
}

#contentArea li.button {
	list-style: none inside;
	line-height: 1em;
	width: 200px;
	height: 24px;
	background: #036 url('../images/navbutton_bg.jpg') repeat-x center;
	color: #FFF;
	clear: both;
	display: block;
	text-align: center;
}

#contentArea li.pdf {
	list-style-image: url('/images/pdf_document.png');
}

#contentArea li.doc {
	list-style-image: url('/images/word_document.png');
}

#contentArea a.section {
	text-decoration: none;
	font-face: normal;
	color: #036;
}

#illustration {
	width: 85%;
}

#illustration tr {
	border: 1px dotted #000;
}

#illustration th, #illustration td {
	/*width: 50%;*/
	border: 0;
	line-height: 1.5em;
	text-align: left;
}

#illustration td {
	font-weight: normal;
}

#illustration th.top {
	text-decoration: underline;
}

#faq {
	overflow: auto;
}

#faq dt, #faq dd {
	font-size: 0.75em;
}


#facebook {
	float:right;
}

/**** Footer Section */

#footer {
	width: 1000px;
	clear: both;
	background:#FFF;
	color: #AAA;
	text-align: center;
	font-size: 0.75em;
	border: 0px solid #036;
	border-top: 1px solid #036;
	padding-top: 5px;
	
}