/* greg01 css
released under creative commons attribution license - please keep the 'designed by' link in the footer */

html, body {
	height: 100%;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#container {
	min-height: 100%;
	position: relative;
}
* html #container {
	height: 100%;
}

/* header stuff */

#header {

	width: 760px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 4px solid #636363;
}

#header h1, #header h2 {
	width: 760px;
	margin: 0 auto;
	font-weight: normal;
	color: #fff;
}

#header h1 {
	padding-top: 40px;
	font-size:  40pt;
}

#header h2 {
	margin-top: -10px;
	font-size: 14pt;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #fbe4b5;
}

/* horizontal menu */

#menu-h {
	background: url(/images/menu-h-bg.gif) #fff;
	width: 760px;
	height: 33px;
	margin: 0 auto;
	padding: 0;
	text-align: center;

}



/* main content container */

#main {
	width: 760px;
	margin: 0px auto;
	line-height: 1.7em;
}

#main h1, #main h2 {
	border-bottom: 3px solid #43648d;
	width: 100%;
	color: #43648d;
}

/* main content */

#content {
	width: 712px;
	float: left;
	color: #5c738f;
	background-color: #ECEFF5;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 4px solid #F8AC0D;
	border-left: 4px solid #F8AC0D;



}

#content p {
	font-size: 10pt;
}

#content blockquote {
	font-size: 10pt;
	background: #eef no-repeat left bottom;
	padding-top: 0;
	padding-bottom: 0;


}

#content ul {
	font-size: 10pt;
}

#content a {
	color: #43648d;
	border-bottom: 1px solid #f8b832;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	border-bottom: none;
}

#content .intro {
	font-size: 11pt;
}

#content img {
	padding: 3px;
	border: 1px solid #5c738f;
}

/* right menu */

#menu-v {
	width: 160px;
	float: left;
	color: #5c738f;
}

#menu-v ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu-v a {
	width: 160px;
	border-bottom: 1px solid yellow;
	display: block;
	text-decoration: none;
	color: #5c738f;
	
}

#menu-v a:hover {
	background: #eef;
}

#menu-v p {
	font-size: 10pt;
}

/* footer */

#footer {
	color: #f8b832;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 10px;
	background-color: #636363;












}

#footer a {
	color: #fac353;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* misc */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}
#br {
	width: 760px;
	height: 10px;
	position: relative;

}

