body
{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Sans-Serif;
}

.hmenu
{
	width: 100%;
	height: 32px;
	background-image: url(/Images/menu.png);
	background-repeat: repeat-x;
	font-family: 'Comic Sans MS' , cursive;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0px;
}

.hmenu .minlengthcontainer
{
	width: 820px;
	height: 32px;
	background-color: Transparent;
	background-image: url(/Images/menu.png);
	background-repeat: repeat-x;
}

.hmenu .minlengthcontainer .menuitem
{
	text-align: center;
	clear: none;
	float: left;
	height:100%;
	width: 120px;
	vertical-align:middle;
	display:table-cell;
}

.hmenu .minlengthcontainer .menuspacer
{
	width: 180px;
	background-color: Transparent;
	clear: right;
	float: left;
}

.menulink
{
	color: #202020;
	text-decoration: none;
}

.hmenu .minlengthcontainer .menuitem .menulink
{
	display:block;
	padding-top:2px;
}

.menulink:visited
{
	color: #202020;
}

.menulink:hover
{
	color: #4040d0;
}

.vmenu
{
	font-family: 'Comic Sans MS' , cursive;
	font-weight: bold;
	font-size: 0.9em;
	background-color: #fafafa;
	color: #202020;
	vertical-align:top;
	height: 100%;
}

.vmenu .menuspacer
{
	background-image:url('/Images/vmenutop.png'); 
	background-repeat:repeat-x
}

.vmenu .menuitem .menulink:hover
{
	text-decoration: underline;
}

.vmenu .menuitem
{
	vertical-align:top; 
	width:100%; 
	margin-bottom:10px;
}

.contentpanel
{
	vertical-align: top;
	max-width: 760px;
}


.sidebar .menuspacer
{
	height: 520px;
	width: 0px;
	float: left;
}

.rightmargin
{
	width: 120px;
}

.fixedcontent
{
	width: 520px;
}

.leftmargin
{
	width: 180px;
}

.contentall
{
	max-width: 1020px;
}

.footer
{
	font-size: .7em;
	text-align: center;
}

.footerline
{
	height: 3px;
	background-image: url(/images/footer.jpg);
	background-repeat:repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content
{
	padding: 15px; 
	padding-left: 25px; 
}

.content p
{
	padding: 0px;
} 

.content h1
{
	font-family:Verdana, Sans-Serif;
}

.content h2
{
	font-family:Verdana, Sans-Serif;
}

.content h3
{
	font-family:Verdana, Sans-Serif;
}

.content h4
{
	font-family:Verdana, Sans-Serif;
}

.content .code
{
}

.content .bold
{
	font-weight:bold;
}

.content .italic
{
	font-style:italic;
}

.newsitem
{
	font-family:Times New Roman, Serif;
	font-size:small;
	color:#444444;
	margin-top:6px;
	margin-bottom:2px;
	margin-left:10px;
	margin-right:10px;
}

.linkitem
{
	font-family:Times New Roman, Serif;
	font-size:small;
	color:#444444;
	margin-top:6px;
	margin-bottom:2px;
	margin-left:10px;
	margin-right:10px;
}

.subitem
{
	font-family:Times New Roman, Serif;
	font-size:small;
	color:#444444;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:10px;
}

.spacer
{
	height:5px;
}

.newscontainer
{
	float:right; 
	margin-left:40px;
	border-style:solid;
	border-width:1px; 
	border-color:#aaaaaa;
	max-width:210px;
	min-width:150px;
}

.newsheader
{
	background-color:#aaaaaa; 
	color:White; 
	text-align:center;
	font-weight:bold;
	font-family:Verdana, Sans-Serif;
	font-size:.8em;
}

.picturecontainer
{
	margin:0px;
	padding:0px;
}

.floatleft
{
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}

.floatright
{
	float:right;
	margin-left:30px;
	margin-bottom:10px;
}

.prose
{
	text-align:justify;
	font-size:0.9em;
}

.subtitle 
{ 
	font-family:Verdana, Sans-Serif; 
	font-weight:bold; 
	display:block; 
	margin-bottom:1em;
	margin-top:2em;
}

.tocentry 
{ 
	font-family:Verdana, Sans-Serif; 
	font-size:small; 
	padding-left:10px; 
	display:block; 
	margin:5px; 
}

.linklistitem
{
	text-align:justify;
	font-size:0.8em;
}

.article
{
	font-size:0.85em;
}