html, body {
	margin: 0px;
	padding: 0px;
}

body { 
	background-color: #0F2892; 
	color: white;
	font-family: Lucida Grande, Verdana, Arial, sans-serif;
	min-width: 902px; /* Prevent content from becoming unreachable in Gecko */
}


/* position: absolute for all browsers - the whole page scrolls */

div#headerwrap {
	/* IE/Win only hack */
	p\osition: absolute;
	
	width: 100%;
	top: 0px;
	left: 0px;
	height: 89px;
}

/* position: fixed for modern browsers - header and footer do not scroll */

body>div#headerwrap {
	position: fixed;
}

div#header {
	height: 89px;
	width: 902px;
	margin: 0px auto;
	z-index: 1;
}

/* set a left margin to compensate for IE/Win always making room for a scrollbar */

div#middlewrap {

/* set left margin and bottom padding for IE5/Win */
	padding: 88px 0px 0px 0px;
	margin-left: 0px;

/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family: inherit;
	margin-left: 16px;
}

/* set left margin for modern browsers */

body>div#middlewrap {
	margin-left: 0px;
}
div#middle {
	margin: 0px auto;
	padding: 0px;
	width: 902px;
	z-index: -1;
}

/* set a left margin to compensate for IE/Win always making room for a scrollbar */

div#footerwrap {

/* set left margin for IE5/Win */
	margin-left: 0px;

/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family: inherit;
	margin-left: 16px;
}

/* set left margin for modern browsers */

body>div#footerwrap {
	margin-left: 0px;
}

div#gk_footer {
	height: 36px;
	width: 902px;
	margin: 0px auto;
}
#gk_footer p {
	margin-left: 20px;
}

#masthead {
	background-color: #0F2892;
}

#masthead a, #menu a {
	border: none;
}

#masthead img, #gk_content img {
	display: block;
}

#menu {
	background: url(images/nav/menubar-bg.gif);
	height: 19px;
}

#gk_footer img {
	display: block;
}

#UL_corner {
	display: block;
	float: left;
}

#UR_corner {
	display: block;
	float: right;
}

#gk_content {
	background: url(images/content-bg.gif);
	background-color: white;
	color: black;
	margin: 0px;
	padding: 0px 9px;
	width: 884px;
}

#gk_content:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

#main {
	font-style: normal;
	font-weight: normal;
	display: inline;
	float: right;
	margin: 8px 11px 8px 11px;
	top: 88px;
	width: 585px;
}

#sidebar {
	display: inline;
	float: left;
	margin: 8px 8px 0px 11px;
	width: 256px;
}

h1  { 
	font-size: 15px;
}

h3 {
	font-size: 14px;
	margin: 0px 0px .5em 0px;
}

h4  { 
	font-size: 13px; 
	margin-top: 4px; 
	margin-bottom: .5em;
}

p, li { 
	font-size: 12px;
	margin: 0px 0px .5em 0px;
}

p {
	font-size: 12px; 
	line-height: 1.5em;
}

li {
	line-height: 1.5em;
}
a, .entry a { 
	color: red;
}

a:visited, .entry a:visited {
	color: #E28A00;
}

a:hover, .entry a:hover {
	text-decoration: underline;
	color: #E28A00;
	border-color: none;
}

a img {
border: none;
}

ul, ol {
	margin: 0px 0px 1em 0px;
}

table {
	border-collapse: collapse;
	margin: 4px 0px;
}

td, th {
	padding: 0px 4px;
	text-align: left;
}

.center {
	text-align: center;
}

.entry hr {
	clear: both;
}

.entry img {
	padding-left: 10px;
	padding-bottom: 8px;
}

.article {
	margin: 8px 0px;
}

.article:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

.header {
	margin-bottom: .5em;
}
.header p {
	color: #18408A;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px;
	text-transform: capitalize;
}

.header p.date { 
	font-weight: normal;
	font-size: 11px;
}

.lead {
	margin-bottom: 0em;
}

.footer    { font-size: 12px; margin-bottom: 4px }
.footer a { color: yellow }
.footer a:visited  { color: red }

.title  { 
	font-style: italic;
}

.emphasis { font-weight: bold }

.desc { margin-top: 0px }

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
        float: right;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
        float: left;
	display: inline;
	}

.photo_left { float: left; margin-right: 10px; }

.photo_right { float: right; margin-left: 10px; }

.photo_left, .photo_right { 
	font-size: 11px; 
	margin-top: 2px; 
	padding-top: 0px
}
.photo_left p { text-align: left; }

.photo_right p { text-align: right; }

.entry p.byline { font-size: smaller; color: red; text-align: right; margin-left: 20em; font-style: italic; }

.gallery-icon img {
  margin: 0px;
  padding: 0px;
}
