body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
}


p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 18px;
}

a:link {
	color: #3B0700;
}

a:hover, a:active {
	text-decoration: none;
	color: #3B0700;
}

a:visited {
	color: #3B0700;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


/* Header */

#header {
	width: 800px;
	margin: 0 auto;
}




/** LOGO */

#logo {
	float: left;
	width: 800px;
	height: 100px;
	margin-left: 10px;
	/*background: url(images/img02.jpg) no-repeat left top;*/
}

#logo h1, #logo h2 {
	margin-left: 80px;
	margin-top: 50px;
	padding: 0px 0 0 0px;
	line-height: normal;
}

#logo h1 { 
	
	color: #999;
}

#logo h1 a {
	text-decoration: none;
	color: #999; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	margin: 0;
	padding: 0px 0 0 240px;
	color: #666;
	float: right;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }




/* Menu */

#menu {
	float: left;
	width: 800px;
	/*height: 70px;*/
	background: #fff;
	border-top: 1px dotted #00458d;
	/*border-top: 1px solid #bbb;*/
}

#menu ul {
	margin: 10px 0px 0px 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	/*margin-right: 3px;*/
	padding: 0 0px;
	padding-right: 15px;
	/*background: url(images/img03.gif) no-repeat right 60%;*/
	text-decoration: none;
	font: 12px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #00458d;
}

#menu a:hover { 
	text-decoration: none; 
	color: #666;
}







#wrapper {
	width: 960px;
	margin: 0 auto;
	/*background: url(images/img01.gif) repeat-y left top;*/
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 700px;
	padding: 30px 30px 0 0;
	margin-left: 10px;
	margin-top: 30px;
}

#content h1 {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #00458d;
	border-bottom: 1px dotted #00458d;
	/*border-bottom: 1px solid #bbb;*/
	margin-bottom: 10px;
	/*display: inline;*/
}

#content h2 {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #444;
	margin-bottom: 5px;
	font-weight: bold;
}

#content p {
	color:#444;
	font-size: 12px;
	letter-spacing: 0.0em;
	line-height: 22px;
}

#content li {
	color:#00458d;
	list-style-type: none;
	line-height: 25px;
	font-size: 12px;
}

.line {
	border-bottom: 1px dotted #00458d;
	margin-bottom: 15px;
}

.freeSpace {
	margin-bottom: 20px;
}

.address {
	font-style: normal;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
}

.address a {
	font-style: normal;
	text-decoration: none;
}




/* Footer */
#footer-wrap {
	width: 800px;
	height: 80px;
	margin: 0 auto;
}

#footer {
	margin: 0 auto;
	height: 80px;
	padding: 0;
	font-size: 11px;
	float: left;
	text-align: left;
}

html>body #footer {
	height: auto;
}

#footer p {

	clear: both;
	padding-top: 30px;
	text-align: left;
	color: #999;
	margin-left: 100px;
	text-decoration: none;

}

#footer a {
	text-decoration: none;
	color: #999;
}


#footer ul {
	margin-left: 50px;
}

#footer li {
	display: inline;
	padding-right: 10px;
}