body { 
	text-align: center;
	font: 10px/15px Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	background-color: #708496;
	}

html>body {
	font: 11px/15px Lucida, 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}

/*--------------------------------------------
	Set link appearance and behaviour
--------------------------------------------*/

A:link { 
	color: #366; 
	text-decoration: none; 
	border-bottom: dotted 1px #ccc; 
	background-color: transparent;
	}

A:visited { 
	color: #6b2e49; 
	border-bottom: dotted 1px #ccc; 
	text-decoration: none; 
	background-color: transparent;
	}

A:active {
	color: #708496;
	background-color: transparent;
	}

A:hover { 
	color: #708496; 
	border-bottom: dotted 1px #f90; 
	}

A.noborder	{ 
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #ddd;
	}

A:visited.noborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #ddd;
	}

A:active.noborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #ddd;
	}

A:hover.noborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #ddd;
	}

A.bold {
	font-weight: bold;
	}


/*--------------------------------------------
	Some general formatting 
--------------------------------------------*/

h1 {
	font-size: 15px;
	line-height: 22px;
	color: #333;
	padding:20px 0px 0px 24px;
	margin: 0px 24px 17px 0px;
	background-color: transparent;
	}

h2 {
	font-size: 13px;
	line-height: 15px;
	font-style: bold;
	color: #333;
	padding:15px 24px 5px 24px;
	margin-top: 0px;
	background-color: transparent;
	}

h3 {
	font-size: 11px;
	line-height: 15px;
	font-style: bold;
	color: #333;
	padding:15px 24px 5px 24px;
	margin-top: 0px;
	background-color: transparent;
	}

h4 {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding:10px 0px 0px 10px;
	margin: 130px 0px 0px 0px;
border-bottom: 1px dotted #aaa;
	background-color: transparent;
	}

p {
	margin:0px 12px 15px 24px;
	}

blockquote {
	color: #555;
	background: transparent;
	padding-left: 6px;
	margin-left: 24px;
	margin-right: 48px;
	}

img {
	border: 0px;
	}

.invisible {
	display: none;
	}

.divider {
	border-top: 1px dotted #aaa;
	margin: 15px 24px 0 24px;
	}

.feint {
	color: #999;
	}

.notice {
	border: 2px dotted #F90;
	padding: 0px;
	margin: 12px 24px 12px 24px;
	background: transparent;
	}

/*--------------------------------------------
	Create the main layout frame
--------------------------------------------*/

#layoutFrame {
	width:719px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align: left;
	border-top: 3px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background: #fff;
	color: #333;
	}


/*--------------------------------------------
	Create the headers and footers 
--------------------------------------------*/

#header {
	background:#fff;
	border-bottom: 1px solid #666;
	padding: 0px;
	color: #333;
	}

#topNav {
	color: #333;
	background-color: #ddd;
	border-bottom: 1px solid #666;
	padding: 0px 2px 0px 0px;
	margin-bottom: 0px;
	text-align: right;
	}

#footer {
	color: #333;
	background-color: #ddd;
	padding: 6px 0px 6px 12px;
	margin-top: 0px;
	border-top: 1px solid #999;
	}


/*--------------------------------------------
	Create the left-hand column 
--------------------------------------------*/

#leftCol {
	width:150px;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float:left;
	background:#fff;
	text-align: left;
	color: #333;
	}

/* Main left-hand navigation buttons */

.nav {
	background-color: transparent;
	color: #000;
	float: left;
	padding: 0px;
margin:0px 0px 20px 0px;
	width: 100%;
	}

#leftCol li {
	list-style: none outside none;
	background-color: transparent;
	padding: 0px;
	margin-top: 0px;
	border-bottom: 1px dotted #aaa;
	}

#leftCol li a {
	display: block;
	padding: 9px 0px 8px 24px;
	margin-top: 0px;
	background-color: #fff;
	color: #663333;
	border-bottom: none;
	font-weight: bold;
	}

#leftCol li a:hover {
	background-color: #FFFFCC;
	color: #708496;
	}

#leftCol li a:active {
	background-color: #708496;
	color: #fff;
	}

#leftCol li a img {
	margin: 0px 6px 0px -12px;
	}

/*--------------------------------------------
	Create the centre column
--------------------------------------------*/

#centerCol	{
	width: 378px;
	padding: 0px 0px 24px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	background: #fff;
	border-left: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
	color: #000;
	}

/* Center column general formatting */

#centerCol h2 {
	margin-bottom: 0px;
	}

#centerCol h3 {
	margin-bottom: 0px;
	}

#centerCol p {
	margin:0px 24px 15px 24px;
	}

/* Center Col tables */

#centerCol table {
	margin:0px 24px 15px 24px;
	font: 11px/15px Lucida, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}

#centerCol td.header {
	border-bottom: 1px dotted #666;
	}

#centerCol table caption {
	text-align: left;
	padding: 12px 0px 12px 0px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	background-color: transparent;
	}

/* Center Col lists */

#centerCol ol {
	margin-right: 36px;
	}

#centerCol ul {
	margin-right: 36px;
	}

/*--------------------------------------------
	Create the right-hand column
---------------------------------------------*/

#rightCol {
	width:189px;
	padding:42px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float:left;
	background:#fff;
	color: #000;
	}

/* Tell the right-hand col to format paragraphs a bit differently */

#rightCol p {
	margin:0px 24px 0px 12px;
	}

/* The attribution style is for the quotations */

.attribution {
	text-align: right;
	margin-top:-15px;
	}

/* Format the right-hand navigation lists */

#rightCol ul {
	padding: 0px 15px 0px 15px;
	margin: 17px 0px 0px 15px;
	list-style: disc url(images/listBullet.gif) outside;
	}

#rightCol ul li {
	font-weight: bold;
	margin-bottom: 15px;
	}

#rightCol ul ul { 
	list-style-image: none;
	}


/*--------------------------------------------
	Create the extra-wide Location column
---------------------------------------------*/

#locationCol	{
	width: 537px;
	padding: 0px 0px 24px 0px;
	margin: 0px;
	float: left;
	background: #fff;
	border-left: 1px dotted #aaa;
	color: #000;
	}

#locationCol p {
	margin-right: 56px;
	max-width: 454px;
	}

#address1 {
	width: 280px;
	float: left;
	background: transparent;
	}

#address2 {
	width: 260px
	float: left;
	background: transparent;
	}

.date {
font-size: 12px;
background: transparent;
color: #666666;
margin:10px 24px 15px 24px;
}

.title {
font-size: 17px;
background: transparent;
margin:0px 24px 15px 24px;
}

.paginate {
font-size: 10px;
color: #CCCCCC;
margin:0px 24px 15px 24px;
}

#box {
position:relative;
width:719px;
margin:0 auto;
padding:0px 0px 8px 0px;
background:#FFFFFF;
border-top: 3px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
text-align:center;
}


#main {
position:relative;
margin: auto;
padding: 9px 12px 0px 12px;
border-top: 1px solid #333;
width: 694px;
background:#FFFFFF;
text-align:left;
}







#blog {
margin:4px 4px 4px 4px;
padding:0px 0px 0px 0px;
border:0px solid #F8F8FF;
background:transparent;
text-align:left;
}


#blog p {
margin:0;
padding:9px 0px 0px 0px;
font-family:verdana, arial, helvetica,sans-serif;
font-size:.7em;
line-height:1.8em;
color:#333;
background:transparent;
text-align:left;
}


.loginText {
font-size: 15px;
	line-height: 15px;
	color: #333;
}