@charset "iso-8859-1";
/* Standard Web CSS Document for LeChucky's projects*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background:repeat-x;
	background-color:#000000;
	
	/*background:fixed;*/

}

body,td,th, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:30px;
	/*color:#666666;*/
	/**/

	

	/* text-align:justify; */
	/*
	word-spacing:	normal;
	letter-spacing:	normal;	
	*/	
}

td {
	background-repeat: repeat-x; 
	background-position: bottom;
}

.backgrnd{background-image:url(images/bryanempty.jpg); background-position:top; background-repeat:no-repeat;}

a:link {
	color: #000000;
	text-decoration: none;	
	border: 0;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: none;
	color: #176e63;
}

a:active {
	text-decoration: none;
	color: #AAAAAA;
}

a img {border: none; } 

h1 {}

h2 {}

h3 {}

/* form elements */
BUTTON {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
INPUT {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
SELECT {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}
TEXTAREA {font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

/* block quote and list */
BLOCKQUOTE, PRE	{font-family:	Courier New, monospace;}

UL LI	{list-style-type:	square ;}	

UL LI LI {list-style-type:	disc;}	

UL LI LI LI	{list-style-type:	circle;}	
	
OL LI {list-style-type:	decimal;}	

OL OL LI {list-style-type:	lower-alpha;}	

OL OL OL LI	{list-style-type:	lower-roman;}


/* User defined */
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #33333;
	/*font-weight: bold;*/
}

.awards {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
	/*font-weight: bold;*/
}
.Pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	line-height:40px;
	color: #33333; 
	text-shadow: 0.05em 0.05em 0.2em #ffffff;
}
.Pagesubheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:25px;
	color: #33333; 
	text-shadow: 0.05em 0.05em 0.2em #ffffff;
}
.subbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:20px;
	color: #333333; 
	text-shadow: 0.1em 0.1em 0.2em #ffffff;
}

.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 1.5;
	color:#c1b88a;
}


.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333333;
}


.footer {font-size: 12px; color: #CCCCCC; font-family: Arial, Helvetica, sans-serif;}
A.footer:link, A.footer:visited, A.footer:active{color: #000000;}
A.footer:hover{color: #000000;text-decoration: underline;}

.logolink {font-size: 12px; color: #666666; font-family: Arial, Helvetica, sans-serif;}
A.logolink:link, A.logolink:visited, A.logolink:active{color: #666666;}
A.navigation:hover{color: #666666;text-decoration: underline;}

.copyright {
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000066;
}


