﻿/* DIV tags */
body {
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	width: 845px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #000;

}
#masthead {
	width: 845px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #000000;
	background-repeat: repeat;
	background-image: url('../images/bckgrnd_vertical.gif');

}
#iMenu {
	width: 500px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
#column_l {
	width: 100px;
	height: auto;
	position: relative;
	float: left;
	margin: 0;
	background-color: #000000;
	left: 0px;
	margin-left: 7px;
	margin-right: 5px;
	font-size: 10pt;
}




#column_m {
	position: relative;
	float: left;
	margin: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	width: 245px;
	height: auto;
	padding: 5px;
	background-color: #fff;
}

#column_m2 {
	position: relative;
	float: left;
	margin: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	width: 245px;
	height: 1036px;
    padding: 5px;
	background-color: #fff;
}




#column_r {
	position: relative;
	float: left;
	margin: 0;
	width: 165px;
}
#content {
	width: 500px;
	margin: 0;
	padding: 15px;
	border: 0;
	background-color: #fff;
}
#footer {
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
}



#more-stuff {
		background-color: #fff;
		text-align:center;
}






body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
#navigation {
	}
html>body #navigation {
	overflow: hidden;
}




html>body #column_r {
	width: 165px;
	padding: 5px;
	background-color: #fff;
}


#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 1px 1px 1px 10px;
	}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
		background-color: maroon;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	color: #000;
}
h3 {
	font-size: large;
	color: #000;
	
}
h4 {
	font-size: medium;
	color: #000;
}
blockquote,p,ol,ul {
	font-size: 8pt;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #000;
}
h6 {
	font-size: xx-small;
	color: #000;
}
/* Footer */
#footer p {
	font-size: 8pt;
	color: #fff;
}

#footer a {
	font-size: 8pt;
	color: #fff;
}



/* Links */
a {
	color: #000;
	text-decoration: underline;
	font-size: 10pt;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}





