/*** BASIC LAYOUT ***/
* 	{
	margin: 0px;
	padding: 0px;
}

body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	margin: 10px;
}
/* HEADER */
.hide {
	position: absolute;
	visibility: hidden;
}

#content img {
  margin-right: 10px;
}

#header{
	background: url(../layout_images/header.gif) no-repeat;
	color: #13295F;
	height: 129px;
	/*text-align: right;*/
	width: 750px;
}
#header a{
	color: #237DBB;
	text-decoration: none;
}
#header a:hover{
	text-decoration: underline;
}
/* BODY */
#container{
	background: url(../layout_images/bg.gif);
	width: 750px;
	margin: 0 auto;
}
#navi{
	float: left;
	height: 100%;
	padding-bottom: 10px;
	width: 180px;
}
#content{
	margin-bottom: 30px;
	margin-left: 180px;
	margin-right: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 16px; /*border-top: 6px solid #EAEAEA;*/
}
#related{
	float: right;
	padding-bottom: 10px;
	width: 180px;
}
/* FOOTER */
#footer{
	background: url(../layout_images/footer.gif) no-repeat;
	clear: both;
	color: #FFFFFF;
	height: 42px;
	padding-left: 10px;
}
#footer a
{
	background: none;
	padding-left:0px;
}
/*** GENERAL SETTINGS ***/
p {
	color: #152A61;
	margin-bottom: 10px;
}

blockquote
{
	margin-left:20px;
}
#related p {
	margin-left: 8px;
	margin-right: 10px;
	
	}

#content h1{
	color: #1271B6;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#content h2{
	color: #237DBB;
	font-size: 13px;
	margin-bottom: 7px;
	margin-top: 20px;
		line-height: 19px;

}
strong {
	color: #1271B6;
}
p a, li a{
	color: #237DBB;
	text-decoration: none;
	background-image: url(images/yelarr_000.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: 1px 3px;
	
}
#content ul, ol {
	margin-bottom: 15px;
	margin-top: 15px;
}
ul li {
	color: #152A61;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 10px;
	margin-left: 30px;
	}
ol li {
	color: #152A61;
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom: 10px;
}
/*** NAVIGATION ***/
#navi ul, #navi li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navi a{
	background: #73ABDC;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	line-height: 18px;
	padding-left: 10px;
	text-decoration: none;
	width: 170px;
}
#navi li ul li a {
	background: #D8D8D8;
	color: #13295F;
	font-weight: normal;
}
#navi li ul li a:hover {
	background-image: none;
}
#navi a:hover{
	background: #CEE2F3;
	color: #13295F;
}
#navi a, #navi a:hover{
	background-image: url(../layout_images/arrow-down.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#navicorner {
	background: url(../layout_images/navi_corner.gif) no-repeat;
	height: 6px;
	position: absolute;
	top: 139px;
	width: 395px;
	margin-left: 175px;
}
/*** RELATED ***/
#related h1{
	background-color: #73ABDC;
	background-image: url(../layout_images/box_corner.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
	line-height: 16px;
	margin-bottom: 5px;
	padding-left: 8px;
	width: 172px;
}



/*** FOOTER ***/
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#footer p {
	color: #FFFFFF;

	padding-top: 14px;
}
/*** HACKS ***/
/* IE 3-PIXEL-TEXT-JOG-HACK ;o( Thanks to http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content {
	height: 1%;
}
/* End hide from IE5/mac */

