body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #ffffff;
	color: #000000;
}

body, div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#header {
	position: relative;
	padding: 20px 10px 10px 10px;
	z-index: 10;
}

div#header div#head2 {
	width: 620px;
	text-align: left;
	margin: 0px auto 10px auto;
}

div#header.widebody div#head2 {
	width: 940px;
}

h1#logo {
	font-size: 3em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #404040;
}

h1#logo a {
	color: #404040;
	text-decoration: none;
}

h1#logo a:hover {
	text-decoration: underline;
}

div#login {
	float: right;
	display: inline;
}

div#body {
	width: 660px;
	text-align: left;
	padding: 0;
	margin: 0px auto;

	background-color: #6699cc;
	background-image: url(/images/corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#body.widebody {
	width: 980px;
}

div#body2 {
	padding: 20px 20px 0px 20px;

	background-image: url(/images/corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

/* ------------------------- */
/* Layout A (300, 300, 300) */

div#col1 {
	float: left;
	width: 300px;
}

div#col2 {
	float: left;
	width: 300px;
	margin-left: 20px;
}

div#col3 {
	float: left;
	width: 300px;
	margin-left: 20px;
}

/* ------------------------- */
/* Layout B (400, 200) */

div#col1b {
	float: left;
	width: 400px;
}

div#col2b {
	float: right;
	width: 200px;
}

/* ------------------------- */
/* Layout C (150, 450) */

div#col1c {
	float: left;
	width: 150px;
}

div#col2c {
	float: left;
	width: 450px;
	margin-left: 20px;
}

/* ------------------------- */
/* Layout D (500, 200, 200) */

div#col1d {
	float: left;
	width: 500px;
}

div#col2d {
	float: left;
	width: 200px;
	margin-left: 20px;
}

div#col3d {
	float: left;
	width: 200px;
	margin-left: 20px;
}

/* ------------------------- */
/* Layout E (300, 620) */

div#col1e {
	float: left;
	width: 300px;
}

div#col2e {
	float: left;
	width: 620px;
	margin-left: 20px;
}


/* ------------------------- */
/* Layout F (200, 720) */

div#col1f {
	float: left;
	width: 200px;
}

div#col2f {
	float: left;
	width: 720px;
	margin-left: 20px;
}

/* ------------------------- */
/* Layout G (460, 460) */

div#col1g {
	float: left;
	width: 460px;
}

div#col2g {
	float: left;
	width: 460px;
	margin-left: 20px;
}

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

div#bottom1 {
	background-image: url(/images/corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#bottom2 {
	background-image: url(/images/corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.entry,
p.entry,
div.errorentry,
p.errorentry {
	padding: 8px 8px 8px 8px;
	margin: 6px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #336598;
	border-bottom: 1px solid #336598;
	background-color: #ffffff;
	font-size: 0.7em;
	color: #666666;
}

div.entry a,
p.entry a,
div.errorentry a,
p.errorentry a {
	color: #666666;	
}

div.entry a:hover,
p.entry a:hover,
div.errorentry a:hover,
p.errorentry a:hover {
	color: #0000ff;	
}

div.errorentry ,
p.errorentry {
	background-color: #990000;
	color: #ffffff;
	border: 3px solid #ffffff;
	font-size: 1em;
	font-weight: bold;
}

div.errorentry a,
p.errorentry a {
	color: #ccccff;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #404040;
}

h2.padtop {

	margin-top: 20px;
}

h2 a {
	color: #404040;
	text-decoration: none;
}

h2 a:hover {

	text-decoration: underline;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #404040;
}


div#footer {
	clear: both;
	padding: 10px;
}

div#footer div {
	width: 620px;
	text-align: center;
	font-size: 0.7em;
	margin: 0px auto 10px auto;
}

.fadeoutstart {
	background-color: #ffff00;
}

.fadeout1 {
	background-color: #ffff33;
}

.fadeout2 {
	background-color: #ffff66;
}

.fadeout3 {
	background-color: #ffff99;
}

.fadeout4 {
	background-color: #ffffcc;
}

.fadeout5 {
	background-color: #ffffff;
}

#loginloading {
	display: none;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div.entry h3 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

div.entry h3 a {
	text-decoration: none;
}

div.entry h3 a:hover {
	text-decoration: underline;
}

img.flickrimg {
	border: 0px;
	margin: 9px;
}


div#nav {
	width: 660px;
	background-color: #f5f5f5;
	margin: 0px auto;
}

div#nav.widebody {
	width: 980px;
}

div#nav2 {
	padding: 3px 20px;
	font-size: 0.8em;
	color: #cccccc;
}

div#nav2 a {
	color: #999999;
}

