body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
	background: white url(/images/bg.gif);
}

td,th { font-size: 12px; }

a,a:link { color: #0000bb; }
a:hover { text-decoration: none; color: red; }
th a, th a:link, th a:visited, th a:hover { color: white }


h1,h2,h3,h4 { margin: 0px; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }

img { display: block; margin: 0px; }
form { margin: 0px; }

table#top, table#title, table#main { width: 100%; }

table#top { }
	#top img { margin: 0; }
	#top td { line-height: 10px; }
	#top td#spacer { background: #003366; }

table#title { background: #003366; }
	.mainmenu { font-size: 11px; }
	.mainmenu a, .mainmenu a:link { color: #000066; text-decoration: none; line-height: 1.5em; }
	.mainmenu a:hover { text-decoration: underline; }

table#main {
	border-bottom: 1px solid gray;
	background: #bbddff;
}

table#main td#maincell {
	background: white;
	border: 1px solid gray;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sectionhead {
	border-bottom: 1px solid silver;
}

table#alert { width: 100%; }
td#situation,
td#talkingpoints {
	width: 150px;
	text-align: left;
	font-size: 11px;
	background: #eeeeee;
	padding: 10px;
}

td#situation { border-right: 1px solid silver; }
td#talkingpoints { border-left: 1px solid silver; }
td#situation p, td#talkingpoints p { margin-top: 0; margin-bottom: 1em; }
table#alert h3 { margin-bottom: 5px; }


td#sidebar {
	width: 25%;
	border-right: 1px solid silver;
	font-size: 11px;
	line-height: 1.4em;
	background: #eeeeee;
	padding: 5px;
}

table#list td#sidebar ul {
	margin: 0; padding: 0;
	list-style: none;
}

td#content {
	padding: 5px 10px;
}

table#list table.messageheader {
	background: #ccddee;
}

td#cc { font-size: 10px; }

.letternote { color: gray; font-size: 11px; }
.error { color: red; font-weight: bold; font-size: 1.1em; }

#mylists p { margin: 2px 0; }
#mylists h3 { margin: 5px 0; }

.bottom {
	clear: both;
	margin-top: 2em;
	text-align: center;
	font-size: .9em;
}

.signup {
	background: #f6f6f6;
	width: 50%; height: 250px;
	border: 1px solid gray;
	padding: 2em;
}

.sentalert {
	padding: 1em 3em;
	border-bottom: 1px solid silver;
	text-align: justify;
	line-height: 1.5em;
}






#alert { width: 100%; }

	#alert h2 {
		font-size: 1.3em;
		margin-bottom: 2px;
	}

	#alert #alertmain {
		padding: 3px 12px;
		width: 75%;
	}

	#alert #more { font-size: 10px; }

	#alert #talk {
		font-size: 11px;
		border: 1px solid gray;
		background: #eeeeee;
		padding: .6em 1.5em;
	}

	#alert #talk h3 { margin-bottom: 1em; }

	#alert #talk p { margin: 0; margin-bottom: .7em; }

	#alert input.text,
	#alert select,
	#alert textarea { }

	iframe#preview {
		width: 100%;
		height: 550px;
		border: 1px solid gray;
	}

#login, #loggedin { font: 10px Verdana; color: white; }
#loggedin { text-align: center; }
#login {
	width: 70%;
	margin-left: auto; margin-right: auto;
	text-align: left;
}
	#login #register { font-weight: bold; }
	#login h4 { margin: 0; font-size: 1em; display: inline; }
	#login p { float: left; margin: 0; padding: 2px; }
	#login p#register { margin: 0; clear: left; text-align: right; }
	#login a, #loggedin a { color: #aaccff; }

form#user { margin: 0; }
	form#user fieldset, form#user legend { padding: 5px; border: 1px solid silver; }
	form#user legend { font-weight: bold; background: #eee; margin-top: 5px; }
	form#user p { margin: 5px 0; }
	form#user input.button { font-weight: bold; text-transform: uppercase; }



.listingheader { background: #eee; padding: 3px; border: 1px solid silver; font-weight: bold; }
	.listingtitle {
		font-weight: bold;
		font-size: 1.1em;
		float: left;
	}
	.listingnav {
		text-align: right;
	}

table.listing td { padding: 3px; }


