

body
{
	/* F background-color: #F2F2F2; */
	margin: 0;
	font-size: small;
}

body, input
{
	font-family: Tahoma, Verdana, Sans-serif;
}

img
{
	border: 0;
}

a
{
	color: #356AA0;
}

a:hover
{
	color: #275889;
}

h1, h2, h3
{
	margin-bottom: 8px;
}

h2
{
	font-size: 110%;
	font-weight: bold;
}


h3
{
	font-size: 100%;
}

p
{	
	margin-bottom: 18px;
}

em
{
	font-size: 100%;
	font-weight: bold;
}

ul
{
}
	ul.none
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	ul.bullet li
	{
		background: url(../img/list.gif) no-repeat left 8px;
		padding-left: 12px;
	}
	
input
{
	font-size: 95%;
}

#page 
{
	width: 999px;
	height: 100%;
	margin: 0 auto;
	line-height: 170%;
	padding-top: 10px;
	background-color: #fff;
	overflow: hidden;
	
	font-size: 90%;
	/* F
	border: 4px solid #EAEAEA;
	border-top: 0;
	*/
}

* html #page
{
	font-size: 80%;
}

#top
{
	height: 60px;
	width: 45%;
	margin: 0 auto;
}
	#top div.logo
	{
		width: 80px;
		float: left;
	}

	#top div.iconlinks
	{
		width: 130px;
		margin-top: 5px;
		border-left: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;
		padding-left: 30px;
		float: left;
	}
		#top div.iconlinks a
		{
			padding-right: 30px;
		}
	
	#top ul.toplinks li
	{
		margin-right: 30px;
	}
	#top div.search
	{
		float: left;
		_margin-top: 10px;
		line-height: 40px;
	}
		#top div.search img.search
		{
			vertical-align: text-bottom;
			margin-left: 30px;
			margin-right: 10px;
		}
		* html #top div.search input.searchbtn
		{
			padding-top: 1px;
			vertical-align: top;
		}
		#top div.search input.searchbtn
		{
			vertical-align: text-top;
		}
		#top div.search input
		{
			padding: 0 2px 0 2px;
			height: 15px;
			border: 1px solid #e6e6e6;
		}
	#top ul.flags
	{
		padding-top: 10px;
		float: right;
		display: none;
	}
		#top ul.flags li
		{
			margin-right: 5px;
		}
			#top ul.flags li img
			{
				padding: 5px;
			}
		
#head
{
	width: 100%;
	height: 320px;
	clear: both;
	/*
	line-height: 140px;
	background: url(images/banner.jpg) top no-repeat;
	*/
	/* border-top: 1px solid #000; */
}

/*
#menu
{
	height: 320px;
	margin-bottom: 15px;
	line-height: 0px;
	color: #FFF;
	background: url(images/menu_bg.gif) repeat-x;
	text-align: center;
}
	#menu a
	{
		font-size: 100%;
		font-weight: bold;
		margin-right: 15px;
		color: #fff;
		line-height: 35px;
		text-transform: uppercase;
	}
	#menu img
	{
		padding-right: 10px;
		padding-top: 0px;
		vertical-align: middle;
		margin-bottom: 5px;
	}
*/

#content
{
	width: 98%;
	min-height: 300px;
  	height: auto !important;
	height: 300px;
	float: right;
	margin-bottom: 30px;
}
	#content h1
	{
		width: 102%;
		line-height: 25px;
		color: #000;
		font-size: 120%;
		font-family: Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		border-bottom: 1px solid #6f6f6f;
		margin-left: -1.5%;
		/*
		height: 30px;
		line-height: 30px;
		font-size: 153%;
		font-weight: normal;
		background-color: #F5F6F6;
		padding-left: 4px;
		border-bottom: 1px solid #E5E5E5;
		*/
	}
		#content h1 span /* red bullet */
		{
			height: 35px;
			width: 15px;
			background: #FFF url(images/h1_bullet.gif) no-repeat left -1px;
			float: left;
		}
		
	#content h2
	{
		font-size: 120%;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #000;
	}
	#content h3
	{
		color: #97C7DB;
	}

#footer
{
	width: 0;
	margin-top: 35px;
	font-size: 95%;
	line-height: 30px;
	clear: both;
	overflow: hidden;
	color:  white;
}


.access
{
	position: absolute;
	top: -10000px;
}



