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

.verytop {
	height:15px;
	background-color:#1d1768;
	}

a {
	color:#1d1768;
	text-decoration:none;
}

a:hover {
	color:#99262c;
	text-decoration:underline;
	}



h1 {
	color:#99262c;
	line-height: 35px;
	
	
	}

h2 {
	color:#fff;
}

#header {
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/hdr_bkg.png);
	background-repeat: repeat;
	height: 135px;
	padding-top: 45px;
	}

#main {
	background-color:#fff;
	font-size: 14px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	line-height: 150%;
	}

.sidebar {
	background-color:#f3f6f8;
	border: 1px solid #1D1768;
	padding: 10px;
	margin-top: 15px;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 3px #666;
	text-align: left;
	font-size: 10px;
	list-style-type: none;
	}
	
.sidebar li.additional {
	padding-left: 25px;
	list-style-type: none;
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
	
.img_btm {
	padding-bottom:25px;
	}	
	
.style1 {color: #FFFFFF}

#footer {
	color:#fff;
	font-size:10px;
	padding-top:1.75em;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/hdr_bkg.png);
	background-repeat: repeat;
	line-height: 130%;
	}

#footer a {
	color:#fff
	}

.bottom {
	padding-top: 15px;
	line-height: 20px;
	}
	
.img_padding {
	padding-right: 15px;
}
.img_relative {
	position: relative;
	top: -100px;
	z-index: -100;
}

