h2
{
	font-size: 14pt;
	color: #878787;
	margin: 10px 0 7px 7px;
}

h3
{
	font-size: 10pt;
	color: #47b5ea;
	font-weight: bold;
	line-height: 12pt;
}

h4
{
	font-size: 14pt;
	color: #373737;
	font-weight: bold;
	line-height: 12pt;
}

p
{
	font-size: 10pt;
	color: #777777;
	line-height: 12pt;
}

p.copyright
{
	font-size: 8pt;
	color: white;
	line-height: 12pt;
	padding: 0;
	margin: 0;
}

a
{
	color: #575757;
	text-decoration: none;
}
a:HOVER
{
	color: black;
	text-decoration: underline;
}

ul.list
{
	list-style: square;
	font-size: 10pt;
	color: #878787;
	line-height: 12pt;
}

div.line
{
	height: 1px;
	width: 100%;
	overflow: hidden;
	display: block;
	background-color: #cccccc;
}

div#top
{
	height: 12px;
	width: 100%;
	background-color: black;
	overflow: hidden;
}

div#top_content
{
	height: 330px;
	width: 100%;
	background-color: white;
	overflow: hidden;
}
	div#top_content_holder
	{
		width: 900px;
		height: 330px;
		display: block;
		background: url(../image/heading_image.jpg) no-repeat;
		margin: auto;
	}
		div#top_content_logo
		{
			padding: 0 0 0 15px;
			margin-top: -10px;
		}
	div#top_content_heading
	{
		margin-top: 20px;
		width: 600px;
		height: 153px;
		display: block;
		overflow: hidden;
	}
	
/** menu **/
div#menu
{
	width: 100%;
	height: 47px;
	background: url(../image/menu_bg.gif) repeat-x;
}
	div#menu_content
	{
		width: 900px;
		height: 47px;
		margin: auto;
	}
	
ul.menu
{
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul.menu li
	{
		width: 148px;
		height: 35px;
		overflow: hidden;
		display:block;
		float: left;
	}
		ul.menu li a
		{
			width: 148px;
			height: 35px;
			padding: 12px 0 0 0;
			display: block;
			overflow: hidden;
			text-align: center;
			color: white;
			text-decoration: none;
			font-weight: bold;
			background: url(../image/menu_bg_each.gif) 0px 0px no-repeat;
		}
		ul.menu li.in a,
		ul.menu li a:HOVER
		{
			color: #bbbbbb;
			background-position: 0px -47px;
		}
		
/** main content **/
div#main
{
	background: url(../image/main_bg.gif) repeat-x;
	width: 100%;
}	
	div#main_content
	{
		width: 900px;
		margin: auto;
	}	
		

/** footer **/
div#footer
{
	padding: 15px 0 15px 0;
	background-color: #272727;
}
	div#footer_content
	{
		text-align: center;
		margin: auto;	
	}


/** sub content **/
div#submenu
{
	float: left;
	width: 200px;
	padding: 40px 0 60px 20px;
}
	div#submenu p,
	div#submenu h4
	{
		padding: 0;
		margin: 0;
	}
	
	ul#ul_submenu
	{
		margin: 20px 0 0 5px;
		padding: 0;
		list-style: none;
	}
		ul#ul_submenu li
		{
			margin: 10px 0 0 0;
			padding: 0 0 0 20px;
			font-size: 12pt;
			font-weight: bold;
			color: #474747;
			background: url(../image/submenu_bullet.gif) 2px 5px no-repeat;
		}
div#subdivider
{
	width: 1px;
	margin: 20px 0 40px 0;
	height: 400px;
	background-color: #dddddd;
	display: block;
	overflow: hidden;
	float: left;
}
div#subcontent
{
	float: left;
	width: 620px;
	padding: 40px 0 60px 40px;
}
	div#subcontent p
	{
		text-indent: 15px;
		padding: 10px 0 10px 0px;
		margin: 0;
		line-height: 14pt;
	}
	div#subcontent a
	{
		color: #FF0000;
	}
	div#subcontent h4
	{
		padding: 0 0 7px 10px;
		margin: 0;
	}
	div#subcontent img.left
	{
		margin: 15px 20px 15px 10px;
	}
	div#subcontent img.right
	{
		margin: 15px 10px 15px 20px;
	}