/* CSS Document */

body {
	margin: 0;
	background: #3A4E8B;	
	font: 11px/1.7 Arial, sans-serif;
	color: #fff;
	background-image: url(images/bg_new.gif);
	background-repeat: repeat-x;
}

h2 {
	color: #FFFF66;
	letter-spacing: 1px;
	font-style: italic;
}

#main {
	width: 783px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 500px;
}

#topShadower {
	background: url(images/top_shadower.gif) no-repeat;
	height: 26px;
}

#mastTop {
	background: url(images/mast_top.gif) no-repeat;
	height: 52px;
}

#content {
	margin-left: 30px;
	margin-right: 30px;
	
}

#footer {
	color: #c1c1c1;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 36px;
	border-top: 1px solid #8E91D7;
}

#contentTab {
	margin-top: 15px;
	margin-bottom: 15px;
}

#sidetxt {
	margin: 0;
	color: #555;
	background-image: url(images/mid.gif);
}

.spacer {
	margin-left: 20px;
	margin-right: 24px;
}

.style1 {
	font-weight: bold;
	color: #ffff66;
	font-size: 1.1em;
}

#topper {
	margin: 0;
}

p {
	margin: 0;
	line-height: 1.5em;
	padding-bottom: 5px;
	font-size: 1.1em;
	text-align: justify;
}

#cont {
	padding-right: 10px;
}

ul {
	margin-left: 5px;
}

li {
	text-decoration: none;
	font-size: 1.1em;
	list-style-type: circle;
}

.hdrs {
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 5px;
	display: block;
	background: url(images/headrs.gif) no-repeat;
	margin-left: 20px;
	height: 34px;
	line-height: 32px;
	
}	

a:link, a:visited {
	text-decoration: none;
	color: #ff3300;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #ffff66;
	font-weight: bold;
}