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

/* element styles */
h1 { 
    font-size: 250%;
    margin: 0;
	color: #FF7F50;
}
h2 { 
    font-size: 150%;
    margin-bottom: 0;
	color: gray;
}
h3{
	font-size: 110%;
	margin-bottom: 0;
	color: #FF7F50;
	}
h4 {
	float: right;
	font-size: 120%;
	margin-bottom: 0;
	color: #FF7F50;
	}
h5 {
	font-size: 120%;
	margin-bottom: 0;
	color: #FF7F50;
	}
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: 110px;
	width: 220px;
	margin: 0;
	float: right;
	clear: bottom;
    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: #FF7F50;
}
#navigation {
	font-size: 115%;
	font-weight: bold;
    background-color: #FF7F50;
	padding: 10px 0;
}
#navigation a {
    border-right: 2px solid white;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
}
#navigation a.last_link {
    border-right: none;
    padding: 10px 20px;
    text-decoration: none;
}
#navigation a.active { color: gray; }

.active { color: gray; }

/* the styles for the main division */
#main {
    margin-left: 50px;
}
#main img.right_side_image {
	height: 190px;
	width: 240px;
	margin: 0;
	float: right;
    border: none;
}
#links ul{
    float:right;
	padding-top: 2px;
	list-style-image: url("../images/favicon.ico");
	}
	
/*styles for data division*/
label {
	float: left;
	width: 6em;
	text-align: left;
	}
#data input {
	margin-left: 1em;
	margin-bottom: .5em;
	}
/*styles for the table*/
caption {
    font-family: Arial, Helvetica, sans-serif;
	border: 3px solid black;
    font-weight: bold;
    margin-bottom: .7em;
}
table {
    border: 2px solid black;
    border-collapse: collapse;
    margin: 20px;
}
th {
	border: 2px solid black;
	}
td {
	border: 1px solid black;
	}

/* the styles for the footer division */
#footer {
    margin-top: .5em;
	font-weight: bold;
    border-top: 2px gray;
	background-color: #FF7F50;
    padding-top: .7em;
    clear: left;
}

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