/* Global */

/* the main id is to be placed in each page to set its height
#main {
	background-color: #14285a center;
	height: 800px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}*/

body {
	color: #99CCFF;
	background-color: #142850;
	margin: 0px;
	letter-spacing: .4em;
	font: Georgia, "Times New Roman", Times, serif;
	}
#headLeft {
	float: left;
	height: 166px;
	width: 250px;
}
#headRight {
	float: left;
	height: 166px;
	width: 510px;
	color: #c30;
	text-align: center;
	letter-spacing: .6em;
	background: #000000;
}
#firstRule {
	height:2px;
	width:760px;
	position: relative;
	float: left;
	left: auto;
	background-color: #FF0000;
	}
#secondRule {
	background-color:#14285F;
	height: 2px;
	width: 760px;
	left: auto;
	position: relative;
	float: left;
	}
#thirdRule {
	background-color:#FF0000;
	height: 1px;
	width: 760px;
	left: auto;
	position: relative;
	float: left;
	}
#pageHeading {
	position:absolute;
	left:239px;
	top:193px;
	width:605px;
	height:47px;
	z-index:1;

	font-size: 30px
	color: #c30
; 	font-size: 30px;
	color: #f30;
	text-align: center;
}
#navigation {
	width: 120px;
	display: inherit;
	float: left;
}

#navigation a {
	font:bold 11px/16px georgia;
	color: #99CCFF;
	text-decoration: none;
	letter-spacing:0.1em;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	text-align: center;
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
a {
	color: #CC3300;
	text-decoration:none;
	}
a:hover {
	color: #FF3300;
	text-decoration:underline;
	}
#content {
	padding: 20px 10px 10px;
	margin-left: 140px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	}
#footer {
	padding: 10px;
	text-align: right;
	margin-top: 10px;
	font-weight: normal;
	font-size: 10px;
	float: none;
	position: inherit;
	left: 280px;
	top: 468px;
	width: 560px;
			}
/*class*/
.logo_L1 {
	font-size: 20px;
}
.logo_L2 {
	font-size: 30px;
	}
.logo_L3 {
	font-size:14px;
	line-height: 60px;
	letter-spacing: .6em;
	}
.bodyText {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #99ccff;
	letter-spacing: 0.1em;
	padding: 5px;
}
.greetingText {
	letter-spacing: .2em;
	margin: 0px;
	padding: 0px;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
