/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
/*	font-family: Geneva, Arial, Helvetica, sans-serif; */
	font-family:'trebuchet ms',helvetica,sans-serif;

}
body {
	background-color: #ffffff; 
	margin: 0px;
	padding: 0px;
	font-size: 62.5%;
	color: #333333;
}
a:link, a:visited {
	color: #336699;
	text-decoration:underline;
	}
a:hover {
	color: #cc0000;
	}
H1 {
	font-size:2em;
	color: #cc0000;
	padding-bottom: .5em;
	}
H2	{
	font-size: 1.6em;
	color: #336699;
	padding-bottom: .5em;
	}	
H3  {
	font-size: 1.4em;
	color: #336699;
	text-align:center;
	padding: .5em;
	}
H4	{
	font-size: 1.2em;
	font-weight: bold;
	color: #336699;
	text-align:right;
	padding: .5em;
	}
TH {
font-size: 1.2em;
	font-weight: bold;
	color: #336699;
	text-align:right;
	}
P	{
	font-size: 1.2em;
	padding-bottom: 1em;
	}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ol {
	margin-left:2em;
	font-size: 1.2em;
	}
input.buttonstyle {

	color: #cc0000;
	width: 210px;
	}
input.go {
	color: #009900;
	font-size:1.2em;
	font-weight:bold;
	height: 1.7em;
	
	}
#page-container {
	background-color:#FFFFFF;
	border: solid 3px #CC0000;
	width: 780px;	
	margin: auto;
	margin-top: 2em;
	}
/* header area definitions */
#header-area {
	background-color: #FFFFFF;
	position: relative;
	height: 100px;
	width: 780px;
	margin: auto;
	padding: 0px;
	overflow: hidden;
	background-image: url(../images/wave_tagline.gif);
	background-repeat: no-repeat;
	background-position:bottom;
}
#logo-area {
	padding: 1.2em;
	}
#tag-line-area {
	padding-left: 47em;
	} 
/* #menu-area {
	width: 780px;
	position:absolute;
	top: 10em;	
	border-bottom: solid 3px #CC0000;
} */
#menu-area {
	width: 711px;
	position:absolute;
	top: 10em;	
	margin-left: 69px;
	border-bottom: solid 3px #CC0000;
}
#menu-area a:link, #menu-area a:visited {
	color: #666666;
	text-decoration:none;
	}
#menu-area a:hover {
	color: #336699;
	text-decoration:underline;
	}
#menu-area td{
	height:20px;
	font-size: 1.2em;
	text-align:center;
}
td.tab {
	padding-left: .8em;
	padding-right: .8em;
	height:20px;
	font-size: 1.2em;
	font-weight:bold;
	color: #CCCCCC;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
td.tab-selected {
	padding-left: .8em;
	padding-right: .8em;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-x;
	color: #ffffff;
	font-weight:bold;
border-left: 1px solid #cc0000;
	border-top: 1px solid #cc0000;
	border-right: 1px solid #cc0000;
	}
.td-space {
	width: .5em;
	}
/*.td-spacer {
	width: 22em;
	} */
.td-spacer {
	width: 17em;
	}
td.shaded {
	background-color:#eeeeee;
	}
td.outline {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	}
#main-content-area {
	margin: 0;
}
#main-content {
	margin: 1em;
	}
#main-content td {
	padding: 1em;
	}
#footer-area {
	padding-top: .5em;
	color: #666666;
}