*
{
	margin: 0px;
}

body
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	background: #F5F5F5 url('images/shadow.jpg') center repeat-y;
	color: #222222;
	width: 800px;
	margin-left: auto;
	margin-right: auto;

}

a
{
	background-color: inherit;
  color: #0000FF;
	font-size: 10pt;
}

a:hover
{
	text-decoration: none;
}

p
{
	text-align: justify;
	margin-bottom: 15px;
	line-height: 125%;
}

ul
{
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

h3
{
	font-family: Trebuchet MS, Georgia;
	font-size: 18px;
	margin-bottom: 18px;
	font-variant: small-caps;
}

h4
{
	font-family: Trebuchet MS, Georgia;
	font-size: 14px;
	margin-bottom: 5px;
}

#header
{
	position: relative;
	background: #f5f5f5 url('images/bg.png');
	color: #FFFFFF;
	padding: 5px 40px 14px 40px;
	width: 720px;
}

#header h1
{
	font-family: Trebuchet MS, Georgia;
	font-size: 25px;
	font-style: italic;
}

#header h2
{
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
}

#menu
{
	position: relative;
	padding: 1px 30px 0px 30px;
	margin-left: 1px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #222222;
	background-color: #f5f5f5;
	border-bottom: solid 1px #DADADA;
	width: 739px;
	
}

#menu div
{
	clear: both;
}

#menu ul
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;

}
	
#menu ul li
{
	position: relative;
	float: left;
	border: solid 1px #dadada;
	border-bottom: 0px;
	margin-right: 5px;
}

#menu ul li a
{
	position: relative;
	display: block;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	background-color: inherit;
	color: #333333;
}

#menu ul li a:hover
{
	position: relative;
	background-color: #0022AA;
	color: #fff;
}

#menu ul li.active, #menu ul li.active a, #menu ul li.active a:hover
{
	position: relative;
	background-color: #ffffff;
	color: #333333;
}

#container
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 800px;
}

#primarycontainer
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;

}

#primarycontent
{
	margin-right: 30px;
	margin-left: 30px;
}

#primarycontent p
{
	margin-bottom: 20px;
}

#secondarycontent
{
	float: right;
	width: 200px;
}

.permlink
{
  font-weight: bold;
	font-style: italic; 
}

#footer
{
	text-align: center;
	margin: 20px auto 0px auto;
	padding-top: 15px;
	border-top: solid 0px #DADADA;
	width: 50%;
	clear: both;
}

.clearit
{
	clear: both;
	height: 1px;
}

hr
{
  border-top: 0px solid #001B90;
	width: 50%;
	margin: auto;
}

.news
{
  font-family: Arial;
  background: #F5F5F5;
  border-left: 5px solid #001B90;
	padding: 10px;
	text-align: justify;
	line-height: 125%;
}
