body {
	padding: 0px; margin: 20px 0px 10px 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99A6AF;
	background: url(/images/g.jpg) repeat-x;
	background-color: #77A5BF;
}

.flyer_img {padding: 5px; vertifical-align: top;}
.flyer_txt {padding: 5px; vertical-align: top; font-size: 110%; color: white;}

a:link { text-decoration: none; color: white;}
a:visited { text-decoration: none; color: white;}
a:active { text-decoration: none; color: white;}
a:hover { text-decoration: underline; color: white;}

h1, h2, h3 {color: white; font-family: arial, tahoma, sans-serif;}
h2 {margin: 16px 0px 8px 0px; font-size: 10pt;}
h3 {margin: 16px 0px 8px 0px; font-size: 8pt;}

.blog_date {font-size: x-small; font-family: arial; margin: 0px;}
.blog_title {font-size: 130%; font-weight: bold; margin: 0px; font-variant: small-caps;}

input.text {width: 350px; border: 1px solid; border-color: #7C95B3 #7C95B3; background-color: #3B729F; color: white;}
input.submit {color: #CFCFCF; border: 1px solid; border-color: #7C95B3 #7C95B3; background-color: #1F527F;}
textarea.text {width: 350px; border: 1px solid; border-color: #7C95B3 #7C95B3; background-color: #3B729F; color: white;}

#centering {
	height: auto; width: 700px;
	margin: 0px auto 0px auto; padding: 0;
}

#head {
	height: 140px; width: 700px;
	background: url("/images/head.jpg");
	background-repeat: no-repeat;
}

#content_hold {
	width: 698px;
	clear: both;
background-color: #1D668F;
border-left: 1px solid #1D668F;
border-right: 1px solid #1D668F;
}

#navbar {
	list-style-type: none;
	height: 26px; width: 696px;
	background-image: url("/images/navbar.jpg");
	background-repeat: repeat-x;
	text-align: center;
	font-family: arial; font-weight: bold;
	font-size: 8pt;
	border-right: 1px solid #1C658E;
	border-left: 1px solid #1C658E;

}

#navbar ul {
	padding: 0px; margin: 0px;
	list-style: none;
	width: 698px;
	background: url('images/navbar.jpg') repeat-x #1F527F;
}

#navbar li {
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
}

#navbar a:link, #navbar a:active, #navbar a:visited {
	height: 22px; width: 93px;
	text-align: center;
	color: #fff;
	font: bold 11px/160% arial, tahoma, sans-serif;
	text-decoration: none;
	float: left;
	padding: 3px 0px 0px 0px; margin: 0px;
	border-left: 1px solid #1C658E;
	border-right: 1px solid #0B3A54;
}

#navbar a#home {width: 117px; border-left: 0px;}

#navbar a:hover {
	color: #fff;
	background-color: #1F5F7F;
}

#navbar #active a {
	height: 23px;
	background-color: #12435F;
	color: #C2C9CF;
	padding: 0px; margin: 0px;
	text-decoration: none;
	width: 103px;
	border-bottom: 0px; padding-bottom: 2px; overflow: none;
	border-top: 1px solid #1C658E; font-size: 14px;
	background-image: url(/images/active.jpg);
	background-repeat: no-repeat;
	border-right: 1px solid #0B3A54;
}

#content {
	background-image: url(/images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding: 15px; width: 666px;
	background-color: #12435F;
	border: 1px solid #1C658E;
	border-top: 0px;
}

#foot {
	height: 20px; width: 700px;
	background: url("/images/foot.jpg");
	background-repeat: no-repeat;
	clear: both;
	font-size: x-small;
	text-align: center;
	padding-top: 3px;
	color: #B3BABF;
}