﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 180px;
	left: 0px;
	top: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	background-color: #669900;
}

#container {
	padding: 10px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#menu_item {
    background-color: aqua;
    width: 160px;
}

#top_right {
	width: 180px;
	vertical-align: top;
	right: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.tableHeader {
	background-color: #00FFFF;
}

.style1 {
	border-color: #00FFFF;
	border-width: 0;
}

.style3 {
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
}

.style4 {
	text-align: right;
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.style5 {
	text-align: left;
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.codeSample {
	font-family: "Courier New", Courier, monospace;
	background-color: #66FFFF;
	border: thin solid #66CCFF;
	left: (value)40;
}

.style6 {
	font-family: "Courier New", Courier, monospace;
}
a:link    {
	/* Applies to all unvisited links */
	text-decoration:  underline;
	font-weight:      bold;
	color:            #0000f8;
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
} 
a:visited {
	/* Applies to all visited links */
	text-decoration:  underline;
	font-weight:      bold;
	color:            #0000f8;
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
} 
a:hover   {
	/* Applies to links under the pointer */
	text-decoration:  none;
	font-weight:      bold;
	background-color: blue;
	color:            #fff;
	font-size: 10pt;
	font-family: Verdana, Helvetica, sans-serif;
} 
a:active  {
	/* Applies to activated links */
	text-decoration:  underline;
	font-weight:      bold;
	background-color: black;
	color: gray;
	font-size: 10pt;
}

