body
{
	font-family: verdana;
	font-size: 12px;
	color: #343434;
	margin: 0px;
	padding: 0px;
	line-height: 130%;
}


#menu
{
	position: absolute;
	width: 150px;
	top: 100px;
	margin-left: 570px;
}

#menu a { 
	display: block; 
	padding: 5px 0px;
	text-decoration: none;

}
#menu p
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

#menu a.selected {
	font-weight:bold;
	text-decoration: underline;
}

#menu a:hover {
	text-decoration: underline;
}

#content { 
	margin:70px 0px 0px 20px;
	width: 500px; 
}


.special { 
	font-weight: bold;
	padding:5px 10px;
	margin:15px;
	border: 1px solid #878787;
	background: #ffffea;
    text-align:center;
	
}


#logo
{
	margin: 0px;
	position: absolute;
	top: 0px;
	padding: 0px;
	width: 100%;
	background: #2f5a92;
	font-size: 12px;
	color: #ffffff;
	border-bottom: solid 2px #000000;
}

#logo img { height:40px; width: 40px; float: left; }
#blog_banner { background: #2f8a92; }

#logo h1
{
	font-family: helvetica;
	color: #ffffff;
	font-size: large;
    margin-left:20px;
}
#logo h1 a{
    color:#ffffff;
    text-decoration:none;
}

#logo p {
    position:absolute;
    top:0px;
    right:20px;
    font-weight:bold;
    font-style:italic;
}

h1
{
	font-size: large;
	color: #432121;
}

h2
{
	font-size: x-medium;
	margin-top: 30px;
	color: #532121;
}

.blogroll
{
	color: #454555;
	line-height: 190%;
}

#entries
{
	position: absolute;
	top: 50px;
	width: 450px;
	left: 190px;
}

#main
{
	position: absolute;
	top: 50px;
	width: 500px;
	left: 270px;
}

#nse a
{
	color: white;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	line-height: 140%;
	margin-top: 15px;
	top: 2px;
	right: 20px;
}

.report { font-size: x-small; }

.navhead, a.subnavhead, a.subnavhead_selected, a.navhead_selected
{
	text-decoration: none;
	font-weight: bold;
	color: #454545;
}

a.subnavhead, a.subnavhead_selected
{
	font-weight: normal;
	font-size: x-small;
	text-indent: 10px;
}

a.navhead_selected, a.subnavhead_selected { color: #aa6a6a; }
a.cms_link:hover { color: #2375a9; }

.ask
{
	font-weight: bold;
	font-size: medium;
	color: #122345;
}

.count, .blog_count, .little
{
	font-size: 9px;
	color: #7c3834;
}

.post_title
{
	font-size: medium;
	color: #7672312;
}

caption
{
	font-size: small;
	font-weight: bold;
	margin-bottom: 10px;
	color: #343434;
}
img.clarissa {
    float:left;
    margin:0px 6px 3px 0px;
    border-bottom:solid #aaa 2px;
}
.caption
{
	font-style: italic;
	color: #534313;
	font-size: x-small;
}

.status
{
	color: #cc3423;
	font-weight: bold;
}

.top_link, .cms_link
{
	text-decoration: none;
	line-height: 150%;
	color: #050463;
}

/* Table stuff */
td
{
	font-size: 11px;
	vertical-align: top;
}

th { font-size: x-small; }

table
{
	border: 1px solid #878787;
	background: #ffffea;
	padding: 3px;
}

