html, body {
	color: #000000;	
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
	background-image: url(../images/im_gradient_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#canvas {
	position:absolute;
	width: 100%;
	height: 100%;
}

/*
 * SITE'S 3 MAIN ROWS - top nav,body and footer - STARTS
 */

#mainBanner {
	width:960px;
	margin-top: 45px;
	display: inline-block;
	overflow: hidden;
	background-color: #FFFFFF;
}
 
#mainNav {
	width:960px;
	margin: 0;
	display: inline-block;
	overflow: hidden;
	text-align: left;
	background-color: #773333; 
}

.navMenu {
	width:643px;
	height:30px;
	margin-left: 317px; 
	background-color: #773333; 
}


#mainContentHome {
	width: 960px;
	height: 500px;
	margin-top: 6px;
	text-align: left;
	display: inline-block;
	background-color: #FFFFFF;
	background-image: url(../images/im_content_sm_back.gif);
	background-repeat: no-repeat;
}

#mainContent {
	width: 960px;
	min-height: 520px;
	margin-top: 6px;
	text-align: left;
	display: inline-block;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/im_content_back.gif);
	background-repeat: no-repeat;
}

#mainFooter {
	width:960px;
	text-align: center;
	margin: 30px 0px 20px 0px;
	display: inline-block;
	overflow: hidden;
	background-color: transparent;
}

.footerNav {
	width:960px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	vertical-align: center;
}

/*
 * SITE'S 3 MAIN ROWS - top nav,body and footer - ENDS
 */

#mainCol01 {
	float: left;
	width: 300px;
	margin: 0px 30px 0px 0px;
	padding:0;
	background-color: transparent;
} 

#mainCol02 {
	float: left;
	width: 630px;
	margin: 30px 0px 0px 0px;
	padding:0;
	background-color: transparent;
}

.txtCol01 {
	float: left;
	width: 570px;
	margin: 0px 30px 0px 0px;
	padding: 0;
	background-color: transparent;
	display: inline;
}

.txtCol02 {
	float: left;
	width: 285px;
	margin: 0px 30px 0px 0px;
	padding: 0;
	background-color: transparent;
	display: inline;
}

/*
 * Styles
 */


p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

div {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

ol {
	padding:0px 0px 0px 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:25px;
	list-style-type:decimal;
}

ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: auto;
	vertical-align: sub;
	color: #000000;
	padding:0;
	margin:0px 0px 0px 20px;
	list-style-type:disc;
}

.bulImagePlum {
	list-style-image: url(../images/icon_bullet_plum.gif);
}

.bulImageGrey {
	list-style-image: url(../images/icon_bullet_grey.gif);
}

li {
	margin: 0px 0px 5px 0px;
}

sup {
	font-size: 9px;
	vertical-align: top;	
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: auto;
	font-weight: bold;
	color: #773333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: auto;
	font-weight: bold;
	color: #773333;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: auto;
	font-weight: bold;
	color: #773333;
	padding: 0;
	margin: 0;
}

.txtNoPadMar {
	padding: 0;
	margin-bottom: 0;
}

.txt12{
	font-size: 12px;
	line-height: 16px;
}

.txtPlumBold {
	font-weight: bold;
	color: #773333;
}

.txtCenter {
	text-align: center;
}

.txtRight {
	text-align: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear:both;
}


/*
 * GENERAL LINK
 */	

a {
	    font-weight: normal;
		color: #773333;
		text-decoration:none;
	}
		
a:visited {
	    font-weight: normal;
		color: #773333;
		text-decoration:none;
	}
	
a:active { 
	    font-weight: normal;
		color: #773333;
		text-decoration:none;
	}
	
a:hover { 
	    font-weight: normal;
		color: #773333;
		text-decoration:underline;
	}
 
/*
 * FOOTER LINK
 */
 
.footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #773333;
}
 
a.footer {
		font-weight: bold;
	    color: #773333;
		text-decoration:none;
	}
		
a.footer:visited {
		font-weight: bold;
	    color: #773333;
		text-decoration:none;
	}
	
a.footer:active { 
		font-weight: bold;
	    color: #773333;
		text-decoration:none;
	}
	
a.footer:hover { 
		font-weight: bold;
	    color: #773333;
		text-decoration:underline;
	}

	

