/************************************************************
* AUTHOR:		Kevin K. Nelson								*
* DOMAIN:		www.flashfiredesigns.com					*
*   Main CSS Sheet for Through My Eyes						*
*															*
* Copyright 2002, Kevin K. Nelson.  All Rights Reserved.	*
************************************************************/

/**********************
 TAG DEFINITIONS     */
body {
	margin:				0px 0px 0px 0px;
	background-color:	white;
}
td {
	padding:			0px 0px 0px 0px;
	vertical-align:		top;
}
p {
	margin:				0px 0px 12px 0px;
}

/**********************
 MAIN TABLE CLASSES  */
.contentTable {
	z-index:			1;
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				751px;
	height:				450px;
	border-style:		groove;
	border-width:		0px 2px 2px 0px;
	background-image:	url(../images/logoBG.jpg);
	background-repeat:	no-repeat;
}
.topSpacer {
	height:				109px;
}
.leftSpacer {
	width:				250px;
}
.linkCell {
	height:				80px;
	text-align:			right;
}
.contentCell {
	padding:			0px 50px 20px 0px;
}

/**********************
 LEFT COL CLASSES    */
.leftColTop {
	background-image:	url(../images/LeftCol_top2.gif);
	background-repeat:	no-repeat;
}
.leftColContent {
	font-family:		Verdana, Arial,Helvetica,sans-serif;
	font-size:			8pt;
	background-image:	url(../images/LeftCol_mid2.gif);
	background-repeat:	repeat-y;
	padding:			0px 15px 0px 8px;
}
.leftColBttm {
	background-image:	url(../images/LeftCol_bttm2.gif);
	background-repeat:	no-repeat;
	height:				30px;
}
.leftColText {
	font-family:		Verdana, Arial,Helvetica,sans-serif;
	font-size:			8pt;
}

/**********************
 TEXT CLASSES        */
.title {
	font-family:		Times New Roman, Times, serif;
	font-size:			20pt;
	font-weight:		bold;
	color:				4B2862;
	text-align:			center;
	margin:				0px 0px 20px 0px;
}
.heading {
	font-family:		Times New Roman, Times, serif;
	font-size:			14pt;
	font-weight:		bold;
	color:				4B2862;
	text-align:			left;
	margin:				0px 0px 0px 0px;
}
	
.subTitle {
	font-family:		Times New Roman, Times, serif;
	font-size:			16pt;
	font-weight:		normal;
	color:				4B2862;
	text-align:			center;
	margin:				-15px 0px 20px 0px;
}
.center {
	text-align:			center;
	text-indent:		0px;
}

/**********************
 ANCHOR CLASSES      */
.button {
	display:			block;
	width:				98px;
	height:				25px;
	background-image:	url(../images/button_out.jpg);
	background-repeat:	no-repeat;
	text-decoration:	none;
	text-align:			center;
	font-family:		Times New Roman, times, serif;
	font-size:			12pt;
	font-weight:		bold;
	font-style:			italic;
	color:				black;
}
.button:hover {
	background-image:	url(../images/button_over.jpg);
	color:				white;
}
.buttonOn {
	display:			block;
	width:				98px;
	height:				25px;
	background-image:	url(../images/button_over.jpg);
	background-repeat:	no-repeat;
	text-decoration:	none;
	text-align:			center;
	font-family:		Times New Roman, times, serif;
	font-size:			12pt;
	font-weight:		bold;
	font-style:			italic;
	color:				white;
}