/*== Main Style START ==*/
/* basic settings */
body {
	padding: 0px;
}
div#all {
	border-left:1px solid #a5c4dc; border-right:1px solid #a5c4dc; border-bottom:1px solid #a5c4dc; margin-top: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top: 0px none;
	padding: 0;
	background: #d8e0f3 url('images/bg.png') repeat-x left top; 
}
ul {
	margin-left: -25px;
	_margin-left: 25px;
	list-style-position: inside;
}
h3, em, strong {
	color: #92b1d7
}
h2, 1em, strong {
	color: #000080; text-decoration:blink; font-size:1em; font-style:italic; font-weight:bold
}

#CFE9FF#e9e9e9strong {
	color: #6287cd
}
sup {
	font-size: 0.5em
}
/* header */
div#header {
	height: 150px;
	text-align: center;
	color: #000;
	border-top: 1px solid #a5c4dc;
	font-family: 'Georgia CE', 'Times New CE', 'New York CE', Georgia, times, serif;
}
div#header a h1 {
	font-size: 2.3em !important;
	color: #6287cd;
	text-decoration: none;
}
div#header a h2 {
	font-size: 1.3em !important;
	color: #92b1d7;
	text-decoration: none;
}
div#header a, a:hover {
	color: #e4e4e4;
	text-decoration: none
}
/* body */
div#body {
	font-size: 1.2em;
}
div#body a {
	color: #4e7ac4;
	text-decoration: underline
}
div#body a:hover {
	color: #92b1d7;
	text-decoration: underline
}
/* menu */
div#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	margin: 0;
	font-size: 0.8em !important;
	font-weight: bold;
	background:;
}
div#menu ul {
	list-style: none !important;
	margin: 0;
	padding: 0;
}
div#menu {
	width: 200px;
	padding-left: -10px;
}
div#menu li a {
	height: 24px;
	text-decoration: none;
}
div#menu li a:link, #menu li a:visited {
	border: 1px solid #ccc;
	color: #888;
	display: block;
	background: url('images/menu-blue.gif');
	_padding-bottom: 8px; padding-left:30px; padding-right:0; padding-top:8px; padding-bottom:0
}
div#menu li a:hover, #menu li #current, #menu li a:active {
	color: #283A50;
	background: url('images/menu-blue.gif') 0 -32px;
	_padding-bottom: 8px; padding-left:30px; padding-right:0; padding-top:8px; padding-bottom:0
}
/* columns */
div.columns {
	color: #000;
	font-size: 0.8em;
	margin: 5px 0px;
	margin-bottom: 20px
}
div.left_column {
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-top: 17px
}
div.main_column {
	border-left: 4px solid #a5c4dc;
	border-top: 4px solid #a5c4dc;
	margin: 0 20px 0 220px;
	padding-left: 20px
}
/* footer */
div#footer {
	color: #000;
	font-size: 0.8em;
	padding: 20px 5px 20px 5px;
	text-align: center;
	background: #86b4ee;
	clear: both;
	border-top: 1px solid #a5c4dc
}
div#footer a {
	color: #fff;
	text-decoration: underline
}
div#footer a:hover {
	color: #000;
	text-decoration: underline
}
/*== Main Style END ==*/