*{
	padding: 0;
	margin: 0;
} 

body
{ 
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("images/bg.jpg");
}

#wrap 
{
	margin: auto;
	padding: 0 38px 0 38px;
	width: 760px;
	height: auto;
	/*border:7px solid #A69AA7;*/
}

#header 
{
	margin: auto;
	height : 200px;
	width:836px;
	background: url("images/topbar22.png") top center no-repeat;
}

#menu
{
	padding:0px 0 0 8px;
	font-size:10px;
	font-weight:bold;
	height: 24px;
	border: none;
	background-image:url("images/wrap2.gif");
	color:#000000;
}
	#menu a
	{
		display:block;
		float:left;
		padding:6px 9px 7px 10px;
		color: #000;
		text-decoration: none;
	}
	#menu a:hover
	{
		color: #000;
		background-color :#F6F6F6;
	}
	#menu .current
	{
		padding:6px 11px 7px 10px;
		background-color :#F6F6F6;
	}

#sidebar_right
{
	float: right;
	width: 280px;
	height: auto;
	padding: 0px 7px 8px 13px;
	margin: 4px 10px 0 10px;
}

#sidebar_right_bio
{
	float: right;
	width: 210px;
	height: auto;
	padding: 0px 7px 8px 8px;
	margin: 4px 10px 0 10px;
}

#content
{
	min-height: 350px;
	background:url("images/wrap.gif") top center repeat-y;
	padding: 18px 18px 4px 18px;
}
	#content a
	{
		text-decoration:none;
	}
	#content a:hover
	{
		color:#0066FF;
	}
	#content p
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin:0 0 15px 0;
		line-height:1.3em;
		color: #000;
		font-size:12px;
	}
	#content li
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin:0 0 15px 36px;;
		line-height:1.4em;
		color: #000;
		font-size:12px;
	}
	#content .style1
	{
		font-weight:bold;
		font-size:18px;
		text-align:center;
		margin:0 0 15px 0;
		line-height:1.3em;
		color: #000;
	}
	#content .style2
	{
		font-size:24px;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin:0 0 15px 0;
		line-height:1.3em;
		color: #000;
	}
	#content .style3
	{
		font-size:14px;
		font-style:normal;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin:0 0 15px 0;
		line-height:1.3em;
		color: #000;
	}
	#content .title
	{
		margin:0 0 0.5em 0; 
		padding:0;
		line-height: 14pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 14pt;
		color: #225680;
	}
.note
{
	padding: 12px 15px 15px 15px;
	background: #E3EAF0;
	font-size: 8pt;
}

#noteDiv
{
	padding: 14px 14px 4px 14px;
	background: #E3EAF0;
	width:550px;
	margin: 0 auto; 
}

#foot
{
	background:url("images/footer.png") top center repeat-y;
    height:25px;
	margin: 0 0 26px 0;
}
