@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------
	MENU
-----------------------------------------------*/
#menu {
	float:right;
	display:inline;	
	width:330px;
	padding:10px 0px;
	background:#021938;
	color:#ffffff;
}

/*General Information
-----------------------------------------------*/
#info {
	width:330px;
	margin-bottom:10px;
	padding:10px 0px;
	background-color:#193660;
}
#info ul {
	margin:10px 10px 15px 35px;
	list-style-type:none;
	line-height:180%;
}
#info li {
	background:url(../images/arrow.gif) left center no-repeat;
	text-indent:20px;
}
#info a:link {
	color: #ffffff;
	text-decoration: none;
	}
#info a:visited {
	color: #eeeeee;
	text-decoration: none;
	}
#info a:hover {
	color:#FF9999;
	text-decoration: underline;
	}
#info a:active {
	color: #ffffff;
	text-decoration: none;
	}


/*Common Menu
-----------------------------------------------*/
#common_menu {
	width:330px;
	margin:20px 0px;
	background-color:#021938;
}
#common_menu p{
	margin:3px 10px 3px 30px;
	line-height:150%;
}
#common_menu ul {
	margin:10px 10px 3px 35px;
	list-style-type:none;
	line-height:180%;
}
#common_menu li {
	background:url(../images/arrow.gif) left center no-repeat;
	text-indent:20px;
}
#common_menu a:link {
	color: #ffffff;
	text-decoration: none;
	}
#common_menu a:visited {
	color: #eeeeee;
	text-decoration: none;
	}
#common_menu a:hover {
	color:#FF9999;
	text-decoration: underline;
	}
#common_menu a:active {
	color: #ffffff;
	text-decoration: none;
	}

/*3 columns pics
-----------------------------------------------*/
#pic3 {
	width:270px;
	margin:0px 30px;
}
#pic3_l {
	float:left;
	display:inline;
	margin-right:15px;
}
#pic3_r {
	float:right;
	display:inline;
}
#pic3 img {
	border:#1b5092 solid 5px;
}
#pic3 .clear{
	height: 15px;
}
#pic3 img:hover {
	border:solid 5px #FF9999;
}
#pic3 a:link {
	color: #ffffff;
	text-decoration: none;
	}
#pic3 a:visited {
	color: #eeeeee;
	text-decoration: none;
	}
#pic3 a:hover {
	color:#FF9999;
	text-decoration: underline;
	}
#pic3 a:active {
	color: #ffffff;
	text-decoration: none;
	}

/*-----------------------------------------------
	BANNER
-----------------------------------------------*/
#banner {
	width:270px;
	margin:10px auto;
}
#banner_l{
	float:left;
	display:inline;
}
#banner_r{
	float:right;
	display:inline;
}