body
{
	background-color:	#d0d0d0;
}

.card
{
	border-top:			1px solid #000000;
	border-left:		1px solid #000000;
	border-right:		2px solid #000000;
	border-bottom:		2px solid #000000;
}

.cardRandomizer
{
	height:				100%;
	width:				100%;	
}

.cardRandomizerDiv
{	
	position:			relative;
	top:				15px;
	left:				0px;
	width:				715px;
	height:				200px;
	border:				1px solid #000000;
	background-color:	#fef2dc;
	text-align:			center;	
}

.categoryBoxesDiv
{
	position:			relative;
	top:				10px;
	left:				0px;
	text-align:			center;
}

.categoryBox1
{
	position:			relative;
	top:				0px;
	left:				0px;
	width:				145px;
	height:				125px;
	border:				1px solid #000000;
	background-image:	url(../images/homeOff.jpg);
	background-color:	#fef2dc;
	text-align:			center;
	cursor:				hand;
}

.categoryBox2
{
	position:			relative;
	top:				0px;
	left:				0px;
	width:				145px;
	height:				125px;
	border:				1px solid #000000;
	background-image:	url(../images/financialOff.jpg);
	background-color:	#fef2dc;
	text-align:			center;
	cursor:				hand;
}

.categoryBox3
{
	position:			relative;
	top:				0px;
	left:				0px;
	width:				145px;
	height:				125px;
	border:				1px solid #000000;
	background-image:	url(../images/lifeOff.jpg);
	background-color:	#fef2dc;
	text-align:			center;
	cursor:				hand;
}

.categoryBox4
{
	position:			relative;
	top:				0px;
	left:				0px;
	width:				145px;
	height:				125px;
	border:				1px solid #000000;
	background-color:	#fef2dc;
	background-image:	url(../images/techOff.jpg);
	text-align:			center;
	cursor:				hand;
}

.categoryBox5
{
	position:			relative;
	top:				0px;
	left:				0px;
	width:				145px;
	height:				125px;
	border:				1px solid #000000;
	background-image:	url(../images/printingOff.jpg);
	background-color:	#fef2dc;
	text-align:			center;
	cursor:				hand;
}

.categoryHeading1
{
	font-family:		Verdana;
	font-size:			15.5pt;
	font-variant: 		small-caps;
	font-weight:		bold;
	text-decoration:	underline;
	color:				#00ffff;
}

.categoryHeading2
{
	font-family:		Verdana;
	font-size:			15.5pt;
	font-variant: 		small-caps;
	font-weight:		bold;
	text-decoration:	underline;
	color:				#00ff00;
}

.categoryHeading3
{
	font-family:		Verdana;
	font-size:			15.5pt;
	font-variant: 		small-caps;
	font-weight:		bold;
	text-decoration:	underline;
	color:				#ffff00;
}

.categoryHeading4
{
	font-family:		Verdana;
	font-size:			15.5pt;
	font-variant: 		small-caps;
	font-weight:		bold;
	text-decoration:	underline;
	color:				#0000ff;
}

.categoryHeading5
{
	font-family:		Verdana;
	font-size:			15.5pt;
	font-variant: 		small-caps;
	font-weight:		bold;
	text-decoration:	underline;
	color:				#ff0000;
}

.fadeOutBox1
{
	position:			relative;
	top:				0;
	left:				10;
	width:				109px;
	height:				90px;
	border:				1px solid #000000;
	background-color:	#fdd585;	
}

.fadeOutBox2
{
	position:			relative;
	top:				0;
	left:				20;
	width:				109px;
	height:				80px;
	border:				1px solid #000000;
	background-color:	#fdda92;	
}

.fadeOutBox3
{
	position:			relative;
	top:				0;
	left:				30;
	width:				109px;
	height:				70px;
	border:				1px solid #000000;
	background-color:	#fddfa2;	
}

.fadeOutBox4
{
	position:			relative;
	top:				0;
	left:				40;
	width:				109px;
	height:				60px;
	border:				1px solid #000000;
	background-color:	#fde3ae;	
}

.fadeOutBox5
{
	position:			relative;
	top:				0;
	left:				50;
	width:				109px;
	height:				50px;
	border:				1px solid #000000;
	background-color:	#fde8be;	
}

.footerMainDiv
{
	position:			relative;
	top:				10;
	left:				0;
}

.footerBar
{
	height:				100%;
	width:				100%;
}

.footerBarDiv
{
	position:			relative;
	top:				0px;
	left:				0px;
	width:				770px;
	height:				25px;
	border:				1px solid #000000;
	background-color:	#f1ddb6;
	background-image:	url(../images/navBarBG.jpg);
}

.headerDiv
{
	position:			relative;
	top:				0;
	left:				0;
	width:				770px;
	height:				135px;;
	text-align:			left;
}

.headerLogoBox
{
	position:			relative;
	top:				0;
	left:				0;
	width:				175px;
	height:				100px;
	border:				1px solid #000000;
	background-color:	#FDD076;
	text-align:			center;
}

.mainCardDisplay
{
	height:				100%;
	width:				90%;
}

.mainDiv
{
	position:			relative;
	top:				0px;
	left:				0px;
	width:				770px;
	height:				435px;
	text-align:			center;
	overflow-y:			auto;
}

.navBar
{
	height:				100%;
	width:				100%;
}

.navBarDiv
{
	position:			relative;
	top:				5px;
	left:				0px;
	width:				770px;
	height:				25px;
	border:				1px solid #000000;
	background-color:	#f1ddb6;
	background-image:	url(../images/navBarBG.jpg);
	text-align:			left;
}

.navBarLinks
{
	height:				100%;
	width:				100%;
}

.outerBorder
{
	border:				1px solid #000000;
	background-image:	url(../images/bodyBG.jpg);
	height:				100%;
}

.pageDimensionsDiv
{
	position:			absolute;
	top:				10;
	left:				0;
	width:				100%;
	height:				95%;
	text-align:			center;
}

.pageText
{
	font-family:		Verdana;
	font-size:			9.5pt;
	color:				#000000;
}

.pageTextWorkInProgress
{
	font-family:		Verdana;
	font-size:			9.5pt;
	font-weight:		bold;
	color:				#ff0000;
}

.pageTextBold
{
	font-family:		Verdana;
	font-size:			9.5pt;
	font-weight:		bold;
	color:				#000000;
}

.pageTextHighlight
{
	font-family:		Verdana;
	font-size:			9.5pt;
	color:				red;
}

a:hover.pageTextLink
{
	color:				blue;
	text-decoration:	underline;
}

.pageTextLink
{
	font-family:		Verdana;
	font-size:			9.5pt;
	color:				#000000;
	text-decoration:	none;
}

.para1
{
	position:			relative;
	top:				5px;
	left:				0px;
	width:				730px;
	height:				80px;
	border:				1px solid #000000;
	background-color:	#fef2dc;
	text-align:			center;
}

.siteTitle
{
	font-family:		Verdana;
	font-size:			15pt;
	font-weight:		bold;
	font-variant: 		small-caps;
	text-decoration:	none;
	color:				#000000;
}