body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	
	background-color: rgb(199,227,255); /* Baby Blue */
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
	
a, a:active, a:visited {color:rgb(25,78,129) !important;}

table, 
table td {
	border-collapse: collapse;
	}
	
h3 {
	font-size: 18px;
	color: rgb(25,78,129); /* Royal Blue */
	margin: 5px 0 5px 0;
	font-weight: normal;
	}
	
h5 {
	font-size: 16px;
	color: rgb(25,78,129); /* Royal Blue */
	margin: 5px 0 5px 0;
	font-weight: normal;
	}
	
h6 {
	font-size: 12px;
	color: rgb(25,78,129); /* Royal Blue */
	margin: 5px 0 5px 0;
	font-weight: bold;
	}

ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 5px;
	}
li {
	list-style-type: disc;
	color: rgb(25,78,129); /* Royal Blue */
	}
	
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(25,78,129);
	margin-bottom:5px;
	}
	
.submit {
	background-color: rgb(25,78,129);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: rgb(255,255,255);
	}
	
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(25,78,129);
	font-weight:bold;
	}
	
.pics{margin-left:5px;}


/* My Properties 
--------------------------------------------------------------------------------------------------------------------- */

#my-mainContainer {
	width: 750px;
	margin:0 auto;
	background-color: #fff;
	}
/* Header Properties
------------------------------------------ */
div#header {
	width: 750px;
	clear: both;
	border-top: 3px solid rgb(25,78,129); /* Royal Blue */
	border-bottom: 1px solid rgb(25,78,129); /* Royal Blue */
	margin: 0 0 1px 0;
	height: 109px;
	}
div.logo {
	width: 250px;
	float: left;
	}
div.head-text-wrapper {
	float: right;
	width: 479px;
	background-image: url(images/top_menu.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 11px;
	}
td.phone {
	height: 49px;
	}
div.head-text-wrapper td {
	text-align: right;
	}
div.phoneNumber {
	clear: both;
	width: 100%;
	height: 60px;
	text-align: right;
	color: rgb(42,106,168); /* Text Light Blue */
	background-color: blue;
	}
td.slogan {
	text-align: right;
	font-size: 18px;
	vetical-align: bottom;
	
	}
.sloganItalic {
	font-size: 20px;
	color: rgb(42,106,168); /* Text Light Blue */
	font-style: italic;
	}
td.topMenu {
	height: 24px;
	line-height: 24px;
	vertical-align: ;
	}
td.topMenu a,
td.topMenu a:active,
td.topMenu a:visited {
	margin: 0 10px 0 0;
	font-size: 11px;
	display: inline;
	vertical-align: middle;
	}
/* Top Menu Properties
------------------------------------------ */
div#mainMenu {
	margin: 0 0 1px 0;
	height: 41px;
	}
div#mainMenu img {
	float: left;
	}
div#pageContent {
	width: 750px;
	clear: both;
	border-top: 1px solid rgb(25,78,129); /* Royal Blue */
	}
	
div#footer {
	width: auto;
	clear: both;
	border-top: 2px solid rgb(25,78,129); /* Royal Blue */
	padding: 5px 45px 5px 45px;
	
	font-size: 11px;
	}

div#right {
	padding:0px 5px 0px 10px; 
}

div#button {
	padding: 5px 0px 5px 0px; }
/* Page Content Properties
------------------------------------------ */
table.pageWrapper {
	border-top: 4px solid #fff;
	}
table.pageWrapper td {
	vertical-align: top;
	}
td.right {
	border-left: 1px solid rgb(25,78,129); /* Royal Blue */
	}	
.rightWrapper {
	width: 172px;
	margin: 0 auto 10px auto;
	text-align: left;
	}
