/* CSS Document */

*
{
	margin			: 0;
	padding		: 0;
}

body
{
	background-color	: #FFFFFF;
	font-size		: 13px;
	font-family		: Trebuchet MS;
	color			: #1c313e;
}

img
{
	border			: 0;
}

a
{
	color			: #3366cc;
	text-decoration	: none;
}

	a:hover
	{
		color			: #0000ff;
	
	}
	
	a.line, p a
	{
		text-decoration	: underline;
	}


h1
{
	font-size		: 180%;
	font-weight		: bold;
	color			: #00b2e8;
	margin-bottom		: 7px;
}

 	h1 a, h1 a:hover
 	{
 		color			: #00b2e8;
 	}

h2
{
	color			: #000000;
	font-size		: 130%;
	font-weight		: normal;	
}

div.c
{
	clear			: both;
}

div.popup
{
	position		: absolute;
	top			: 40%;
	left			: 45%;
	margin-left		: -70px; 
	width			: 250px;
	background-color	: #FFFFFF;
	display		: none;
}

	div.popup a.close
	{
		position		: absolute;
		right			: 7px;
		top			: 7px;
	}


div.wrapper
{
	width			: 780px;
	margin			: auto;
}

div.header
{
	height			: 90px;
	background-color	: #2386c9;
	background-image	: url('../images/body-bg.png');
	background-position	: top left;
	background-repeat	: repeat-x;
}
	div.header div.menu
	{
		float			: right;
		width			: 400px;
		margin-top		: 59px;
		height			: 31px;
		padding: 0;
	}
	
		div.header div.menu ul 
		{
			list-style-type	: none;
			height			: 31px;
			_margin-bottom	: -7px;
		}
		
		
			div.header div.menu ul li
			{
				float			: left;
				margin-left		: 4px;
				width			: 95px;
			}
			
				div.header div.menu ul li a
				{
					display		: block;
					text-align		: center;
					padding-top		: 8px;
					padding-bottom	: 8px;
					text-decoration	: none;
					color			: #545454;
					font-size		: 13px;
					font-weight		: bold;
					background-image	: url('../images/menu-tab-bg.png');
					background-position	: top right;
					background-repeat	: no-repeat;
				}
				
					div.header div.menu ul li a.active, div.header div.menu ul li a:hover
					{
						background-position	: top left;
						color			: #1271ad;
					}



	div.header div.logo
	{
		float			: left;
		width			: 112px;
		margin-top		: 10px;
		line-height		: 15px;
		text-align		: center;
	}
	
		div.header div.logo span.desc
		{
			color			: #c9dcec;
			font-family		: Arial;

		}
	
div.header_bar
{
	background-color	: #edeff1;
	height			: 26px;
	background-image	: url('../images/header-bar-bg.png');
	background-position	: bottom left;
	background-repeat	: repeat;
}
	
div.main
{
	margin-top		: 10px;
}

	div.main ul
	{
		margin-left		: 15px;
	}


div.footer
{
	margin			: 20px;
	margin-top		: 35px;
	border-style		: solid;
	border-width		: 0;
	border-top-width	: 1px;
	border-color		: #cccccc;
	height			: 75px;
	padding-top		: 10px;
	color			: #666666;
	font-size		: 12px;
}

	div.footer a
	{
		color			: #000000;
		text-decoration	: none;
	}
	
		div.footer a:hover
		{
			color			: #000000;
			text-decoration	: underline;
		}

	div.footer div.links
	{
		float			: left;
		width			: 49%;
	}
	
	div.footer div.by
	{
		float			: right;
		width			: 300px;
	}














