/* gary01 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, Tahoma, Georgia, Arial, sans-serif;
}

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

/* header stuff */

#header {
	background: url() #4e6b8e;
	width: 100%;
	height: 150px;
	margin: 0;
	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;
}
a{
outline:none;
}


#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() #fff;
	width: 100%;
	height: 58px;
	margin: 0;
	padding: 0;
}

#menu-h ul {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu-h li {
	float: left;
}

#menu-h a {
	height: 27px;
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 3px 20px 0 20px;
	color: #636363;
	font-weight: bold;
	text-decoration: none;
}

#menu-h a:hover {
	background: transparent url();
}

#menu-h .active {
	color: #60758f;
	text-decoration: underline;
}

/* main content container */

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

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

/* main content */

#content {
	width: 560px;
	float: left;
	margin-right: 40px;
	color: #5c738f;
}

.archive {font-family:verdana; font-size:12px; text-align: justify; font-weight:bold; color:#636363;}
.headline {font-family:georgia; font-size:32px; text-align: center; color:#800000;}
.headlinemid {font-family:georgia; font-size:30px; text-align: center; color:#000000;}
.headlinelge {font-family:georgia; font-size:50px; text-align: center; color:#000000;}
.subhead {font-family:georgia; font-size:22px; color:#800000}
.subheadblk {font-family:georgia; font-size:22px; color:#000000}
.text {font-family:arial; font-size:16px; font-weight:bold; color:#636363;}
.textblk {font-family:arial; font-size:16px; color:#5C5C5C;}
.textblack {font-family:arial; font-size:16px; color:#000000;}
.textblack24 {font-family:arial; font-size:24px; color:#000000;}
.georgia16 {font-family:georgia; font-size:16px; color:#000000;}
.textblk20 {font-family:arial; font-size:20px; color:#5C5C5C;}
.textimpact40 {font-family:impact; font-size:40px; color:#3D3D3D;}
.textred {font-family:arial; font-size:20px; color:#800000;}
.linktext {font-family:arial; font-size:16px; font-weight:bold; color:#800000;}
.quotes {font-family:trebuchet ms; font-size:10pt; text-align: justify; color:#1f4400;}
.text1 {font-family:arial; font-size:14pt; text-align: justify; color:#800000;}
.text2 {font-family:arial; font-size:16px; font-weight:bold; color:#004a25;}
.text3 {font-family:georgia; font-size:14pt; color:#636363;}
.footer {font-family:arial; font-size:12px; color:#000000;}
.footer1 {font-family:arial; font-size:12px; color:#800000;}
.footer2 {font-family:arial; font-size:16px; color:#000000;}
.footer3 {font-family:tahoma; font-size:12px; font-weight:bold; color:#800000;}
.footer4 {font-family:arial; font-size:16px; font-weight:bold; color:#800000;}
.footer5 {font-family:arial; font-size:15px; font-weight:bold; color:#800000;}
.subtitle {font-family:arial; font-size:12px; color:#800000;}
.subtitle2 {font-family:arial; font-size:18px; color:#800000;}
.footer6 {font-family:georgia; font-size:16px; color:#000000;}
.titlefoot {font-family:georgia; font-size:18px; color:#800000;}
.asterisk {font-family: georgia; font-size:40px; color:#1f4400; font-weight: bold;}
.minihead {font-family:georgia; font-size:18px; font-weight: bold; color:#800000;}

#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 {
	background: #4e6b8e;
	height: 45px;
	color: #f8b832;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
	margin-top: -65px;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 9pt;
	margin: 0;
}

#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;
}