/* CSS Document */

* 
{

}

html
{

}

body
{
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a
{
	color:#1659A1;
}

a:hover
{
	color:#006600;
}

#container
{
	width:800px;
}

#header
{
	margin:10px 0px 10px 10px;
}

#logo
{
	width:340px;
}

#title
{

}

#title h2
{
	margin:0px;
	padding:3px 15px 3px 15px;
	text-align:right;
	color:#000;
	background: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main
{
	margin:0px;
	border:solid 1px #b1b1b1;
	clear:both;
}

td.column-a
{
	width:175px;
	border-right:solid 1px #b1b1b1;
	vertical-align:top;
}

td.column-b
{
	vertical-align:top;
}

td.column-b p
{
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
}

td.column-c
{
	width:175px;
	border-left:solid 1px #b1b1b1;
	vertical-align:top;
}

.menu a
{
	text-decoration:none;
}

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

.menu
{
	line-height:18px;
}

.menu ul li
{
	margin-left:2px;
}

#footer
{
	color:#999999;
	margin:10px 0px 10px 0px;
	padding:0px 15px 0px 15px;
	border-bottom:solid 1px #b1b1b1;
}

.dotted
{
	height:1px;
	background:url(../img/dotted_line.gif) top left repeat-x;
	margin:0px;
}

.dotted-spacer
{
	height:1px;
	background:url(../img/dotted_line.gif) top left repeat-x;
	margin:5px 0px 5px 0px;
}

h1
{
	margin:0px;
	padding:10px 10px 10px 10px;
	background: #f2f8fc;
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

h2
{
	margin:0px;
	padding:3px 15px 3px 15px;
	background: #f0f0f0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}


.clr
{
clear:both;
}

div.list-two-columns

{

	width:50em;
	background:#fff;
	margin:10px auto 10px auto;

}



div.list-two-columns ul

{

	width:50em;

}



div.list-two-columns li

{

	list-style-type:none;

	line-height:1.5em;

	float:left;

	width:25em;

}