html {
	overflow-x : hidden;
}
body {
	padding: 20px 0 20px 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	background-color: #CCCCCC;
}


#container {
	margin: 0 auto 0 auto;
	width: 816px;
	background: #fafaf1;
	text-align: left;
}



a img {
	border: none;
}

ul, ol {
	margin: 4px 0 15px 35px;
	padding: 0;
}

ul ul, ol ol {
	margin: 4px 0 0 15px;
	padding: 0;
}

li {
	margin: 0 0 4px 0;
	padding: 0;
}




#header {
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 90px;	
}
#headertext{
	position: absolute;
	left: 180px;
	top: 15px;
	font-family: "Adobe Garamond Pro Bold", "Arno Pro Smbd Display", "Times New Roman", Times, serif;
	font-size: 38px;
	color: #004a91;
}
#smheadertext{
	position: absolute;
	left: 250px;
	top: 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #004a91;
	text-align: right;
}
#smbodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #004a91;
}
#header img {
	display: block;
}

#top-nav {
	background: #004a91;
	color: #FFFFFF;
	width: 100%;
	font-size: 12px;
}

#top-nav ul {
	margin: 0;
	padding: 5px 22px 5px 22px;
	list-style: none;
}

#top-nav li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}

#top-nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#top-nav a:hover {
	color: #B0B0B0;
	text-decoration: none;
}

#content {
	width: 780px;
	float: center;
	display: inline;
	margin: 20px 20px 20px 0;
}
#detailcontent {
	width: 700px;
	margin: 5px 5px 5px 5px;
	}
#detailcontent h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 16px;
	color: #456FA2;
}
#detailcontent h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 14px;
	color: #456FA2;
}
.post {
	margin: 0 0 20px 0;
}

#content h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 16px;
	color: #456FA2;
}

#content h1 a {
	text-decoration: none;
}

#content h1 a:hover {
	text-decoration: none;
}

#content h1.pagetitle {
	font-size: 1.1em;
	color: #888888;
	margin-bottom: 6px;
}



#content h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 10px;
	color: #707070;
}

#content h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.1em;
	color: #404040;
}

#content h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 0 2px 0;
	font-size: 1.05em;
	color: #606060;
}
.thinborder{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #F7F7F7;
}

textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
}
.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}