/* CSS Document */
body
{
	font-size:12px;
	color: #000000; 
	background:url(/images/bg.gif);
	background-repeat:repeat;
	height:100%;

}

#container
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
}

ul {margin: 20px 0;}
ul li {	
	font-size: 15px;
	margin: 10px 0 10px 20px;
	list-style-position: inside;
	list-style-type: disc;
}

ol li {	
	font-size: 15px;
	margin: 10px 0 10px 20px;
	list-style-position: inside;
	list-style-type: decimal;
}

#footer {
	background:url(/images/footer.jpg) no-repeat;
	width:800px;
	height:74px;
	color:#999999;
	font-size:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	vertical-align:middle;
	text-align:left;
	padding-left:10px;
}

#montage {
	width:320px;
	height:330px;
	background:url(/images/bg_montage.jpg);
	text-align:center;
	}

#dividerColumn1 {
	background-color:#2495e5;
	width:3px;
	height:330px;
	}
	
#dividerColumn2 {
	background-color:#fcef03;
	width:3px;
	height:330px;
	}
	
#dividerColumn3 {
	background-color:#ffffff;
	width:3px;
	height:100%;
	
		}
	
#dividerColumn4 {
	background-color:#c21a1a;
	width:3px;
	height:100%;	
	}

#style1 {
	font-family: Century Gothic;
	font-size:30px;
	color:#ffffff;
	text-align:center;
	}
	
#style2 {
	font-family:Century Gothic;
	font-size:14px;
		color:#fcef03;
	text-align:center;
	}
	
#style3 {
	font-family:Century Gothic;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	background-color:#2495e5;
	height:25px;
	spacing:0px;
	}
	
#style4 {
	font-family:Century Gothic;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	background-color:#64cf14;
	height:25px;
	spacing:0px;
	}
	
	
#style5 {
	font-family:Century Gothic;
	font-size:10px;
	color:#ffffff;
	text-align:center;
	background-color:#2495e5;
	height:25px;
	spacing:0px;
	}
	
.bodyHeader {
	font-family:Garamond;
	font-size:24px;
	color:#930F1D;
	text-align:left;
	
	}
	
.bodyCopy {
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-align:left;
	}
	
.bodyLink {
	font-family:Tahoma;
	font-size:11px;
	color:#808080;
	text-align:left;
	text-decoration:none;
	}
	
.rightLink {
	font-family:Tahoma;
	font-size:11px;
	color:#930F1D;
	text-align:left;
	text-decoration:none;
	}

.navLink {
	font-family:Tahoma;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	}

	
.bodyDivider {
	font-family:Arial;
	font-size:5px;
	color:#808080;
	text-align:center;
	}
			
#navMenu {
	height:25px;
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#2495e5;
	padding-left: 150px;
	padding-right: 150px;
	text-align:center;
	vertical-align:middle
	
	}