@charset "ISO-8859-1";
body, div, ul, li, p, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
}

body {
	background: #191717;
	font-family: "Times New Roman", Times, serif;
	color: #CFD832;
}
#container {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	height: 600px;
	margin-top: -300px; /* half of the height */
	margin-left: -500px;
}
#container2 {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 1000px;
	margin-top: -300px; /* half of the height */
	margin-left: -500px;
}
#menu_container {
	padding-left: 15px;
	width: 185px;
	float: left;
	background-color: #000;
	margin-left: 5px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu_container2 {
	width: 155px;
}
#leftside {
	float: left;
	width: 645px;
	position: relative;
	left: 100px;
	top: 30px;
}

#rightside {
	float: right;
	width: 200px;
	background-color: #000;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #CFD832;
	display: block;
}
.menu a:link {
	color: #CFD832;
	text-decoration: none;
} 
.menu a:visited {
	color: #CFD832;
	text-decoration : none;
} 
.menu a:hover {
	background-color:#666;
	text-decoration : none;
} 
.menu a:active {
	color: #CFD832;
	text-decoration : none;
}
.border {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #6a9064;
}
.bgpic1 {
	background-image: url(images/mid_mid1.gif);
	background-repeat: no-repeat;
}
.tariff {
	border: thin dotted #6a9064;
}
.txtcell {
	background-image: url(images/bg_box.png);
	background-repeat: no-repeat;
	width: 590px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #5f6a72;
	padding: 40px;
}
.headersml {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #d5de27;
}
ol,ul {list-style:none;}

.contactbox {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #d6de28;
	background-image: url(images/box5.png);
	padding: 15px;
	background-repeat: no-repeat;
	height: 179px;
	width: 267px;
}

.contactbox a:link {
	color: #d6de28;
	text-decoration: none;
} 
.contactbox a:hover {
	text-decoration : none;
	color: #CCCCCC;
} 
.contactbox a:visited {
	color: #d6de28;
	text-decoration : none;
} 
.contactbox a:active {
	color: #d6de28;
	text-decoration : none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-bottom: 100px;
	color: #D4DD34;
	text-align: center;
}
.clear {
	clear: both;
}
#top_logo {
	height: 200px;
	width: 100px;
}
.imgbdr {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
.hdr {
	font-size: xx-large;
	color: #666;
	margin-bottom: 10px;
}
.subhdr {
	color: #CFD832;
	margin-bottom: 30px;
	font-size: 20px;
}
.title {
	color: #FFF;
}
.thumbnail {
	padding: 10px;
	margin-right: 5px;
	margin-top: 5px;
	border: 1px solid #000;
	background-color: #000;
}
.text {
	color: #CCC;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.text a:link {
	color: #FFF;
	text-decoration: none;
}
.text a:hover {
	color: #CFD832;
	text-decoration: none;
}
.text a:visited {
	color: #CCC;
	text-decoration: none;
}
.text a:active {
	color: #CCC;
	text-decoration: none;
}
