h1, h2, h3, h4, h5 
{
	font-family: verdana;
}

div, td, p { 
	font-family: verdana;
	font-size: 10pt;
}

body {
	margin: 0;
	background: rgb(204,204,204) url(images/page_background.jpg) repeat-x;
	
}

h1.pageTitle{
    font-size:30px;
    font-style:italic;
    color: rgb(0,10,102);
    font-family: Verdana;
    font-weight: normal;
    height: 45px;
    background: url(images/heading1Background.gif) repeat-x;
    padding: 0 0 0 15px;
    background-position: 0 35px;
}

div#siteContainer {
	margin: 0 auto;
	width: 900px;
}

div#pageHeader div#slogan {
	font-weight: bold;
	font-size: 13pt;
	color: rgb(0,51,153);
	position: absolute;
	margin: 90px 0 0 350px;
}

div#pageMenu a {
	display: block;
	float: left;
	padding: 8px 55px 0 10px;
	height: 24px;
	background: url(images/menu_button.gif) no-repeat;
	background-position: top right;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid rgb(128,154,205);
	border-bottom: 1px solid black;
}

div#pageMenu a:hover, div#pageMenu a:active {
	background-image: url(images/menu_button_over.gif);
	border-left: 1px solid black;
	border-bottom: 1px solid rgb(63,83,133);
}

div#pageContent {
	clear: left;
	background-color: white;
	min-height: 400px;
	border: 1px solid rgb(153,153,153);
	border-top: none;
	padding-left: 50px;
	padding-right: 50px;
	padding-top:10px;
	padding-bottom:10px;

}

div#pageFooter {
	text-align: center;
	padding-left:20%;
	padding-right:20%;
	color: rgb(100,100,100);
}

div#pageFooter a {
	color: rgb(100,100,100);
	text-decoration: none;
}

div#pageFooter a:hover {
	text-decoration: underline;
}

p.bigButton { width: 100%; }

a.bigButton {
	margin: 0 auto;
	display: block;
	width: 594px;
	height: 46px;
	padding: 10px 0 0 0;
	background: url(images/big_button.gif) no-repeat;
	text-decoration: none;
	font-size: 16pt;
	font-style: italic;
	text-align: center;
	color: rgb(0,51,153);
}

table.features tr td { vertical-align: middle; }

a.feature {
	display: block;
	width: 194px;
	height: 30px;
	padding: 5px 0px 10px 0px;
	background: url(images/small_button.jpg) no-repeat;
	text-decoration: none;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	color: rgb(0,51,153);	
}

a.feature:hover { 
	background-image: url(images/small_button_over.jpg);
	text-decoration: none;
}

table.features tr td { vertical-align: top; }


div#contactus_LeftDiv{

    float:left;
    width:70%;

}

div#contactus_RightDiv{
    float:right;
    width:29%;
    height:200px;
}

div#contactus_BottomDiv{}

table.rollingWave { border-spacing: 0px; }

table.rollingWave th
{
	border-top: 2px solid rgb(0,91,213);
	border-bottom: 2px solid rgb(0,11,103);
	background-color: rgb(0,51,153);
	color: white;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 20px 2px 10px;
	text-align: left;
}

table.rollingWave td 
{
	padding: 2px 10px 2px 10px;	
}

table tr.odd 
{
	background-color: rgb(220,220,220);
}

table.tr.even 
{
}

ul.rollingWave 
{
	list-style-image: url(images/rollingWaveBullet.gif);
	list-style-position: outside;
	list-style-type: square;
}

ul.rollingWave li
{

}