div#nav2 a.active {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
}

div#nav2 a.active:hover {
	text-decoration: underline;
}

p.centered, div.centered {
	text-align: center;
}


pre, blockquote {
	margin-left: 20px;
	border-left: 1px solid #666666;
	padding: 2px 20px;
	width: 80%;
}

blockquote {
	line-height: 110%;
}

pre {
	line-height: 1em;
	font-family: courier new, courier, fixed, monospace;
	font-size: 1em;
}

/* IE5 Mac hack \*/

pre {
	overflow: auto;
	overflow-y: hidden;
}

/* End IE5 Mac hack */

div.entrytitle {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px dotted #cccccc;
	color: #666666;
	font-weight: bold;
}

div.posttitle {
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	color: #666666;
	font-weight: bold;
}

div.entryfoot {
	padding-top: 4px;
	color: #666666;
	font-weight: bold;
}

div.entrytitle a,
div.posttitle a,
div.entryfoot a {
	font-weight: bold;
	color: #336598;
	text-decoration: none;
}

div.entrytitle a:hover,
div.posttitle a:hover,
div.entryfoot a:hover {
	text-decoration: underline;
}

div.editlink {
	float: right;
	font-weight: normal;
	margin-left: 1em;
}

span.link-extra {
	display: none;
	padding-top: 4px;
	margin-top: 4px;
	border-top: 1px dotted #cccccc;
}

span.link-extra-expand {
	display: block;
	padding-top: 4px;
	margin-top: 4px;
	border-top: 1px dotted #cccccc;
}

span.link-open {
	display: inline;
}

span.link-open a {
	text-decoration: none;
}

span.link-close {
	display: none;
}

span.link-close a {
	text-decoration: none;
}

a.noul {
	text-decoration: none;
}

a.noul:hover {
	text-decoration: underline;
}

span.bignum {
	float: left;
	font-size: 150%;
	padding-right: 5px;
}

tr.loginshaded td {
	color: #999999;
	border-bottom: 1px dotted #cccccc;
}

.bigtext {
	font-size: 1.8em;
}

.biggerboldtext {
	font-size: 2em;
	font-weight: bold;
}

div.historyitem {
	border: 1px solid #cccccc;
	padding: 1em;
	margin-bottom: 1em;
}

div.historycurrent {
	border: 1px solid #cccccc;
	padding: 1em;
}

.new {
	font-size: 0.8em;
	color: #000000;
	background: #FFE28A;
	padding: 1px;
	vertical-align: middle;
}

/* used on contact page: */
input.textbox {
	width: 597px;
}

textarea.textbox {
	width: 597px;
}


div#sidebarbody {
	text-align: left;
	padding: 0px;
	margin: 5px;
	background-color: #6699cc;

	background-image: url(/images/corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

div#sidebarbody2 {
	padding: 10px 10px 0px 10px;

	background-image: url(/images/corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div#sidebarbody2 h2 {
	margin-bottom: 10px;
}

div#sidebarfooter {
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 0.7em;
	margin: 0px auto 10px auto;
}

.noindex {
	width: 660px;
	margin: 0px auto 5px auto;
	font-size: 0.8em;
	color: #999999;
}



div.notice1 {
	margin: 15px 0 0 0px;
	text-align: left;
	padding: 5px 0px 6px 108px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #ffffe1;
}


div.notice1 a {
	color: #000000;
}

div.notice2 {
	margin: 0px 0px 15px 0px;
	text-align: left;
	padding: 5px 0px 6px 108px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border-bottom: 1px solid #ccc;
	background-color: #e1ffe1;
}


div.notice2 a {
	color: #000000;
}

div#starburst {
	position: absolute;
	left: 0px;
	top: 0px;
	/* xbackground-image: url(/images/blueburst3.gif); */
	width: 159px;
	height: 127px;
	text-align: left;
	z-index: 2;
}

div#starburst img {
	margin: 10px 0 0 20px;
}

div#icon1 {
	position: absolute;
	left: 88px;
	top: 19px;
	width: 16px;
	height: 16px;
}

div#icon2 {
	position: absolute;
	left: 88px;
	top: 46px;
	width: 16px;
	height: 16px;
}

img {
	behavior: url(/css/pngbehavior.htc);
}

.only {
	font-size: 0.65em;
	color: #999;
	font-style: italic;
}

span.newer {
	float: left;
	width: 80px;
	height: 1em;
	text-align: left;
}

span.older {
	float: right;
	width: 80px;
	height: 1em;
	text-align: right;
}

div.tablewrap {
	background-color: #6699cc;
}

div.tablewrap td,
div.tablewrap th {
	background-color: white;
}

