
/*----------------------------------------------------------------
	reset styles
----------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #FFF;
	/*background:  url(../images/bktile_reg.jpg) repeat-x scroll 0 0  #603912;*/
	background:  #333;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	display: block;
}
strong {
	font-weight: bold;
}

hr {border: none 0; 
	border-top: 1px solid #ccc;
	width: 95%;
	margin: 20px auto 30px 0;
	text-align: left;
	}

/*----------------------------------------------------------------
	misc styles
----------------------------------------------------------------*/

.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.img-style-lt {
	float: left; padding-right: 1em; margin-bottom: 1em; border: 6px solid #B7B7B7;
}
.img-style-rt {
	float: right; margin-left: 1em; margin-bottom: 1em; border: 6px solid #B7B7B7;
}
.img-style-logo {
	padding-right: 1em; margin-bottom: 1em;
}
.time {
	text-align: center; white-space: nowrap;
}

.clearfix {
	clear:both;
}
.wireframe {
	border: 1px solid black;
}
.block {
	background-color: #F00;
}

/* body styles */

a:link, a:visited { 
	color: #003F87;
}
a:hover { 
	color: #999;
}
a:active { 
	color: #003F87;
}

/* wrap*/

#wrap { 
	margin: 1em auto;
	background: #FFF; 
	color: #333;
	width: 80%;
}

/* header */

#header { 
	padding: 1em 1em 0 1em;
}

/* search */

#search { 
	padding: 0.6em 1em;
	background-color: #E6E6FA;
	border: 1px solid #CCC;
	margin: 1em 1em 0.5em;
}
#search h3 { 
	float: left; margin-right: 0.75em; line-height: 1.2; font-size: 110%; font-weight: normal;
}
.searchbox { 
	width: 72%; margin-right: 0.75em; font-size: 1em;
}

/* content */

#content { 
	float: right; display: inline;
	text-align: left;
	width: 73%;
	padding: 1em 1em 0em 1em;
}
#content h1, #content h2 { 
	margin-bottom: 1%; font-weight: normal;
}
#content h3 { 
	margin: 0 0 1em 0; font-weight: normal;
}
#content p { 
	margin-bottom: 1em; font-size: 0.8125em;
}
#content table { 
	border-top: 1px solid #CCC; margin-bottom: 1em;
}
#content td, #content th { 
	vertical-align: middle; 
	font-size: 0.75em; 
	padding: 1em 1.5em 1em 0;
	border-bottom: 1px solid #CCC;
	line-height: 1.5em;
}
#content th { font-weight: bold; padding: 0.5em 1em 0.5em 0;}
#content a:link, #content a:visited { 
	color: #666;
}
#content a:hover { 
	color: #003F87;
}
#content a:active { 
	color: #666;
}
#index h1 { text-align: center; font-weight: bold; font-size: 138.5%; margin-bottom: 1em;}
#index table { margin: 1em 0 0; width: 100%;}
#index td { padding: 0 1em 1em 0; text-align: center;}
#index td img { display: inline; border: 1px solid #CCC; padding: 1.5em;}
#index td p { margin: 1em 0;}

/* sidebar */

#sidebar { 
	float: left; display: inline;
	text-align: left;
	padding: 1.3em 1em 1em 1.5em;
	width: 16%;
	font-size: 0.82em;
}
#sidebar h3 { 
	margin-bottom: 0.5em; text-transform: uppercase; font-weight: normal;
}
#sidebar ul { 
	margin-bottom: 1.5em;
}
#sidebar li { 
	margin-left: 0.5em; line-height: 1.25;
}
#sidebar form { 
	margin-bottom: 1.5em;
}
.searchbox { 
	border: 1px solid #CCC;
}

/* footer */

#footer { 
	clear: both; padding: 1em; font-size: 0.875em; border-top: 1px solid #CCC; background: #EEE;
}
