/*@charset "UTF-8";
 CSS Document 

<!--*/

body {
	margin: 0 0 0 0;
	background: #000000 url('/img/skyBG.jpg') center top repeat-x;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif; /* Geneva, Arial, Helvetica, sans-serif*/
}

#pgHdr {
	background: #000000;
  margin: 40px auto 0px;
	width: 80%;
  max-width: 900px;
  height: 80px;
  border: 2px solid #f0e8c1;
  border-bottom: 0px;
  border-radius: 20px 20px 0px 0px;
}

#pgBody {
	background: #87663dCC url('/img/pg_bot_bg.png') center bottom repeat-x;
  margin: 0px auto;
	width: 80%;
  max-width: 900px;
  /*height: 600px;*/
  min-height: 300px;
  border: 2px solid #f0e8c1;
  border-top: 2px solid #f0e8c1;
  /*border-radius: 0px 0px 20px 20px;*/
}

#pgFtr {
	background: #f0e8c1;
  margin: 0px auto 40px;
	width: 80%;
  max-width: 900px;
  /*height: 600px;*/
  height: 20px;
  border: 2px solid #f0e8c1;
  border-top: 0px solid #f0e8c1;
  border-radius: 0px 0px 20px 20px;
}

#pgNav {
  display: inline-block;
  min-width: 200px;
  height: 200px;
  border: 1px solid #f0e8c1;
   margin: 20px 20px 184px 20px;
  border-radius: 10px;
}

#pgCont {
  display: inline-block;
  width: 80%;
  min-height: 300px;
  /*border: 1px solid #f0e8c1;
  border-radius: 10px;*/
  margin: 20px 20px 184px 0px;
  padding: 20px;
}

/*-------------------------------------*/

#navBg {
	background: url('') center top no-repeat;
	width: 206px;
	/*height: 267px;*/
}

#navBotBg {
	background: url('') center bottom no-repeat;
	width: 206px;
	height: 267px;
}

#navArea {
	width: 206px;
	height: 850px;
}

/*-------------------------------------*/

#copyTopBg {
	background: url('') center top no-repeat;
	width: 422px;
	height: 361px;
}

#copyBotBg {
	background: url('') center bottom no-repeat;
	width: 422px;
	height: 392px;
}


#copyArea {
	width: 422px;
	height: 753px;
}


/* TEXT STYLES ###########################################*/
h1 {
	letter-spacing: 2px;
	text-align: center;
	color: #f0e8c1;
	font: bold 18px "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h4 {
	letter-spacing: 1px;
	color: #10173f;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

.quote {
	/*letter-spacing: 1px;*/
  text-indent: 0px;
	color: #000;
	font: bold 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align: center;
	margin: 10px 0 20px 0;
}

.author {
	font: bold 11px "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
}

p {
  text-indent: 40px;
  text-align: justify;
}

p, li {
	font-size: 14px;
	color: #f0e8c1;
}

li {
	text-align: left;
}

.pgHdr {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #2d2f38;
}

.txtHdr {
	font-size: 16px;
}

.txtInfo {
	font-size: 10px;
}

.justify {
	text-align: justify;
}

.noJustify {
	font-size: 12px;
	color: #2d2f38;
}

.copyRight {
	font-size: 10px;
	font-weight: 400;
	text-align: left;
}



/* RSS FEED STYLES ###########################################*/
.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
color:#990000;
}

.labelfield{ /*CSS for label field in general*/
color: #663300;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example3{ /*Demo 3 main container*/
width: 150px;
height: 160px;
border: 0px solid navy;
padding: 4px;
overflow: hidden;
}

#example3 p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
font-size: 11px;
}





/* LINK STYLES ###########################################*/
a.lnbLink {
	display: block;
	padding: 7px 0 0 0;
	height: 18px;
	width: 180px;
	overflow: hidden;
	font: bold 11px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
	background: url( '' ) top left no-repeat;
}
	
a.lnbLink:hover {
	background-position: 0 -25px;
	color: #333333;
}

a.lnbLink:active {
	background-position: 0 -25px;
	color: #333333;
}

div.iconPadding {
	padding: 8px 0 0 0;
}


.pgPicLink {
	font: normal 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
	border: 1px solid #999999;
	color: #003366;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
}
	
.pgPicLink:hover {
	border: 1px solid #fff;
}

.pgPicLink:active {
	border: 1px solid #fff;
}



a.txtLink {
	font: normal 12px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #853719;
	text-decoration: underline;
	text-align: left;
	letter-spacing: 1px;
}
	
a.txtLink:hover {
	color: #c8572c;
}

a.txtLink:active {
	color: #c8572c;
}


a.iconLink {
	font: bold 10px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #777777;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1px;
}
	
a.iconLink:hover {
	color: #333333;
}

a.iconLink:active {
	color: #333333;
}




.paginationActive {
	display: inline;
	background: #FFFFFF url('') center repeat-y;
	border: 1px solid #b2b1b1;
	padding: 2px 4px 2px 4px;
	margin: 0 3px 1px 3px;
	text-align: center;
	font: bold 10px "Courier New", Courier, mono;
	color: #2d2f38;
	background-color: #FFFFFF;
	text-decoration: none;
}

.paginationNa {
	display: inline;
	border: 1px solid #ccc;
	padding: 2px 4px 2px 4px;
	margin: 0 3px 1px 3px;
	text-align: center;
	font: bold 10px "Courier New", Courier, mono;
	color: #999999;
	text-decoration: none;
}

a.paginationLink {
	display: inline;
	background: #FFFFFF url('') center repeat-y;
	border: 1px solid #5b79a3;
	background-color: #cccccc;
	padding: 2px 4px 2px 4px;
	margin: 0 3px 1px 3px;
	text-align: center;
	font: bold 10px "Courier New", Courier, mono;
	color: #2d2f38;
	text-decoration: none;
}
	
a.paginationLink:hover {
	color: #2d2f38;
	background-color: #E2E2E2;
}

a.paginationLink:active {
	color: #2d2f38;
	background-color: #E2E2E2;
}


/* RIGHT MENU STYLES ###########################################*/
#rightNavWidth {
	width: 110px;
}

#rightNavArea {
	background: url('') right top no-repeat;
	float: left;
}

#btnArea {
	float: left;
	width: 16px;
	height: 422px;
}

#rightNavContent {
	float: left;
	width: 94px;
	height: 422px;
	font: bold 10px Arial, Helvetica, sans-serif;
	text-align: center;
}

.copyRight {
	font-size: 10px;
	font-weight: 400;
	text-align: center;
}

a.copyRightLink {
	font: normal 11px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #273f7b;
	text-decoration: underline;
	text-align: left;
	letter-spacing: 1px;
}
	
a.copyRightLink:hover {
	color: #5471b8;
}

a.copyRightLink:active {
	color: #5471b8;
}


/*-->*/