@charset "UTF-8";
/* CSS Document */

body, html {
		background-color: #CCCCCC;
		text-align:center;
		
		font-family:Calibri,Cambria, Arial, Helvetica, sans-serif;
		line-height: 115%;
	}
	
	p, h4 {
		margin: 0px 0px 15px 0px;
		padding: 0px;
		
		}
	p {
		font-size: 12px;
		color:#333;
		}
	h4 {
		margin:5px 0 0 0;
		font-size: 16px;
		font-weight:bold;
		color: #810026;
		}
	a:link, a:visited {
		color: #810026;
		text-decoration:none;
		}
	a:hover {
		border-bottom:1px solid #810026;
		}

	#wrapper, #border {
		background:#fff url(../images/border_side.gif) repeat-y top right;
		
		width:948px;
		
		text-align:left;
		
		margin:0 auto;
		}
	
	#header {
		padding:5px 0px 5px 40px;
		}
	#subhead {
		background-color:#0071AB;
		color:#fff;
		
		width:901px;
		padding:3px 0px 3px 40px;
		}
	#main {
		padding:20px 80px 20px 40px;
		}
	#footer {
		background-color:#EBEAE9;
		
		
		
		width:859px;
		height:65px;
		padding:5px 40px 15px 40px;
		}
		.footer_col p {
			font-size:11px;
			}
		.footer_col {
			width:285px;
			
			
			padding:10px 0;
			float:left;
			}
		#footer_col02 {
			text-align:center;
			
			}
		#footer_col03 {
			text-align:right;
			}
	#partners {
		padding:10px 40px;
		height:75px;
		clear:both;
		}
	
	#border {
		height:10px;	
			background:#ccc url(../images/border_bottom.gif) repeat-x;
		}