/* CSS Document */
/*links*/

a:link, a:visited {
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #FFFF00;
	}
	
/*typography*/

body {
	font-family: Helvetica, Arial, Sans-Serif;
	color: #000000;
	font-size: 100%;
	line-height: 16px;
	text-align: left;
		}
h1,h2,h3,h4,h4,h5,h6,arcHeader{
	font-weight:bold;
		}
		
H1{
	font-size:24px;
	color:#000000;
	}
	
H2{
	font-size:18px;
	color:#000000;
	}
	
H3{
	font-size:16px;
	color:#000000;
	}				
	
H4{
	font-size:12px;
	color:#000000;
	}
	
pcontent{
	font-size:12px;
	color:#333333;
	}	
	
p{
	font-size:12px;
	color:#333333;
	}
	
arcHeader{
	font-size:18px;
	color:#FF0000;
	}
			
/*content*/
	
	#frame {
		width:790px;
		margin-right:auto;
		margin-left:auto;
		margin-top:20px;
		padding:0px;
		text-align:left;
		}
		
	#title {
	width:120px;
	padding:10px 0px 0px 0px;
	float:left;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 0px 10px 0px 10px;
		}
		
	#titleB {
	width:120px;
	padding:10px 0px 0px 0px;
	float:left;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	margin: 0px 10px 0px 10px;
		}		
	
	#titleC {
	width:120px;
	padding:10px 0px 0px 0px;
	float:left;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	margin: 0px 10px 0px 0px;
		}		
			
	#oneCol {
	width:120px;
	padding:10px 0px 0px 0px;
	float:left;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 0px 10px 0px 0px;
		}
		
	#twoCol{
	width:250px;
	padding:12px 0px 0px 0px;
	float:left;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 0px 10px 0px 0px;
		}
		
	#slideNav{
	width:240px;
	padding:12px 0px 0px 0px;
	float:left;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 0px 10px 0px 10px;
		}
			
	#subFrame{
	width:250px;
	padding:0px 0px 0px 0px;
	float:left;
	margin: 0px 10px 0px 0px;
		}
	
	#subArchFrame{
	width:120px;
	padding:0px 0px 0px 0px;
	float:left;
	margin: 0px 10px 0px 0px;
		}
			
	#subContent {
	width:250px;
	padding:13px 0px 0px 0px;
	float:inherit;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
		}
	
		
	#threeCol{
	width:370px;
	padding:10px 10px 10px 10px;
	float:left;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 0px 0px 0px 0px;
		}	
		
	#fullCol{
	width:780px;
	padding:0px 0px 0px 0px;
	float:none;
	border-top-width: 1px;
	margin: 0px 0px 0px 10px;
		}
			
	#archContent {
	width:190px;
	padding:13px 0px 0px 0px;
	float:inherit;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
		}
		
	#subArchContent {
	width:120px;
	padding:13px 0px 0px 0px;
	float:inherit;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
		}	
		
	#wallet {
	width:50px;
	padding:30px 10px 0px 0px;
	float:inherit;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
		}

.lineThru {
	text-decoration: line-through;
	color: #999999;
}
