body {
	margin: 20px 0px 0px 20px;
	background-color: #ffffff;
	/*background-image:url(../images/background_tile3.jpg);
	background-attachment:fixed;
 	background-position:bottom center;
	background-repeat:no-repeat;*/
}

.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4F7179;
}
.textBoldGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.georgiaItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.textSmall {
	font-size: 9px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-weight: normal;
}
p.frameStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-weight: normal;
}
ul.num {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-weight: normal;
	margin-left:0px;
	list-style: decimal outside;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-weight: normal;
	margin-left:0px;
	list-style: circle outside;
}
.floatleft{
float:left;
}

#mobile {
margin: 0 auto;
	width:600px;

}

#logo {
	width:259px;
	height:83px; 
}
#logoTile {
	height:83px;
	width:259px; 
		background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}
#mainContent { 
	position:absolute;
	width:400px;  	
	top:103px; 
	left:300px; 
	/*left:50%; 
	margin:0px auto auto -280px;*/
	z-index:5;
}

#thumbsContent { 
	position:absolute;
	width:400px;  	
	top:20px; 
	left:300px; 
	/*left:50%; 
	margin:0px auto auto -280px;*/
	z-index:5;
}
/*navigation containers...subnav and bottom nav*/
#mainNav {  
	width:259px; 	
}
/*navigation*/
	A			{ color: #2E496C; text-decoration: none;} 
	A:link		{ color: #2E496C; text-decoration: none; } 
	A:visited	{ color: #386EB4; text-decoration: none; } 
	A:active	{ color: #2E496C; text-decoration: underline; } 
	A:hover		{ color: #2E496C; text-decoration: underline; }
	


	A.sub			{ color: #2E496C; text-decoration: none;} 
	A.sub:link		{ color: #2E496C; text-decoration: none; } 
	A.sub:visited	{ color: #2E496C; text-decoration: none; } 
	A.sub:active	{ color: #2E496C; text-decoration: underline; } 
	A.sub:hover		{ color: #2E496C; text-decoration: underline; }
