body{
	background: #F5F5F5 url('../images/stripeBack.jpg') top center; 
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 15px; 
	font-family: century gothic;
}

#container{ 		
	background-repeat: no-repeat;  
	width: 880px;
	height: 89%;
	margin: 0px auto;
	padding: 0px;
}
	
#top{
	background: url('../images/colors02.png');
	background-repeat: no-repeat;
	float: left;
	width: 880px;
	height: 1500px;
}

#mainFull{
 	float: left;
	text-align: justify;
	width: 100%;
}

#mainLeft{
 	float: left;
	width: 580px;
	text-align: justify;
}

#sideLeft{
	width: 280px;
	float: left;
	padding-left: 0px;
	text-align: left;
	display: inline;
}

#mainRight{
 	float: right;
	width: 580px;
	text-align: justify;
}

#sideRight{
	width: 280px;
	float: right;
	padding-left: 0px;
	text-align: left;
	display: inline;
}

.titleBar{
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: #A28A7F 1px solid;
	text-align: left;
	
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	color: #261B0F; 
}

#footer{
	height: 100px;
	width: 100%;
	background: #006699  url('../images/footerBack.jpg');
	color: #F5F5F5;
	border-bottom: 0px solid #DADADA;
	border-top: 1px #DADADA;
}

	#footer .center{
		padding-top: 30px;
		margin: 0px auto; 
		float: center;
		width: 900px;
		text-align: left;
	}
	
	#footer .right{
		float: right;
		width: 380px;
		text-align: right;
	}
	
	#footer .left{
		float: left;
		width: 380px;
	}

	#footer a{
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover{
		color: #fff;
		background: #333333;
		text-decoration: none;
	}

#triLeft{
	text-align: justify; 
	width: 280px;
	float: left;
	margin-right: 20px;
	text-align: left;
	display: inline;
}

#triCenter{
	text-align: justify;
	width: 280px;
	float: left;
	margin-right: 20px;
	text-align: left;
	display: inline;
}

#triRight{
	text-align: justify;
	width: 280px;
	float: left;
	text-align: left;
	display: inline;
}


/****** Default Sytle Sheet *******/


a{
	text-decoration: none;
	color: #006699;
	/*color: #5F95A1;*/
}

a:hover{
	text-decoration: none;
	color: #3B2D22;
}

img{
	border: 0px solid #8FA9FF;
}

h1{
	font: 15px "century gothic";
	font-weight: bold;
	color: #251B0F;
	font-variant: small-caps;
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
}

h2{
	font: 15px "century gothic";
	font-weight: bold;
	font-variant: small-caps;
	color: #A28A7F;
	padding: 0px;
	margin: 0px;
	padding-bottom: 3px;
}

.indent{
	padding-left: 15px;
}

.journalDate{
	font: 15px "century gothic";
	color: gray;
	text-align: right;
}

i{
	color: #A28A7F;
}

.links{
	border-bottom: 1px dotted #3B2D22;
	width: 100%;
}

.links a:hover{
	text-decoration: none;
	color: #3B2D22;

}

.codeSnip{
	background: #D9E9F2 url("../../images/codeBack.jpg") left top;
	background-repeat: no-repeat;
	font: 12px "Courier";
	margin: 15px 20px;
	border: 1px dotted #333;
}

.codeSnip .title{
	background: #333 url("../../images/codeTop.jpg") center right;
	background-repeat: no-repeat;
	color: white;
	margin: 0px;
	padding: 4px 10px;
}

.codeSnip .content{
	color: #333;
	padding: 0px 20px;
}