

/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
  background-color: #000449;
  width:1000px;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 150% }
h2 { font-size: 130%; }
h3 { font-size: 120%; }
h4 { font-size: 118%; letter-spacing: .15em }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    color: #69c;
    border-bottom: 1px dotted #69c; 
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }


a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}



/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited {
   color: #454D5B;
}
h3, h3 a, h3 a:visited {
  color: #003CA2;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {	
	/* color: #06c; */
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}


.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }



/* Layouts  */

#page {
	padding: 0;
	background: url(img/background.jpg) no-repeat bottom left;
}

#content, post {
  text-align: left;
  line-height: 1.5em;
  border:1px solid #fff;
  margin: 8px;
  xmargin-left: 170px;
	padding: 5px 30px 30px 10px;  
	background: url(img/water_mark.gif) no-repeat top right;
	padding-right: 30px;
	background-color: #FFF;

	float: left;
	width: 770px;
}

#content_home {
  text-align: left;
  line-height: 1.5em;
  border:1px solid #fff;
  margin: 8px;
  xmargin-left: 170px;
	xmargin-right: 177px;
	padding: 5px 30px 30px 10px; 
	background: url(img/water_mark.gif) no-repeat top right;
	background-color: #FFF;
  float:left;
  width: 600px;
}

#rightSide {
	float: left;
	xclear: none;
	background-color: #6C6E8E;
	border:1px solid #fff;
	margin: 8px 4px 0 8px;
	padding: 5px;
	width: 150px;
	overflow: hidden;
}

#rightSide ul, #rightSide il {
  margin: 0;
	padding: 0;
}

/* Header 
------------------------------------------------------------------------- */

#header { 
		background: #000449 url(img/pk_banner.jpg) no-repeat top right;
    height: 90px;
		border:1px solid #fff;
		margin: 8px;
}

#header h1 {
    margin: 0;
    padding: 45px 60px 45px 75px;
    color: #fff;
    text-shadow: #81A75B 2px 2px 2px;
    background: url(images/top_h1.gif) no-repeat bottom left;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #fff 0 0 4px;
}

#headerInc { 
    background: url(img/logo.gif) no-repeat top left;
    height: 90px;
}

/* Search Form 
------------------------------------------------------------------------------- */
#search {
  padding-top: 10px;
	padding-bottom: 10px;
}
form.FSF_form {
  width: auto;
}

input.FSF_input { 
	display: inline;
	width: 100px;
	height: 17px;
	border: 1px solid #ddd;
	border-left-color: #c3c3c3;
	border-top-color: #7c7c7c;
	background: #fff url(images/input-bg.gif) repeat-x top left;
	margin: 0px 5px 0;
}
input.FSF_submit { 
  display: inline;
}




/* Footer 
------------------------------------------------------------------------- */
#footer {
	margin: 2px 8px 8px 8px;
	padding: 0 0 0px 0;
	font-size: 85%;
	color: #ddd;
	background-color: #000; 
	border:1px solid #fff;
}

#footer p {
    padding: 4px 20px 4px 20px;
		background-color: #000; 
}

#footer a {border-bottom: none;}


/* Promo Page */
table#Promo {
  background-color : #6C6E8E;
}

#promo, #promo a {
  text-align: center;
	margin: auto;
	color: #FFF;
	border-bottom: none;
	font-size: 11px;
}


fieldset label {
  width: 200px;
  display: block; 
}



