body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;

	background-color: #1e90ff;

	font-family: verdana, helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

.header {
	position: relative;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;

	width: 780px;
	height: 103px;
	background-image: url("/images/header01.png");

	border: solid 1px #00bfff;
}

.menu {
	width: auto;
	height: auto;

	color: #00ffff;
	text-align: right;
	padding-right: 10px;
	padding-top: 12px;
	line-height: 25px;
}

.menu_admin {
	color: #00ffff;
	text-align: right;
	padding-right: 30px;
	padding-top: 25px;
	line-height: 25px;
}

.main {
	background-color: #ffffff;
	position: relative;

	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;

	width: 780px;
	height: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #00bfff #ffffff #00bfff;
}

.sub_header {
	background-color: #eeeeee;
	position: relative;

	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	
	padding-top: 3px;

	width: 100%;
	height: 18px;
	
	color: #666666;
	font-size: 80%;
}

.text_left {
	text-align: left;
	padding-left: 5px;
}

.text_right {
	text-align: right;
	padding-right: 5px;
}

.main_content {
	position: relative;

	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	
	padding: 25px;

	width: 90%;
	height: 100%;
	
	color: #333333;
}

.page_title {
	width: auto;
	height: auto;
	padding: 6px;
	margin-bottom: 20px;

	border-style: solid;
	border-width: 1px;
	border-color: #ffb6c1 #ffffff;

	font-size: 120%;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: .04em;
	color: #6a5acd;
}

.reservation_link {
	background-color: #ffffff;
	position: relative;

	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;

	width: 400px;
	height: 18px;

	border-style: solid;
	border-width: 1px;
	border-color: #00bfff #ffffff #00bfff #ffffff;

	padding: 2px;
	text-align: center;
	color: #ff0000;
}

.awim_menu {
	width: 90%;
	border: solid 1px #7fffd4;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	font-size: 90%;
}

/********************
* company rep page
********************/
.corep_main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.td_label {
	width: 35%;
	background-color: #f0ffff;
	color: #666666;
}

.td_form {
	width: 65%;
	background-color: #f8f8ff;
}

.fieldset01 { 
	border: 4px double #dfdfdf; 
	padding-left: 25px; 
	padding-right: 25px; 
	padding-top: 10px; 
	padding-bottom: 15px;
}

.fieldset02 { 
	border: 4px double #dfdfdf; 
	padding-left: 25px; 
	padding-right: 25px; 
	padding-top: 10px; 
	padding-bottom: 15px;
    margin-top: 12px;
}

.legend01 {
    color: #cd5c5c;
    padding-left: 10px;
    padding-right: 10px;
}

.corep_disclaimer {
	font-size: .8em;
	padding-top: 5px;
	padding-bottom: 20px;
}


.messagebox01 {
	width: 75%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 60px;

	padding: 50px;

	border-style: dashed;
	border-width: 1px;
	border-color: #00ffff;
	background-color: #e0ffff;
}

.subtitle01 {
	width: 330px;
	height: auto;

	border-width: 1px;
	border-style: solid;
	border-color: #00bfff #ffffff #00bfff #00bfff;

	color: #008080;
	padding: 7px;
}

.subtitle02 {
	width: auto;
	height: auto;

	border-width: 1px;
	border-style: solid;
	border-color: #00bfff;

	color: #008080;
	padding: 7px;
}

.corep {
	border-width: 1px;
	border-style: solid;
	border-color: #ffb6c1 #ffffff #ffffff #ffffff;
	padding: 0px;
}

.officers {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff #ffffff #ffb6c1 #ffffff;
	padding: 5px;
}

.select {
	font-size: 80%; 
	font-weight: normal; 
	padding: 1px; 
	background: #f8f8ff; 

	border-bottom-color: #999999; 
	border-right-color: #999999; 
}

.select:hover, #select:focus {
	background: white; 
}

.text {
	font-size: 80%; 
	font-weight: normal; 
	color: #333333;

	padding: 2px; 
	background: #f0ffff; 
	border: solid 1px #99ccff; 
}

.textbox {
	color: #333333;

	padding: 2px; 
	background: #ffffff; 
	border: solid 1px #99ccff; 
}

.text:hover, #text:focus {
	background: #ffffff; 
}


li { 
	padding-top: 7px; 
	list-style-type: square;
}

h3 {
	font-size: 140%;
	color: #333333;
    font-weight: normal;
}

h4 {
	font-size: 130%;
	color: #333333;
    font-weight: normal;
}

h5 {
	margin-left: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 8px;

	width: auto;
	height: 18px;

	border-top: solid 1px #f08080;
	border-bottom: solid 1px #f08080;

	padding: 2px;
	text-align: center;

	font-size: 100%;
	color: #008080;
}

.newsletter {
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;

	width: auto;
	height: auto;
	padding: 20px;

	border-style: solid;
	border-width: 1px;
	border-color: #7fffd4;
	background-color: #f5fffa;
}

.text_small01 {
	font-size: 80%;
	color: #666666;
}

.footer {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;

	border-style: double;
	border-width: 3px;
	border-color: #afeeee;

	font-size: 80%;
	color: #a9a9a9;
	text-align: center;
}

/************
*	links
************/
a:hover {
	text-decoration: underline;
	color: #dc143c;
}

a {
	text-decoration: none;
	color: #4169e1;
}

a.green {
	text-decoration: none;
	color: #008b8b;
}

a.green:hover {
	text-decoration: underline;
	color: #dc143c;
}

a.menu1{
	text-decoration: none;
	color: #00ffff;
}

a.menu1:hover {
	text-decoration: underline;
	color: #ffffff;
}

.home_link {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	text-align: center;

	border-width: 1px;
	border-style: solid;
	border-color: #00bfff #e0ffff;

	padding: 3px;
}

/** end links classes **/


.map {
	padding-left: 15px;
}

.spacer01 {
	width: 10%;
}

.spacer02 {
	height: 10px;
}

.spacer03 {
	height: 30px;
}

.spacer04 {
	height: 200px;
}

.textarea {
	color: #333333;

	padding: 3px; 
	background: #ffffff; 
	border: solid 1px #99ccff; 
}

.note { 
	color: #dc143c;
}

.image_main {
	float: right;
	padding-left: 20px;
}	

.image_left {
	float: left;
	padding-right: 20px;
}	

.hosting {
	width: auto;
	margin-left: auto;
	margin-right: auto;

	font-size: 80%;
	color: #999999;
	text-align: center;

}

.meeting_list_date {
	font-size: .8em;
	/* color: #3366cc; */
	color: #006699;
	padding: 5px;
}

.meeting_list_title {
	padding-left: 12px;
}

.board_list {
	width: 80%;
	line-height: 1.6em;
}

.board_alias {
    width: 40px;
    text-align: center;
}

.label_corep {
    color: #008080;
}

#meeting_date {
    font-size: 140%;
    line-height: 140%;
    padding-top: 10px;
}

#meeting_title {
    font-size: 160%;
    line-height: 140%;
    padding-bottom: 10px;
}

.pastchair_header {
    padding-right: 15px;
    padding-bottom: 5px;
    font-weight: bold;
}

#officer_menu {
    line-height: 160%;
    padding-bottom: 20px;
}
