/* the styles for the body element and page division */
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%;
    margin: 0;
    background-color: gray;
}
#page {
    width: 760px;
    margin: 0 auto;
    background-color: white;
    padding: 15px;
}

/* the styles for the elements */
h1, h2 {
    color: #F00000;
}
h1 { 
    font-size: 250%;
    margin: 0;
}
h2 { 
    font-size: 150%;
    margin-bottom: 0;
}
ul {
    line-height: 1.4;
    margin-top: .25em;
}
a:hover {
	font-weight: bold;
}
img {
	height: 50%;
	width: 50%;
	margin: 0;
}

/* the styles for the header division */
#header {
    border-bottom: 2px solid black;
    margin-bottom: 1.5em;
    height: 120px;
}
#header img {
    height: 100px;
	width: 175px;
	margin: 0;
	float: right;
    border: none;
}
#header h1 {
    margin-left: 3em;
}
#header h2 {
    margin: 0;
    margin-left: 6em;
    color: #00ced1;
}
#header p.small_text {
	font-size: 75%;
}

/* the styles for navigation bars */
#utilities p {
	font-size: 95%;
	text-align: right;
	margin: 49px 6px 0 0;
}
#utilities a {
	color: blue;
}
#navigation1 {
	font-size: 125%;
	font-weight: bold;
	border-top: 2px solid blue;
	border-bottom: 2px solid blue;
	padding: 6px 10px 9px;
    margin: 1em 0;
	clear: left;
}
#navigation2 {
	font-size: 125%;
	font-weight: bold;
    background-color: #8C5F3F;
	padding: 10px 0;
}
#navigation2 a {
    border-right: 2px solid white;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}
#navigation2 a.last_link {
    border-right: none;
    padding: 10px 20px;
    text-decoration: none;
}

#navigation2 a.active { color: red; }

#navigation2 a.active_last_link { 
	border: none;
	color: red;
	padding: 10px 20px;
    text-decoration: none;
}

/* the styles for the main division */
#main {
    margin-left: 50px;
}
#main img.right_side_image {
	height: 200px;
	width: 275px;
	margin: 0;
	float: right;
    border: none;
}
/* the styles for the footer division */
#footer {
    margin-top: .5em;
    border-top: 2px solid black;
	background-color: #BD9D7D;
    padding-top: .7em;
    clear: left;
}

/* the styles for classes */
.copyright {
    color: dimgray;
    font-size: 90%;
    text-align: right;
    margin: 0;
}

/* the styles for tabbed data */
#tabs { 
    margin-top: 1em; 
}
#tab_list {
    margin:0;
    padding: 3px 6px;
    border-bottom: 1px solid black;
}
#tab_list li {
    list-style: none;    
    display: inline;
}
#tab_list li a {
    padding: 3px 1em;
    margin-left: 3px;
    border: 1px solid black;
    border-bottom: none;
    background: yellow;
    text-decoration: none;
    font-weight: bold;
    color: black;
}
#tab_list li a:hover { 
    background: white;
    border-color: black;
}
#tab_list li a.active {
    background-color: white;
    border-bottom: 1px solid white;
}
#tab_contents div { 
    padding: 5px 10px 10px;
    border: 1px solid black;
    border-top: 0;
    height: 100px;
    overflow: auto;
}
#tab_contents div h2 { 
    margin: 0;
    padding: .5em 0 .25em;
}
#tab_contents div p { 
    margin: 0;
}

.hide { 
	display: none;
}

/* the styles for the image swap list */ 
section #image_list li {
	padding: 2px;
	display: inline;
}
section #image_list a {
	border: none;
}
section #image_list img {
	width: 75px;
}

/* rollover adjustment */
#rollover_heading {
	padding-bottom: 0;
}