/* CSS Document */
html * {
	margin: 0;
	padding: 0;
}
body {
	font: 80% Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color:#666666;
	text-align: center; /* for IE */
	/*background: url(page-bg-blue.gif) repeat-x top;*/
	background-color:#1b2b4d;

}
#container {
	text-align: left; /* counter the body center */
	width: 987px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#FFFFFF;
	background: url(page-bg.jpg) 0 0 repeat-y transparent;
/*	border:solid #CCCCCC 1px; */
}
#header	{
	background: url(header-bg.jpg) 0 0 no-repeat transparent;
	height:296px;
	position:relative;
	width:987px;
}
#header2	{
	background: url(header-bg-2.jpg) 0 0 no-repeat transparent;
	height:296px;
	position:relative;
	width:987px;
}
#header3	{
	background: url(header-bg-3.jpg) 0 0 no-repeat transparent;
	height:296px;
	position:relative;
	width:987px;
}
#header4	{
	background: url(header-bg-4.jpg) 0 0 no-repeat transparent;
	height:296px;
	position:relative;
	width:987px;
}
#main_content	{
	text-align:left;
	vertical-align: text-top;
	/*padding:0 8px;*/
	margin:0 50px; 
	width:937;_width:987;
	position:relative;
	background-color: #ffffff;
}
h1.big { padding-bottom: .5em; margin: 0 0 0 0; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 50px; line-height: 56px; color: #003366; } 
/*h2 {
	font-size: 1.3em;
	}*/
h2.big { display: block; padding-bottom: .2em; margin: 0; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 30px; color: #CC0000; line-height: 40px; }
ul.bullets  {
	list-style-image: url(star.jpg);
	margin-left:150px;
	padding-bottom:10px;
	font-weight: bold; font-size: 30px; 
}
.aclear{clear:both;}
#crossbullet
{
margin-left: 0;
padding-left: 50px;
list-style: none;
font-weight: bold; font-size: 26px; color: #003366;

}

#crossbullet li
{
padding:20px 0 20px 74px;
background-image: url(star.jpg);
background-repeat: no-repeat;
background-position:0;
line-height:40px;
}

#redtick_bullets
{
margin-left: 0;
padding-left: 32px;
list-style: none;
padding-bottom:20px;
}

#redtick_bullets li
{
padding:10px 0 10px 38px;
background-image: url(tick_bg.gif);
background-repeat: no-repeat;
background-position:0;
line-height:16px;
}


#footer	{
	height:128px; text-align:center;width:987px;
	background: url(footer-bg.jpg) 0 100% repeat-x transparent; 
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
.footer-copyright {color:#999; margin-top:10px;font: normal 12px verdana,sans-serif; color: #ffffff;}