*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Lucida Unicode, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 200%;
	background: #000000;
	margin: 40px 0;
}


a
{
	color: #4371ae;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #5c97e9;
	font-weight: bold;
	text-decoration: none;
}


img
{
	border: 0;
}

img.rightimg
{
	float: right;
	margin: 0 0 35px 35px;
	padding: 10px;
	border: 1px solid #304c73;
}

img.headimg
{
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

img.footimg
{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #304c73;
}

img.topimg
{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
	padding: 10px;
	border: 1px solid #304c73;
}


#border
{
	margin: 0 auto;
	border: 1px solid #304c73;
	width: 760px;
	padding: 10px;
	background: #dcd2b7;
}

#container
{
	width: 760px;
	background: #fff9e7;
	border: 1px solid #304c73;
}




#menu
{
	margin: auto;
	width: 720px;
	padding: 0 20px;
	height: 40px;
	border-bottom: 1px solid #304c73;
	background: #fff9e7;
}

#menu ul
{
	text-align: center;
	list-style-type: none;
}

#menu ul li
{
	display: inline;
	line-height: 40px;
	margin: 0 0 0 5px;
}

#menu ul li a
{
	color: #304c73;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #0095FF;
	text-decoration: none;
}




#header
{
	width: 760px;
	height: 135px;
	border-bottom: 1px solid #304c73; 
	background: #fff9e7;
}

#header p
{
	font-size: 32px;
	margin: 0 20px;
	line-height: 125px;
	font-family: Constantia, Baskerville, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	color: #304c73;
}




#content
{
	color: #304c73;
	width: 660px;
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 30px;
	background: #fff9e7;
}

#content p
{
	margin: 0 0 15px 0;
}

#content h1
{
	margin: 0 0 25px 0;
	font-size: 24px;
	color: #304c73;
	font-weight: normal;
	font-family: Constantia, Baskerville, "Times New Roman", Times, serif;
}

#content h2, h3, h4, h5
{
	margin: 30px 0 10px 0;
	font-size: 18px;
	color: #304c73;
	font-weight: normal;
	font-family: Constantia, Baskerville, "Times New Roman", Times, serif;
}

#content strong
{
	font-weight: bold;
}

#content ul
{
	margin: 0 0 15px 30px;
	list-style-type: disc;
	color: #304c73;
}

#content ul li span
{
	color: #385300;
}

#content ol
{
	margin: 0 0 15px 30px;
	color: #304c73;
}

#content ol li span
{
	color: #304c73;
}

#content blockquote
{
	border: 1px solid #304c73;
	width: 620px;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #ecdcac;
 }

#content author
{
	font-family: Constantia, Baskerville, "Times New Roman", Times, serif;
	font-weight: italic;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
	background-color: #ecdcac;
 }

#footer
{
	width: 720px;
	height: 50px;
	padding: 5px 20px;
	background: #fff9e7;
	border-top: 1px solid #304c73;
}

#footer p
{
	font-size: 16px;
	margin-top: 10px;
	line-height: 90%;
	text-align: center;
}

#footer p.copyright
{
	text-align: center;
	font-family: Lucida Unicode, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #385300;
}