/* CSS Document */

body, html {
	padding:0;
	margin:0;
}

body {
	font-family: sans-serif;
	font-size:75%;
}

h1, h2 {
	font-family: courier, sans-serif;
}

p {
	padding: 0 0 10px 10px;
	margin: 0;
	line-height:1.1;
}

#page-container {
	width:720px;
	margin:auto;
}

#menu {
	width: 270px;
	float: left;
	color:#663300;
	margin-top:20px;
	border-top: 1px solid #CEC494;
}

h2 {
	font-size:180%;
	font-weight:100;
	padding-left: 10px;
	margin:12px 0 6px 0;
	letter-spacing: 1px;
	line-height: 10px;
}

h3 {
	font-family:sans-serif;
	font-size:120%;
	font-weight:bold;
	padding-left: 10px;
	margin:12px 0 6px 0;
}

h4 {
	font-family:sans-serif;
	font-size:110%;
	font-weight:bold;
	padding-left: 10px;
	margin: 6px 0 6px 0;
}

a:link {
	color:#663300;
	text-decoration:none;
}

a:visited {
	color:#663300;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#menu h2 .home {color:#445886;}
#menu h2 .join {color:#990000;}
#menu h2 .membersonly {color:#CC3300;}
#menu h2 .resources {color:#660066;}
#menu h2 .legislation {color:#003399;}
#menu h2 .about {color:#CC6600;}
#menu h2 .conference {color:#003366;}

#menu p {
	border-bottom: 1px solid #CEC494;
}

#profile {
	color:#990000;
	clear:left;
	width:270px;
	padding-top:15px;
	height:140px;
	margin:0;
}

#profile a:link {
	color:#990000;
}

#profile a:visited {
	color:#990000;
}

#profile a:hover {
	color:#990000;
	text-decoration:underline;
}

#content {
	float: right;
	width:400px;
	margin-top:20px;
	color:#663300;
}

#content h2 {
	font-size:2.5em;
	color: #445886;
	letter-spacing:0px;
	line-height:.9em;
}

#content p {
	line-height:1.4em;
}

#content a:link {
	color:#445886;
	font-weight:bold;
	text-decoration:none;
}

#content a:visited {
	color:#3366CC;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	color:#3366CC;
	font-weight:bold;
	text-decoration:underline;
}

#footer {
	clear:both;
	width:720px;
	margin-top:100px;
	margin-bottom:20px;
	padding: 4px;
	background-color:#CEC494;
	color:#663300;
}

#footer a:link {
	text-decoration:none;
}

#footer a:visited {
	color:#996633;
	text-decoration:none;
}

#footer a:hover {
	color:#3366CC;
	text-decoration:underline;
}

#fineprint {
	clear:both;
	width:720px;
	font-size:.85em;
	color:#663300;
}

#fineprint a:link {
	text-decoration:underline;
	color:#663300;
}

#fineprint a:visited {
	color:#663300;
	text-decoration:underline;
}

#fineprint a:hover {
	color:#445886;
	text-decoration:underline;
}

.smaller {
	font-size: 90%;
}