@import "/styles/import.css";

body {
	margin: 0px auto;
                     background-color: #CCCCFF;
	text-align: left;
	}

a {
	text-decoration: underline;
	font-weight: bold;
	}

a:link {
	color: #000066;
	}

a:visited {
	color: #000066;
	}

a:active {
	color: #000066;
	}

a:hover {
	color: #4747D3;
	}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#container {
	line-height: 140%;
	margin-right: 0px;
	margin-left: 0px;
        padding: 0px;
	background-color: #FFFFFF;
        width: 780px;
	margin-bottom: 25px;
	text-align: left;
        border-style: solid;
        border-color: #000066;
        border-width: 1px;
	overflow: hidden;
	}

#center {
	margin-right: auto;
        margin-left: auto;
        width: 435px;
        padding: 15px;
	overflow: hidden;
        }

.content {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: small;
        width: 430px;
        height: auto;
 	}

.content table, td, tr {
	font-family: Arial;
	font-size: small;
	}

#left {
	float: left;
	width: 250px;
 	background: #01008E;
overflow: hidden;
	}

#right {
	float: right;
	width: 150px;
 	background-color: #BB0000;
	overflow: hidden;
	}

.content p {
	font-family: Arial;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
        background-color: #FFFFFF;
	}

#headerNav h3 {
	color: white;
	background-color: #B10000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
        padding: 0px;
	}

.content blockquote {
	line-height: 150%;
	}

.content li {
	line-height: 150%;
	}

.content h2 {
	color: #B10000;
	font-family: Verdana, Arial, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;	
	}

.content h3 {
	color: #000066;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;	
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	}

.content p.posted {
	color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px solid #999999;
	text-align: left;
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.sidebar {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
        padding: 10px;
        color: white;
	}

.sidebar a:link {
	color: #DED959;
	}

.sidebar a:visited {
	color: #DED959;
	}

.sidebar a:active {
	color: #DED959;
	}

.sidebar a:hover {
	color: #FDF526;
	}

.sidebar h3 {
	color: white;
	background-color: #01008E;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
        padding: 5px;
	}

#left a {
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
 	}
 	
#left a:hover {
	color: #FDF526;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar li {
	text-align: left;
	margin-left: 12px;
        margin-top: 5px;
	list-style-type: square;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

.photo {
	text-align: left;
	margin-bottom: 20px;
	}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
	}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
	}

textarea[id="comment-text"] {
	width: 80%;
	}

#footer {
}

#footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 150%;
	}
   

td.contains_list p { 

margin: 0 0 .5em;
padding: 0;
}

td.contains_list p input {
margin-left: 0;
margin-right: 5px;
}