﻿/* basic_page CSS */

#right_col {
	width: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	margin-top: 100px;
	font-size: 0.8em;
}

#page_content {
	margin-right: 200px;
	margin-top: 30px;
	padding-right: 20px;
	padding-left: 40px;
	
}

#container {
	position: relative;
	width: 95%;
	font-family: verdana, tahoma, san-serif;
	
}
#footer {
	margin: 0px;
	padding: 20px 0px 30px 0px;
	text-align: center;
	font-size: 0.8em;
}

p {
	font-size: 0.8em;
}

h1 {
	font-size: 1.2em;
	color: #CC3300;
}

h2 {
	font-size: 0.9em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	color: #CC3300;
	margin-bottom: 0px;
}

.right_col_header {
	font-weight: bold;
	color: #800000;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 100px;
	padding-bottom: 100px;
}
ul {
	font-size: .8em;
}

a {
	color: #800000;
	font-size: 1.0em;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
.normal_bold {
	font-weight: bold;
}
.normal_bold_red {
	font-weight: bold;
	color: #CC3300;
}
.copyright {
	color: #666666;
	font-size: 1.0em;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.text_italics {
	font-style: italic;
}
.contact_specialist {
	font-size: 1.2em;
	font-weight: bold;
}
.red_bold_title {
	color: #CC3300;
	font-size: 1.1em;
	font-weight: bold;
	font-family: verdana, tahoma, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
