
/*	--------------------------------------	*/
/* 	STANDARD HTML TAG RESETS               	*/
/*	--------------------------------------	*/

	body,
	h1, h2, h3,
	p, ul, li,
	form {
		border:	0;
		margin:	0px;
		padding:0px;
	}

/*	--------------------------------------	*/
/* 	STANDARD HTML TAG DEFINITION           	*/


	body,
	form,
	input,
	td {
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		11px;
		color: 			#58595B;
		line-height:	120%;
	}
	
	p { /* text area text */
		font-family: 	Verdana, Helvetica, sans-serif;
		font-size: 		11px;
		line-height:	120%;
		color: 			#58595B;

	}
	
a,
a:link,
a:visited{
	color: 				#ED1C24;
	text-decoration: 	none; 
	}


a:active,
a:hover{
	color: 				#000000;
	text-decoration: 	none; 
	}	
		


/*	--------------------------------------	*/
/* 	SCROLL BARS							 	*/

	html,
	body {
		scrollbar-track-color: 		#ffffff;
		scrollbar-face-color: 		#58595B;
		scrollbar-arrow-color: 		#ffffff;
		scrollbar-3dlight-color: 	#ffffff;
		scrollbar-highlight-color: 	#ffffff;
		scrollbar-shadow-color: 	#ffffff;
		scrollbar-darkshadow-color: #ffffff;
		background-color:			#ffffff;
	}


/*	--------------------------------------	*/
/* 	PAGE ELEMETS                           	*/
/*	--------------------------------------	*/

.Container {
	margin:			0 auto;
	position:		relative;
	width:			980px;  
	}

.Top {
	height:			50px;
	position:		relative;
	width:			980px;
	margin:			0;
	padding:		0;
	background-image: url(Graphics/AJS-Logo.gif);
	background-repeat:no-repeat;
	background-position:0px 15px;
	}

.MainArea {
	position: 		relative;
	min-height:		400px;
	width:			842px;
	margin:			0;
	padding:		0;
	}
	
.Footer {
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 		10px;
	line-height:	120%;
	padding-bottom:	20px;
	color: 			#58595B;
	}
	
.FooterBG {
	background-image: url(Graphics/FootBG.jpg);
	background-repeat:repeat-x;
	background-position: top;
	height:				53px;
	}
	
.Gray {
		color: #58595B; 
		}
.Red {
		color: #ED1C24; 
		}
.Black {
		color: #000000; 
		}

h1 { /* all main headers */
	color: 				#ED1C24;
	font-size: 			17px;
	font-weight: 		normal;
	line-height:		140%;
	margin-bottom:		10px;
	text-decoration: 	none;
	}


h2 { /* all sub headers */
	color: 				#ED1C24;
	font-size: 			13px;
	font-weight: 		normal;
	margin: 			0px;
	margin-bottom:		10px;
	text-decoration: 	none;
	padding:			0px;
	text-transform:		uppercase;
	}

.Header { /* all main headers */
	color: 				#ED1C24;
	font-size: 			17px;
	font-weight: 		normal;
	line-height:		140%;
	margin-bottom:		10px;
	text-decoration: 	none;
	}

.SubHeader { /* all sub headers */
	color: 				#ED1C24;
	font-size: 			13px;
	font-weight: 		normal;
	margin: 			0px;
	margin-bottom:		10px;
	text-decoration: 	none;
	padding:			0px;
	text-transform:		uppercase;
	}
	
/*	--------------------------------------	*/
/* 	TOP AREA	                           	*/
/*	--------------------------------------	*/

#InfoMenuContainer {
	position: 			relative;
	}
	
.InfoMenu {
	clear: 				both;
	list-style-type: 	none;
	position:			relative;
	margin: 			0;
	margin-top:			33px;
	width:				500px;
	padding: 			0;
	float:				right;
	height:				20px;
	}
	
.InfoMenu li{
	display: 			inline;
	float:				left;
	padding-left: 		37px;
	height:				20px;
	line-height:		140%;
	}
	
.InfoMenu li a,
.InfoMenu li a:link,
.InfoMenu li a:visited {
	color: 				#58595B;
	display: 			inline;
	font-size: 			10px;
	line-height:		100%;
	text-decoration: 	none;
	text-transform:		uppercase;
	}


.InfoMenu li a:active,
.InfoMenu li a:hover {
	color: 				#ED1C24;
	}
	
	
#InfoMenuOn {
	padding-left: 		40px;
	height:				20px;
}

#InfoMenuOn a{
	color: 				#ED1C24;
}


.FolioPic {
	margin:				0px;
	padding: 			0px; 
	border:				1px solid #bebebe;
}
	
.Line {
	margin:				0px;
	margin-top:			10px;
	margin-bottom:		10px;
	height:				1px;
	padding: 			0px; 
	width:				980;
	border-bottom:		1px solid #bebebe;
}
/*	--------------------------------------	*/
/* 	MAIN AREA	                           	*/
/*	--------------------------------------	*/


.TextArea {
	padding:			40px;
	padding-top:		16px;
	text-align:			left;
	}	

.SideArea {
	position: 			relative;
	padding:			16px;
	margin:				0;
	width:				136px;
	min-height:			388px;
	}
.SideArea p {
	font-family: 	Verdana, Helvetica, sans-serif;
	font-size: 		10px;
	line-height:	120%;
	color: 			#58595B;
	}
	
/*	--------------------------------------	*/
/* 	SUBMENU ON TEXT.PHP					   	*/	

.SubMenuBG {
	width:				138px;
	min-height:			388px;
	background-image:	url(Graphics/MenuBG.jpg) ;
	background-position: top;
	background-repeat: repeat-x;

	}
.SubMenuArea {
	position: 			relative;
	padding:			16px;
	margin:				0;
	width:				106px;
	height:				388px;
	}
	
.SubMenu {
	list-style-type: 	none;
	margin: 			0;
	padding: 			0;
	width:				106px;
	}
	
.SubMenu li{
	display: 			block;
	float:				left;
	width:				106px;
	white-space:		normal;
	}
	
.SubMenu li a,
.SubMenu li a:link,
.SubMenu li a:visited {
	color: 				#58595B;
	font-size: 			10px;
	width:				106px;
	float:				left;
	padding: 			0px;
	padding-bottom:		10px;
	text-decoration: 	none;
	text-transform:		uppercase;
	}
	
.SubMenu li a:active,
.SubMenu li a:hover {
	color: 				#ED1C24;
	}

#SubMenuOn a{
	color: 				#ED1C24;
	}














