body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0051A0;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #fff;
	border: 2px solid #A3224B;
	height: 100%;
}
#heading {
	font: 35px Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	background-color: transparent;
	text-align:center;
	margin-bottom: 15px;
	color: #fff;
}

#navigation {
	width: 100%;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-align: right;
	background-color: transparent;
	color: #666;
	margin: 5px 0px;
	padding: 5px 5px; 
}
#navigation ul {
	list-style: none;
	margin: 5px 0 0 0 ;
	padding: 4px;
	text-align: right;
	height:15px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited { 
	padding: 4px 15px; 
	color: #666;
	text-decoration: none;
	background-color: transparent;
}
#navigation a:hover {
	color: #666;
	text-decoration: underline;
}
#heading h1{
	font:35px "Courier New", Courier, mono;
	font-weight:bold;
	color:#0051A0;
	background-color: transparent;
	text-align:center;
	padding:  5px;
}
#heading h2 {
	font: 21px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight:bold;
	color: #c00;
	padding: 0px 5px; 		
	line-height: 30px;
}
#heading h3 {
	font: 18px "Courier New", Courier, monospace;
	text-align: center;
	font-weight:bold;
	color: #f33;
	padding: 5px 10px 10px 10px;
}
#content {
	font: small "Courier New", Courier, monospace;
	width: 530px;
	float: left;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
#content p {
	padding-left: 2em;
	line-height: 140%
}
#content h1 {
	font:bold large Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color: #0051A0;
	background-color: transparent;
}
#content h2 {
	font:bold large Georgia, "Times New Roman", Times, serif;
	color: #940D1E;
	padding-left: 25px;
	background-color: transparent;
	text-align:center;
}
#content h3 {
	font:bold medium Georgia, "Times New Roman", Times, serif;
	text-align:left;
	color: #0051A0;
	background-color: transparent;
	padding: 3px 20px;
}
#content li{
	margin-left: 30px;
	padding: 2px;
	font-weight:bold;
}


#footer {
	clear: both;
	padding: 10px ;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
	text-align:center;
}

.style2 {color: #A3224B}
.style3 {color: #AAAAAA}
.style4 {font-size: small}
.style5 {font-size: x-small}
.style7 {text-transform:capitalize }
.style8 {color: #0000FF}
.style9 {
	color: #FF0000;
	font-weight: bold;
}
.style10 {color: #FF0000}
.style11 {
	color: #00f;
	text-decoration: underline;
}
.style12 {font-size: medium}
.style13 {
	color: #0051A0;
	font-weight:bold;
	font-size:small;
	text-align:left;
	text-decoration:underline;
}

.greybox {
	width: 85%;
	margin-left: auto;
 	margin-right: auto;
 	border: 2px solid #aaa;
  	background-color: #fff;
 	color: #000000;
	padding: 5px;
}
.bold{font-weight:bold;}
#right {
	float: right;
	width: 145px;
	background-color: white;
	padding: 10px 5px;
	font-size: x-small;
}
#sitemap {
	display:none;
}
#pad {padding:20px}
#blueish{
	width: 90%;
	margin-left: auto;
 	margin-right: auto;
 	border: 3px solid #003300;
  	background-color: #CCFFCC;
 	padding: 4px;
	color: #000000;
}
/*lins table style*/
#linkscats {
	width: 85%;
	margin-top: 20px;
	margin-left: auto;
 	margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #A3224B;
 	border: 3px solid #A3224B;
	border-collapse: collapse;
  	background-color: #ffffff;
	text-align: center;
}
#linkscats h1{
	color:#A3224B;
	font-size:x-large;
}
#linkscats td, #linkscats th {
	
	padding: 5px;
}
#linkscats a:link, #linkscats a:visited{
	color: #ooooff;
	text-decoration: none;
	font-weight: bold;
}
#linkscats a:hover {
	color: #ooooff;
	text-decoration: underline;
	font-weight: bold;
	background-color: #ffffff;
}
.uselinks a:link, .uselinks a:visited{
	color: #0000ff;
	text-decoration: none;
	background-color: #ffffff;
}
.uselinks a:hover {
	color: #0000ff;
	text-decoration: underline;
	background-color: #ffffff;
}
.left {
	float: left;
	margin-right:5px;
	margin-left: 20px;
}
.right {
	float: right;
	margin-left:5px;
	margin-right: 20px;
}
#greenbox{
	width: 85%;
	margin-left: auto;
 	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
 	border: 3px solid #0051A0;
  	background-color: #ebebeb;
 	padding: 10px;
	color: #000;
}


/**/