/* HTML Selector styles */
body {
	background color: #fff;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	text-align: right;
	background-image: url(/images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	}

a {
	color: #f63;
	outline: none;
	}

a:visited {
	color: #666;
	}

a:active {
	} 

a:hover {
	color: #000;
	}

abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
	}

strong, b {
	font-weight: bold;
	}

blockquote {
	font-size: 12px;
	line-height: 18px;
	padding: 0 5px 8px 20px;
	margin: 0;
	text-align: left;
	}

p {
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px 8px 10px;
	margin: 0;
	text-align: left;
	}
	 
h1 {
	font-size: 18px;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
	padding: 0 10px 8px 10px;
	margin: 0;
	}

h2 {
	font-size: 18px;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	margin: 0;
	}

h3 {
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	margin: 0;
	color: #f63;
	}

h4 {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	margin: 0;
	}

h5 {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
	margin: 0;
	}

h6 {
	font-size: 9px;
	text-align: left;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #000;
	text-transform: uppercase;
	padding: 2px 10px 2px 10px;
	margin: 0;
	}
	
h6 a:link{
	text-decoration:none;
	}

img {
	border: 0;
}
form {
	font-size: 12px;
	line-height: 18px;
	padding: 0 10px 0 10px;
}

ul {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	margin: 0;
	list-style-position: outside;
	padding: 0 10px 5px 30px;
}

ol {
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	margin: 0;
	list-style-position: outside;
	padding: 0 10px 5px 30px;
	}


/* ID Styles */
#content {
	position: relative;
	background: #fff;
	margin: 10px auto;
	width: 700px;
	top: 10px;
	}

#content_left {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	border: 0px;
	text-align:left;
	width: 140px;
	}

#content_middle {
	position: absolute;
	left: 90px;
	top: 160px;
	text-align:left;
	background: #fff;
	width: 560px;
	}  

#content_middle ul {
	font-size: 12px;
	align: left;
	line-height: 18px;
	margin: 0;
	list-style-position: outside;
	padding: 0 10px 5px 30px;
	} 

#content_middle ol {
	font-size: 12px;
	align: left;
	line-height: 18px;
	margin: 0;
	list-style-position: outside;
	padding: 0 10px 5px 30px;
	} 

#excerpt_right {
	float: right;
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	margin: 0px 0px 5px 5px;
	background-color: #fff;
	width: 139px;
	}
	
#excerpt_left {
	float: left;
	border-right: dashed #ccc 1px;
	border-left: solid #fff 1px;
	border-top: solid #fff 1px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 138px;
	}
	
#header {
	}
	
#navbar {
	position: absolute;
	left: 0px;
	top: 100px;
	text-align:left;
	background: #fff;
	width: 700px;
	}  

#signature {
	text-align: left;
	color: #999;
	font-size: 9px;
	padding: 5px 5px 5px 5px;
	clear: both;
	}
	
#signature a {
	text-decoration: none;
	color: #999;
	outline: none;
	}

#signature a:visited {
	}

#signature a:active {
	}

#signature a:hover {
	text-decoration: underline;
	}

#top {
	margin: 0;
	padding: 0px;
	border: 0px;
	height: 20px;
	}

/* Class styles */
.image_full {
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	width: 418px;
	border-top: solid #ccc 1px;
	}

.image_full_noborder {
	border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	border-top: solid #fff 1px;
	width: 418px;
	}
	
.image_third_left {
	margin: 0;
	width: 139px;
	border-left: solid #fff 1px;
	border-top: solid #ccc 1px;
	}
	
.image_third_middle {
	margin: 0;
	width: 138px;
	border-top: solid #ccc 1px;
	border-right: solid #ccc 1px;
	border-left: solid #ccc 1px;
	}
	
.image_third_right {
	margin: 0;
	width: 139px;
	border-top: solid #e3e3e3 1px;
	border-right: solid #fff 1px;
	}
.
clear {
	clear:both;
	}

.clear_right {
	clear:right;
	}

.clear_left {
	clear:left;
	}

.nospace {
	padding: 0 10px 0px 10px;
	}

.rule_top {
	border-top: solid #ccc 1px;
	padding-top: 2px;
	}
	
.rule_top_clear {
	border-top: solid #ccc 1px;
	padding-top: 2px;
	clear:both;
	}
	
.rule_right {
	border-right: solid #ccc 1px;
	}
	
.rule_bottom {
	border-bottom: solid #ccc 1px;
	}

.rule_left {
	border-left: solid #ccc 1px;
	}

.rule_bkgd {
	background-color: #ccc;
	margin-bottom: 3px;
	color: #999;
	padding-bottom: 2px;
	padding-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	}

/* Floats */	
.text_third_left {
	float: left;
	margin: 0;
	height: 100px;
	overflow: hidden;
	border-left: solid #fff 1px;
	width: 140px;
	}

.text_third_middle {
	float: left;
	margin: 0;
	height: 100px;
	overflow: hidden;
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
	width: 140px;
	}

.text_third_right {
	float: right;
	margin: 0 0 0 10px;
	border-left: solid #ccc 1px;
	width: 140px;
	}
