/* AGCRA BASE STYLESHEET */

/* CONTAINER */
#container {
	background-color: #ffffff;
	}
#container td.left {
	width: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../img/shadow_left.gif');
	background-repeat: repeat-y;
	border-right: 4px solid #990000;
	}
#container td.right {
	width: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../img/shadow_right.gif');
	background-repeat: repeat-y;
	border-left: 4px solid #990000;
	}
#container td.blank {
	width: 5%;
	}

/* BANNER */
#banner {
	font-family: "Verdana", "Tahoma";
	font-weight: bold;
	color: #ffffff;
	background-color: #002443;
	border-top: 5px solid #990000;
	padding: 5px 5px 0px 5px;
	}
#banner a {
	color: #ffffff;
	text-decoration: none;
	}
#banner a:hover {
	color: #ffcc33;
	text-decoration: none;
	}

/* NAVTOP */
#navtop {
	background-color: #002443;
	}
#navtop a {
	color: #ffffff;
	text-decoration: none;
	}
#navtop a:hover {
	color: #ffcc33;
	text-decoration: none;
	}
#navtop p {
	color: #ffffff;
	font-family: "Verdana", "Tahoma";
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-top: 3px solid #990000;
	border-bottom: 3px solid #990000;
	padding: 5px;
	}
		
/* NAVLEFT */
#navleft {
	width: 220px;
	background-color: #ffffff;
	font-family: "Verdana", "Tahoma";
	color: #002443;
	padding: 15px 5px 25px 10px;
	}
#navleft a {
	color: #002443;
	font-weight: bold;
	text-decoration: none;
	}
#navleft a:hover {
	color: #ff0000;
	text-decoration: none;
	}
#navleft img {
	vertical-align: middle;
	padding: 5px 10px 5px 0px;
	}
#navleft p {
	}

/* CONTENT */
#content  {
	height: 100%;
	padding: 5px 50px 5px 50px;
	background-color: #fdfde9;
	border-right: 3px solid #002443;
	border-left: 3px solid #002443;
	}
#content li {
	color: #333300;
	font-family: "Palatino Linotype";
	text-align: justify;
	line-height: 150%;
	vertical-align: top;
	}
#content p {
	color: #333300;
	font-family: "Palatino Linotype";
	text-align: justify;
	line-height: 150%;
	vertical-align: top;
	}
#content img {
	float: left;
	padding: 0px 25px 25px 0px;
	}
#content table.header {
	font-family: "Verdana", "Tahoma";
	padding-top: 15px;
	}
#content form {
	font-family: "Verdana", "Tahoma";
	}

/* REMEMBER */
#remember {
	background: #ffffff url('../img/us_flag_bckgrnd.jpg') no-repeat bottom center;
	font-family: "Verdana", "Tahoma";
	font-weight: bold;
	}
#remember img {
	border: 4px solid #000000;
	}
	
/* RIGHT */
#right {
	width: 200px;
	height: auto;
	float: right;
	}
	
/* FOOTER */
#footer {
	color: #ffffff;
	background-color: #990000;
	border-top: 3px solid #002443;
	}
#footer img {
	border: none;
	}
#footer td {
	text-align: center;
	}

/* GLOBAL */
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Helvetica";
	}
h1 {font-size: 20px;}	
h2 {font-size: 18px;}
h3 {font-size: 16px; font-variant: small-caps;}
h4 {font-size: 14px;}
h5 {font-size: 12px; font-variant: small-caps;}
h6 {font-size: 10px;}
img {
	border: none;
	}
li {
	font-family: "Lucida Bright", "Bookman Old Style";
	line-height: 150%;
	}
p {
	font-family: "Lucida Bright", "Bookman Old Style";
	line-height: 150%;
	}
table {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	}
.bylaws1 {
	list-style-type: lower-alpha;
	list-style-position: outside;
	}
.bylaws2 {
	list-style-type: decimal;
	list-style-position: outside;
	}