﻿/**********************************************/
/* The Reserve at Frisco */
/**********************************************/
body {
	background-color: #D2D2DD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
#wraper {
	width: 754px;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	color: #5F0707;
	font-family: verdana, arial, sans-serif;
	font-size: medium;
	font-weight: bold;
}
h3 {
	color: #5F0707;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-weight: bold;
}h4 {
	font-family: verdana, arial, sans-serif;
	font-size: small;
	font-weight: bold;
}

a:visited {
	color: #5F0707;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}
a:link {
	color: #5F0707;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}
a:hover {
	text-decoration: underline;
}
/**********************************************/
/*  Masthead  */
/**********************************************/
.masthead {
	border-width: 0px;
}

/**********************************************/
/*  Navigation, top  */
/**********************************************/
#navigation {
	width: 750px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: medium;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 6px;
}
#navigation li {
	display: inline;
}
#navigation li a:visited {
	padding: 6px;
	text-decoration: none;
}
#navigation li a:link {
	padding: 6px;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #CCCCCC;
}
#navigation li a:active {
	background-color: #63618C;
}
/**********************************************/
/*  Navigation, left */
/**********************************************/
#nav_left {
	width: 150px;
	float: left;
	margin-top: 20px;
}
#nav_left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav_left li {
	border: thin solid #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-left: 4px;
	background-color: #FFFFFF;
}
#nav_left li a:link {
	padding: 0px;
	text-decoration: none;
}
#nav_left li a:hover {
	background-color: #CCCCCC;
}
/*************************************/
#content {
	width: 580px;
	margin-left: 20px;
	font-family: verdana, arial, sans-serif;
	font-size: small;
	margin-bottom: 60px;
	margin-top: 20px;
	float: left;
}
/**********************************************/
/* Navigation - Bottom */
/**********************************************/

/**********************************************/
/* Footer */
/**********************************************/
#footer {
	width: 750px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #63618C;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 30px;
}
#footer a:visited {
	text-align: center;
	font-size: small;
	color: #FFFFFF;
	display: block;
}
#footer a:link {
	text-align: center;
	font-size: small;
	color: #FFFFFF;
	display: block;
}
#copyright {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	color: #000000;
	width: 750px;
	text-align: center;
}
.indent {
	margin-left: 40px;
}
.center_txt {
	text-align: center;
}
#nav_bottom {
	font-size: small;
	text-align: center;
	margin-bottom: 15px;
}
/*** Meeting Minutes ***/
.meeting_minutes {
	padding: 6px;
	border-style: solid;
	border-width: thin medium medium thin;
	border-color: #808080;
	width: 180px;
	float: left;
	margin-left: 6px;
}
.meeting_minutes ul {
	list-style-type: none;
}

.members {
	clear: both;
	float: left;
	width: 500px;
	margin-bottom: 20px;
}
.member_row {
	width: 310px;
	clear: both;
	margin-bottom: 4px;
}
.member_cell_l {
	width: 105px;
	float: left;
	padding-left: 20px;
}
.member_cell_r {
	width: 140px;
	float: left;
}
.normal {
	font-family: verdana;
	font-size: small;
	font-weight: normal;
	color: #000000;
}
