/* style sheet */

/*
http://www.westciv.com/style_master/academy/hands_on_tutorial/04.creating_the_ss.html
*/


body 
{ 
/*	background-color: 	#95b7cd; 
//	background-image: 	url(../images/page-bg.gif);
//	border: 		#000000 5px solid;
*/
	color:			#444;
	font-family: 		Verdana, Helvetica, Arial, sans-serif;
	font-size:		1em;

	width:			100%;
	margin:			0;
}

h1
{
	font-size:		1.2em;
	text-align:		right;
	font-style: 		italic;
	letter-spacing: 	5px;
}

h1.banner
{
	background-color:	#d0e0e4;
	font-size:		1.1em;
	text-align:		center;

}

h1.lcc:first-letter
{
	color:			#FF0000;
	font-size:		2.4em;
	text-align:		right;
	font-style: 		italic;
	letter-spacing: 	5px;
}

h2
{
	font-size:		1.1em;
	text-decoration: 	none;
}

p, table tr td p, ul li
{
	font-size:		0.9em;
	text-align: 		justify;
	line-height: 		1.7em;
}

p.center, p ul li.center, ul.center, ol.center, p.centered-quotation
{
/*
//	font-size:		0.8em;
//	line-height: 		1.7em;
*/
	text-align: 		center;
}

ol.links li
{
	padding-bottom:	30px;
}

p.quotation, p.centered-quotation
{
	font-style:		italic;
	padding-left:		20px;
}	

p.right
{
/*
//	font-size:		0.8em;
//	line-height: 		1.7em;
*/
	text-align: 		right;
}

p.footer 
{
/*	display:		none;
*/
	font-size: 		.5em;
	text-align: 		center;
/*	font-weight:		bold;
*/
}

/* EM is used to change color of initial lettters in some places */
em
{
	font-style:		normal;
}

img.left-floating 
{
	float: 			left;
	padding-left:		12px;
	padding-right:		12px;
}

img.right-floating 
{
	float: 			right;
	padding-left:		12px;
	padding-right:		12px;
}

a
{
	font-weight:		bold;
}

a:link
{
	background-color:	#e0f0f4;
	text-decoration:	underline;
	font-weight:		bold;
	color: 			#555555;
}

a:visited
{
	background-color:	#e0f0f4;
	text-decoration:	underline;
	font-weight:		bold;
	color: 			#555555;
}

a:hover
{
	background-color:	#aaddee;
}

a:active
{
	background-color:	#3cc7f0;
}

#header 
{
	padding-left: 		10px;
	padding-right: 		10px;
	padding-top: 		5px;
	padding-bottom: 	5px;
	width:			772px; /* 672 + 60 + 60 = 792 wIDTH OF PAGE */
	height:			90px;
	margin-left:		auto;
	margin-right:		auto;
/*
//	border: 		#FF0000 5px solid;
*/
	background:	no-repeat url(../images/LCC_Logo_TransNT_125x85.gif) right;
	background-color: 	#e0f0f4;

}

#header p
{
}

#header p.p1
{
	font-size:		2em;
	font-weight:		bold;
	line-height: 		100%;
	padding-top:		0px;
	margin:			10px;
	padding-bottom:		0px;
/*	border:			#00FF00 5px solid; */
/*	display: 		inline;*/
}

#header p.p2
{
	margin:			10px;
	line-height: 		100%;
/*	border:			#FF0000 5px solid; */
	font-size:		1.5em;
	font-style:		normal;
/*	display: 		inline;*/
}

#content 
{
	width:			791px;
	position:		relative;
	margin-left:		auto;
	margin-right:		auto;
/*
//	border: 		#0000FF 5px solid;
*/
}

#navbar 
{
	position: 		absolute;
	top: 			0px;
	left: 			-1px;
	width:			793px;
	height:			43px;
	font-size:		0.8em;
	background-color: 	#e0f0f4;
/*
//	border: 		#00FF00 5px solid;
*/
}

#navbar ul
{
	float:			left;

	width:			100%;
	padding:		0;
	margin-left:		2px;
	margin-right:		1px;
	margin-top:		0px;
	margin-bottom:		0px;
/*	margin:			0;*/
	list-style-type:	none;
	display:		inline
}

#navbar li
{
	display:		inline;
	font-size:		0.8em;
}

#navbar a
{
	float:			left;
	width:			73px;	/* 1 + 2 + 60 + 2 + 1 = 72 */
	height:			37px;	/* 1 + 2 + 35 + 2 + 1 = 43 */
	text-decoration:	none;
	text-align:		center;
	color:			#ffffff;
	background-color:	#003399;
	padding:		2px 2px;
	border:			1px solid white;
}

#navbar a:hover
{
	background-color:	#0066ff;
	font-size:		1.1em;
}

#navbar a.sel 
{
	color:			#ffffff;
	background-color:	#009966;
	border-bottom:		0px;
}


#main-text 
{
	position:		relative;
	top:			42px;
	background-color:	#e0f0f4;
	border-top:		#009966 8px solid;
	padding-top: 		10px;
	padding-left: 		10px;
	padding-right: 		10px;
	padding-bottom: 	10px;
}

#outer-image 
{
}

#inner-image 
{	
}

#footer
{
	position:		relative;
	top:			25px;
	padding-left: 		60px;
	padding-right: 		60px;
	padding-top: 		10px;
	padding-bottom: 	20px;
	width:			672px; /* 672 + 60 + 60 = 792 wIDTH OF PAGE */
	height:			40px;
	margin-left:		auto;
	margin-right:		auto;

/*	border: 		#343434 5px solid;
	background:	no-repeat url(../images/LCC_Logo_Trans35.gif) left;
*/	background-color: 	#e0f0f4;
}

/* SELECTED STYLE */
#style-list a.s5
{
	color:			#95b7cd;
	background-color:	#555555;
}

