body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image:url(../images/stripTile.jpg);
	background-repeat:repeat;
}
p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	padding-left:50px;
	padding-right:190px;
}
p.side {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	font-weight: normal;
	padding-left:10px;
	padding-right:0px;
	border-left:1px dashed #666666;

}
p.col {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
		padding-left:0px;
	padding-right:0px;
	font-weight: normal;

}
.dropcap {
float:left;
font-size:30px;
line-height:30px;
padding-top:2px;
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
} 
.indentMe {
padding-left: 80px;
}
ul {	
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	font-weight: normal;
	padding-left:50px;
	padding-right:190px;
list-style: disc outside;
}
.textBold {
	font-weight: bold;
}
.whiteBold {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
.numItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	font-style: italic;
	color: #181A4B;
	vertical-align: text-top;
	margin-top:10px;
}
.georgiaItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	font-style: italic;
	color: #181A4B;
}
.georgiaItalic1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 41px;
	font-weight: bold;
	line-height: 50px;
	font-style: italic;
	color: #181A4B;
}
.georgiaItalic2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 61px;
	font-weight: bold;
	line-height: 65px;
	font-style: italic;
	color: #181A4B;
}

.textSmall {
	font-size: 9px;
}
.rightFloat{
	float:right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.leftFloat{
	float:left;
	padding-right: 20px;
	padding-bottom: 20px;
}
/*main content containers*/
 #sideInfo {
	position:absolute; 
	width:150px;
	height:155px;	
	top:165px; 
	left:50%; 
	margin:0px auto auto 150px;
	z-index:5;
	/*border-left-style: dotted;
	border-left-width:0.25px;
	border-left-color:#666666;*/
}
 #topBar {
	position:absolute; 
	background-color: #F5F2E9;
	width:650px;
	height:11px; 	
	top:0px; 
	left:50%; 
	margin:0px auto auto -325px;
	z-index:1;
}
#topHeader {
	position:absolute; 
	background-image:url(../images/topTile.jpg);
	background-repeat:repeat-x;
	width:650px;
	height:136px; 	
	top:17px; 
	left:50%; 
	margin:0px auto auto -325px;
	z-index:1;
}
#mainContent {
	position:absolute;
	background-color: #F5F2E9; 
	width:650px; 	
	top:153px; 
	left:50%;  
	margin:0px auto auto -325px;
	z-index:3;
}
#colNum1{	
	position:absolute; 
	width:650px; 	
	top:324px; 
	left:975px;  
	margin:0px auto auto -325px;
	z-index:4;
}
#colNum2{
	position:absolute; 
	width:650px; 	
	top:553px; 
	left:50%;  
	margin:0px auto auto -25px;
	z-index:4;
}
/*navigation containers...subnav and bottom nav*/
#mainNav { 
	position:absolute; 
	width:650px;
	height:25px; 	
	top:108px; 
	left:50%; 
	margin:0px auto auto -325px;
	z-index:6;
}

img.top {vertical-align:top}

#subNav { 
	position:absolute; 
	width:300px; 
	height:20px; 	
	top:113px; 
	left:50%; 
	margin:0px auto auto -295px;
	z-index:5;
}


/*navigation*/
	A.link		{ color: #666258; text-decoration: underline;} 
	A.link:link		{ color: #666258; text-decoration: underline; } 
	A.link:visited	{ color: #666258; text-decoration: underline; } 
	A.link:active	{ color: #666258; text-decoration: underline; } 
	A.link:hover	{ color: #ffffff; text-decoration: none; background-color:#666258; }
	
	A		{ color: #666258; text-decoration: underline;} 
	A:link		{ color: #666258; text-decoration: underline; } 
	A:visited	{ color: #666258; text-decoration: underline; } 
	A:active	{ color: #666258; text-decoration: underline; } 
	A:hover	{ color: #666258; text-decoration: none; }
