html
{
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-position: 0 0px;
	
	font-family: verdana,sans-serif;
	font-size: 85%;
}

p
{
	color: #393939;
	font-size: 90%;
	text-align: justify;
}

div#hd
{
	background-image: url('../images/hd.bg.png');
	background-repeat: no-repeat;
	height: 182px;
	margin-bottom: 21px;
}

div#menu
{
	width: 15em;
}
	
	div#menu .currentpg
	{
		display: block;
		
		width: 193px;
		height: 29px;
		
		padding-left: 8px;
		padding-right: 16px;
		
		font-family: arial,verdana,sans-serif;
		font-weight: bold;
		font-size: 95%;
		
		line-height: 27px;
		text-decoration: none;

		background-image: url('../images/menu.bg.gif');
		background-repeat: no-repeat;
		color: #ffffff;
	}		
	
	div#menu a
	{
		display: block;
		
		width: 193px;
		height: 29px;
		
		padding-left: 8px;
		padding-right: 16px;
		
		font-family: arial,verdana,sans-serif;
		font-weight: bold;
		font-size: 95%;
		color: #393939;
		
		line-height: 27px;
		text-decoration: none;
	}
	
	div#menu a:hover
	{
		background-image: url('../images/menu.bg2.gif');
		background-repeat: no-repeat;
		color: #ffffff;
	}

div#bd {
	background-image: url('../images/content.bg.gif');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 24px;
	padding-right: 29px;
	padding-left: 29px;
}

.yui-t3 #yui-main .yui-b
{
	margin-left: 16em;
}

div#content
{
	padding-bottom: 15px;
	padding-left: 16px;
	
	color: #393939;
	line-height: 1.5;
	border-left: 1px dotted #7d7d7d;
}

div#content a
{
	color: #005aad;
	text-decoration: none;
}

div#content a:hover
{
	color: #e71a20;
}

div#content h1
{
	margin-top: 0px;
	border-bottom: 3px solid #f9bf1a;
	
	font-size: 115%;
	color: #393939;
}

div#content h2
{
	display: inline; 
}

div#content ol, ul
{
	margin-top: 4px;
	text-align: justify;
}

div#footer
{
	background-color: #393939;
	
	height: 40px;
	
	padding-top: 18px;
	
	font-size: 77%;
	color: #ffffff;
	
	text-align: center;
}
	
	div#footer a
	{
		color: #ffffff;
	}

