/* CSS Document */

body {
	background-color: #3b3b3b;
	color: #dcdbda;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 12px;
	text-align: center;
}


ul {
	list-style-type: square;
	margin: 1em 0 1em 10px;
}


ul li { margin: .10em 0 .5em 0 }
.listhead {
	color: #88b5df;
}

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


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


a:hover { color: #a1dd7f; text-decoration: bold }

#top {
	background: #174777;
	text-align: center;
	visibility: visible;
	height: 40px;
	font-family: "Times New Roman", Times, serif;
	color: #dcdbda;
	font-size: 1.8em;
	letter-spacing: 0.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 920px;
	}

#navbar 
	{
	color: #174777;
	line-height: 16px;
	background-color: #dcdbda;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-variant: small-caps;
	width: 920px;
	}
#logo 
	{
	margin: 0 10px 10px 18%;
	height: 95px
	}
#footer 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #333333;
	text-align: center;
	height: 16px;
	clear: both;
	letter-spacing: 0.2em;
	float: left;
	width: 920px;
	}

.sectionhead 
	{
	font-size: 1.7em;
	font-style: normal;
	line-height: normal;
	color: #459cee;
	text-decoration: none;
	letter-spacing: 2px;
	font-family: "Times New Roman", Times, serif;
}

.menuitem 

	{
	color: #88b5df;
	margin-top: 20px;
	margin-left: 20px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #71b14c;
	}

.menuitem a:link 

	{color: #88b5df;
	text-decoration: none;
	
	}
	
.menuitem a:hover 

	{
	color: #6baa47;
	text-decoration: none;	}
	
.leftcol {
	font-size: 0.9em;
	text-align: right;
	width: 200px;
	float: left;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	padding-right: 6px;
	}
.leftcol img {
}

.midcol {
	line-height: 20px;
	font-size: 0.8em;
	margin-top: 24px;
	margin-bottom: 10px;
	color: #ffffff;
	width: 55%;
	float: left;
	text-align: left;
	margin-left: 36px;
	}

.rightcol {
	margin-top: 20px;
	color: #88b5df;
	text-align: right;
	font-size: 11px;
	line-height: 20px;
	width: 160px;
	float:left;
	margin-left: 10px;
	}
.rightcol img {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}


.smallsubhead {
	font-size: 1.4em;
	line-height: 110%;
	color: #6baa47;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #DCDBDA;
	background-position: top;
	font-style: normal;
}


blockquote {
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #459CEE;
	padding-left: 8px;
}
.author {
	color: #459CEE;
	font-style: italic;
}
.thumbnail
{
height:240px;
	clear:left;
	vertical-align:top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thumbnail img
{
	float: left;
	margin: 10px 10px 0 0px;
}
.thumbnail p
{
	float:left;
	width:50%;
	margin: 0;
	padding: 10px;
}
.clearfix:after {
    content: ".";             
	display: block;      
    height: 0;                
    clear: both;             
    visibility: hidden;	     
}
.clearfix {display:inline-table
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#wrapper {
	background-color: #3B3B3B;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

