/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000;
	text-align:center;
}
#page {
	width:800px;
	background: #FFF;
	text-align: left;
	margin: 0 auto 0 auto;
}
#banner {
	margin:10px 0 0 0;
}
#home {
	margin-top:20px;
}


/* Start Top Navigation Menu */
#topnav {
	margin:10px 0 0 0;
}
#homenav {
	margin:0;
}
.menu {
	padding:0 0 0 32px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../images/button1.gif);
	position:relative;
	border:1px solid #000;
	border-width:0 1px;
	border-bottom:1px solid #444;
}
.menu li {
	float:left;
}
.menu li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#aaa;
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menu li a b {
	float:left;
	display:block;
	padding:0 16px 0 8px;
}
.menu li.current a {
	color:#fff;
	background:url(../images/button3.gif);
}
.menu li.current a b {
	background: url(../images/button3.gif) no-repeat right top;
}
.menu li a:hover {
	color:#fff;
	background:#000 url(../images/button2.gif);
}
.menu li a:hover b {
	background: url(../images/button2.gif) no-repeat right top;
}
.menu li.current a:hover {
	color:#fff;
	background:#000 url(../images/button3.gif);
	cursor:default;
}
.menu li.current a:hover b {
	background: url(../images/button3.gif) no-repeat right top;
}
/* End Top Navigation Menu */

/* Start Left Navigation Menu */
#leftnav {
	margin:15px 0 0 0;
	float:left;
}
#leftnav img {
	padding-top: 5px;
}
.guide a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	background: #fff;
	display: block;
	width: 150px;
	height: 20px;
	padding-left:10px;
	padding-top: 5px;
}
.guide a:hover {
	color: #fff;
	text-decoration: none;
	background: #C00 ;
}
/* End Left Navigation Menu */

/* Start of 3 Column Content */
#content {
	margin: 10px 175px 0 165px;
	padding: 5px 30px 10px 10px;
}
#content p {
	line-height:150%;
	padding-top:5px;
}
#content p strong {
	color:#C00;
}
#content ul {
	padding-left:20px;
	padding-top:5px;
}
#content li {
	line-height: 150%;
	padding: 5px 0 0 10px;
	list-style-type:square;
}
/* End of 3 Column Content */

/* Start of 3 Column Content Title */
#content a {
	display:block;
	border-bottom:1px solid #c00;
	padding-bottom:3px;
	margin: 20px 0 10px 0;
	font-size:100%;
	color:#C00;
}
#content p a {
	display:block;
	border:none;
	padding-bottom:5px;
	margin: 0px 0 0px 0;
}
.titlenav {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color: #000000;
	float:right;
	text-decoration:none;
	padding-right:5px;
}
.titlenav a {
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	color:#000;
}
/* End of 3 Column Content Title */

/* Start of 2 Column Content */
#twocolcontent {
	margin: 10px 0px 0 165px;
	padding: 5px 10px 10px 10px;
}
#twocolcontent p {
	line-height:150%;
	padding-top:5px;
}
#twocolcontent p strong {
	color:#C00;
}
#twocolcontent ul {
	padding-left:20px;
	padding-top:5px;
}
#twocolcontent li {
	line-height: 150%;
	padding: 5px 0 0 10px;
	list-style-type:square;
}
/* End of 2 Column Content */

/* Start of 2 Column Content Title */
#twocolcontent p a {
	display:block;
	border:none;
	padding-bottom:5px;
	margin: 0px 0 0px 0;
}
#twocolcontent a {
	display:block;
	border-bottom:1px solid #c00;
	padding-bottom:3px;
	margin: 20px 0 10px 0;
	font-size:100%;
	color:#C00;
}
.titlenav {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color: #000000;
	float:right;
	text-decoration:underline;
	padding-right:5px;
}
.titlenav a {
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	color:#000;
}
/* End of 2 Column Content Title */

/* Start of right column box */
#rightcolumn {
	margin: 20px 0 0 0;
	padding:0;
	float: right;
	width:180px;
}
.columnBox {
	color:#000;
	font-size:11px;
	font-family:Arial, Verdana, sans-serif;
	line-height:14px;
	background-image:url(../images/thoughts_background.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:right bottom;
	padding:12px;
}
.columnBox strong {
	color:#C00;
	font-size:12px;
	font-family:Arial, Verdana, sans-serif;
}
.columnBoxFoot {
	color: #C00;
	font-size: 10px;
	font-family:Arial, Verdana, sans-serif;
	line-height: 13px;
}
/* End of right column box */

/* Start of footer */
.footer {
	padding:5px 0 0 10px;
	margin:15px 0 20px 0;
	list-style:none;
	height:20px;
	background:#fff url(../images/button1f.gif);
	position:relative;
	border:1px solid #444;
	border-width:0 1px;
	border-bottom:1px solid #444;
	font:Arial, Verdana, sans-serif;
	font-size:9px;
	color:#FFF;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: underline;
}

