
/* Layout Stylesheet */ 

* {
	margin: 0;
	padding: 0;
}

body {
 margin:0px;
 padding:0;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
 }


 
#ftr {
 height:25px;
 color: #333333;
 margin:0;
 }
 #outer {
 text-align:left;
 width:950px;
 margin:auto;
 }
.left {
 background: url(../images/menuLeft.jpg) no-repeat;
 width:243px;
 }
 
.body {
 background:#ffffff url(grad.png) repeat-x bottom;
 } 



.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding: 20px;
}
.bodyText2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	padding: 2px 20px;
}


.MenuLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	color: #FFFFCC;
	margin-right: 10px;
	line-height: 20px;
}

	
	
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	padding-top: 10px;
	padding-left: 12px;
	}
.bodyText a:link {
	text-decoration: none;
	color: #006699;
	}
.bodyText a:visited {
	text-decoration: none;
	color: #006699;
	}
.bodyText a:hover {
	text-decoration: none;
	color: #006699;
	}
.bodyText a:active {
	text-decoration: none;
	color: #006699;
}
	
	.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 24px;
	text-transform: capitalize;
	padding-bottom: 10px;
	}
.menu a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
.menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	}
.menu a:active {
	text-decoration: none;
	color: #FFFFFF;
}
	
	
	
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #FFFFFF;
}

.HeaderBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #6699FF;
}

.paddingBtn {
	padding-top: 8px;
	padding-bottom: 8px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #006699;
	padding-top: 10px;
	padding-left: 12px;
	font-style: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	color: #006699;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-style: normal;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	padding-left: 12px;
	font-style: normal;
}