/* Stylesheet for Unbeatable Energy */
body, p, div, table, tr, td {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color :#000000;
}

body {
	background-color:#DE4643;
	background-image:url(images/bg2.jpg);
	background-repeat: repeat-y; 
}

.menu_left, .menu_right {
	position:absolute;
	height:30px;
	width: 130px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	background-image:url(images/menu_up.gif);
	background-repeat:no-repeat;
	background-position:left;
	cursor:default;
}

.menu_right {
	background-position:right;
}

p.highlight {
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFCC00;
	border-width: 4px;
	border-style: dotted;
	border-color: #000000;
	cursor: pointer;
}

.page_title {
	font-size:25px;
	font-weight:bold;
	color: #98302D;
}

.link_header {
	font-size:16px;
	font-weight:bold;
}

#top_logo {
	position:absolute;
	left: 40px;
	top: 0px;
}

#top_menu {
	position:absolute;
	left: 40px;
	top: 140px;
}

#main_left {
	position:absolute;
	left: 40px;
	top: 210px;
	width: 268px;
	padding: 5px 5px 5px 5px;
}

#main_right {
	position:absolute;
	left: 326px;
	top: 210px;
	width: 325px;
	padding: 5px 5px 5px 5px;
}

select {
	font-size: 10pt; 
	color: white; 
	background: #DE4643;
}

.text3 {
	font-weight: bold;
}

.text-small {
	font-size: 8pt;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: white;
} 

a:hover {
	text-decoration: underline;
	color: #DE4643;
}

.navlink:link, .navlink:visited {
	color: white;
	text-decoration: underline;
} 

.navlink:hover {
	color: #DE4643;
	text-decoration: none;
}
