html, body
{
	margin:0px;
	padding:0px;
	background-color:#f1f1f1;
	font-family:Arial, Verdana;
	font-size:9pt;
}
img
{
	border:0px;
}

.indeximg
{
	padding:1px;
	border:1px solid black;
}

#top
{
	margin-left:0px;
	margin-right:0px;
	width:100%;
	background-image:url('../img/top_background.jpg');
	height:170px;

}

#menu
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	margin-bottom:15px;
	height:15px;

}

#menu a
{
	text-decoration:none;
	color:blue;
}

a
{
	color:#549fc9;
}

.menuleftright
{
	display:inline;
}


.menuitem
{
	background-image:url('../img/nav_tile.gif');
	background-repeat: repeat-x;
	text-align:center;
	color:white;
	height:27px;
	padding-left:15px;
	padding-right:15px;
	padding-top:13px;
	float:left;
	position:relative;

}

.menuitem a
{
	color:white;
	text-decoration:none;
}
.menuitem a:hover
{
	text-decoration:underline;
}

#wrappertop
{
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:170px;
}

#wrapper
{
	margin-left:auto;
	margin-right:auto;
	width:920px;
	background-color:white;
	border: 1px solid #cccccc;
	padding:15px;
	min-height:600px
}

#footer
{
	margin-left:auto;
	margin-right:auto;
	width:920px;
	background-color:#f1f1f1;
	padding-top:5px;
	height:20px;
	font-size:0.75em;
	text-align:right;
}

h1
{
	color: #549fc9;
	font-size:14pt;
}

h2
{
	color: #549fc9;
	font-size:12pt;
}

h3
{
	color: #549fc9;
	font-size:9pt;
	margin-bottom:0px
}
h4
{
	color: #549fc9;
	font-size:8pt;
	margin-bottom:0px;
}

ul
{
	padding-left:17px
}
li
{
	list-style-image: url('../img/bullet.png');
	list-style-position:outside;
	margin-bottom:2px;
	padding-bottom:2px;
}

li a
{
	position:relative;
	bottom:2px;
}

.infobox
{
	background-color:#edecee;
	padding:10px;
	background-image:url('../img/gradient.png');
	background-repeat:repeat-x;
	background-position:bottom left;
	
}

.rightfloater
{
	float:right;	
	width:180px;
	padding:10px;
	border: 1px solid #cccccc;
	background-color:#edecee;
	height:440px;
	margin-left:15px;
	
	font-size:8pt;
	
	
}
.imgborder
{
	padding:2px;
	border: 1px solid #cccccc;
	background-color:white;
}

fieldset
{
	border:0px;
	clear:right;
	width:550px;
	color:#606060;
	margin-top:20px;
}
legend
{
	margin-left:30px;
	border:0px;
}

div.dotted

{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	
}

span.posted
{
	color: #999999;
}

#articleindex
{
	
	border-left: 1px dotted #cccccc;
	padding-left:20px;
	min-height:500px;
}

#articleindex h2
{
	font-size:10pt;
}
#articleindex a
{
	font-size:8pt;
}

#articles
{
	color:#333333;
}


#articles h1
{	
	color:black;
	font-size:11pt;
}

#articles h2
{
	font-size:11pt;
}

.sidebar
{
	padding-left:10px;
	font-size:9pt;
	
}
.sidebar h3
{
	font-size:14pt;
	margin-top:12px;
}