/* CSS Document */

/* neutralizing browsers built-in stylesheets, http://developer.yahoo.com/yui/reset/ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse:collapse;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
}

/* Classes */

body {
	margin-left: 37px;
	margin-top: 37px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #767676;
}

#logo {
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 42px;
	padding-left: 86px;
	padding-top: 2px;
	margin-bottom: 60px;
	
}

#container {
	width: 960px;
	float: left;
}

#navigation {
	width: 400px;
	float: left;
}

#content {
	width: 560px;
	float: left;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.color {
	color:#333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 20px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #898989;
	font-size: 10px;
}

ul {
	margin-left: 84px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.green a:link, .green a:visited, .red a:link, .red a:visited, .yellow a:link, .yellow a:visited, .cyan a:link, .cyan a:visited {
	color: #767676;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 21px;
}

.green a:hover, .green a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/led.gif);
	background-color: #00FF00;
}

.red a:hover, .red a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/led.gif);
	background-color: #FF0000;
}

.yellow a:hover, .yellow a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/led.gif);
	background-color: #FFFF00;
}

.cyan a:hover, .cyan a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/led.gif);
	background-color: #00FFFF;
}


.freeze-green {
	color: #FFFFFF !important;
	text-decoration: none;
	background-image: url(../images/led.gif);
	background-color: #00FF00;
}

.freeze-red {
	color: #FFFFFF !important;
	text-decoration: none;
	background-image: url(../images/led.gif);
	background-color: #FF0000;
}

.freeze-cyan {
	color: #FFFFFF !important;
	text-decoration: none;
	background-image: url(../images/led.gif);
	background-color: #00FFFF;
}

.freeze-yellow {
	color: #FFFFFF !important;
	text-decoration: none;
	background-image: url(../images/led.gif);
	background-color: #FFFF00;
}

.hlgreen {
	color: #FFFFFF; !important;
	text-decoration: none;
	background-image: url(../images/led.gif);
	background-color: #00FF00;
}

.hlyellow {
	color: #FFFFFF; !important;
	text-decoration: none;
	background-image: url(../images/led.gif);
	background-color: #FFFF00;
}

a:link, a:visited {
	color: #767676;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
