@charset "UTF-8";
/* CSS Document */

html, body
	{
		font-family:georgia;
		font-size:12pt;
		color:#000000;
		background-color:#ffffff;
		width:100%;
		height:100%;
		margin:0px 0px 0px 0px;
		overflow:auto;
	}
	
#banner
	{
		position:relative;
		height:188px;
		width:1064px;
		background-image:url(../images/Common/banner.png);
	}

#banner_info
	{
		position:absolute;
		text-align:right;
		width:175px;
		left:875px;
		top:35px;
		font-size:13px;
	}
	
#container
	{
		position:relative;
		align:left;
		width:1064px;
		height: 775px;
		background-color:#ffffff;
	}
	
#content
	{
		position:absolute;
		top:188px;
		left:144px;
		width:895px;
		height:552px;
		padding-left:25px;
		overflow:auto;
		background-color:#ffffff;
	}
	
#content a:link, #content a:visited
	{
		color:#000000;
		text-decoration:underline;
	}

#ncontent a:hover
	{
		color:#000000;
		text-decoration:underline;
	}

#content_text
	{
		position:absolute;
		left:25px;
		width:55%;
		padding-left:25px;
		overflow:auto;
		background-color:#ffffff;
	}
	
#footer
	{
		position:relative;
		height:25px;
		padding-top:5px;
		font-size:11px;
		width:1064px;
		margin:auto;
		text-align:center;
		color:#000000;
	}
	
#footer a:link, #navbar a:visited
	{
		color:#000000;
		text-decoration:underline;
	}

#footer a:hover
	{
		color:#263751;
		text-decoration:underline;
	}
	

 #navbar
	{
		background-image:url(../images/Common/navbar.png);
		position:relative;
		font-size:14px;
		height:555px;
		width:144px;
		text-align:center;
		font:myriad pro;
	}

#navbar a:link, #navbar a:visited
	{
		color:#ffffff;
		text-decoration:none;
	}

#navbar a:hover
	{
		color:#6dcff6;
		text-decoration:underline;
	}
	
 #navbar_links
	{
		position:relative;
		font-size:14px;
		height:555px;
		width:144px;
		text-align:right;
		right:18px;
		font:myriad pro;
	}
	
#sidebar
	{
		position:absolute;
		width:250px;
		height:100%;
		left:600px;
		font-size:12.5px;
	}

.list
	{
		font-size:12.5px;
	}