/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
/*	background: url(images/backback.png) repeat-y center top;*/
	background-color: #ffeed7;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
#homebackground {
	background: url(images/back.png) repeat-y center top;
}
#backbackground {
	background: url(images/backback.png) repeat-y center top;
}		


h1, h2, h3, h4, h5, h6 {
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	color: #3399FF;*/
	color: #000000;
	text-align: left;
}
h5 {
	font-size:14px;
}
h6 {
	font-size: 20px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}		
a {
	font-weight: bold;	
	border: none;
	text-decoration: none;
/*	color: #33CCFF; */
	color: #009a99;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}

/************* HEADER STUFF ************/

#header {
	width: 771px;
/*	height: 120px;*/
	height: 200px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header_2010.jpg);
	background-repeat:no-repeat;
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
/*	color: #3399FF; */
/*	color: #024644; */
	color: #000000;
	font-size: 2em;
/*	text-transform: uppercase;*/
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	color:#000000;
/*	text-transform: uppercase;*/
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

/************* CONTENT ************/

/*     Background for index.html - home page     */
#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

/*      Background for all back pages             */
#contentback {
/*	clear: both;*/
	width: 769px;
	margin: 0px auto;
	background: url(images/back-footer.png) repeat-y center top;
	padding: 5px 70px 20px 70px;
}
#contentback h2, #contentback h3, #contentback h4, #contentback h5, #contentback h6 {
	font-weight: normal;
}

#contentback p, #contentback ul, #contentback ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
/*	color: #99CCFF;*/
	color: #94cac9;
	text-align: left;	
	line-height: 100%;
}
#right h1, #right h2, #right h3 {
/*	color: #77bcbc;*/
	color:#FFFFFF;
	font-weight: 600;
}
#right h2 {
	font-size: 1.25em;
	position: relative;
	bottom:-10px;
	line-height: 120%;
}
/************* FOOTER ************/

#footer {
	clear: both;
	width: 766px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
	border-bottom: 1px solid #666666;

}
/********** Misc ****************/
.specialtxt {
	font-weight:bold;
	font-size:1.1em;
}
.tinytype {
	font-size:.9em;
}
.caption {
	font-size: .8em;
	font-weight:bold;
}
.breadcrumbs {
	font-size:.7em;
}
.noborder {
	border: none;
}	
.hilite {
	background-color:#77bcbc;
}
.hilite2 {
	background-color:#ffeed7;
	border: dotted 1px;
	border-color:#77bcbc;
	padding: 10px;
	padding-top: 5px;
}	
.contactform {
	margin-left: 40px;
	width: 600px;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width:thin;
	border-top-style: solid;
	border-top-color:#666666;
	border-top-width:thin;
	background-color:#ebeeef;
}
.iframeborders {
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width:thin;
	border-top-style: solid;
	border-top-color:#666666;
	border-top-width:thin;
}	

.aol {
	margin-left: 400px;
	font-size:11px;
}

.tealhr {
	color:#009a99;
	background-color:#009a99;
	height: 2px;
	border:none;
}	
.tealbracket {
	border-top: 2px solid #009a99;
	border-bottom: 2px solid #009a99;
}

