/* CSS Document */
a, a:hover{
	text-decoration: none;
	color: #006962;
	outline: none;
}
form{
	padding: 0px;
	margin: 0px;
}
a:hover{
	color: #000;
	cursor: pointer;
	cursor: hand;
}
h1{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #ff0000;
	margin-bottom: 7px;
	margin-left: 5px;
}
h2{
	font-size:10px;
	margin-bottom: 12px;
}
ul{
	margin:0px;
	padding: 0px;
	padding-left: 14px;
	list-style:disc;
}
body{
	margin:0px;
	border:0px;
	background-color: #fff;
	text-align: center;
	font-family:Tahoma, Arial, Helvetica;
	font-size: 10px;
	color:#000;
	background:url(images/paper_dark.jpg);
	cursor: default;
}
#maincontainer{
	margin:0px auto;
	margin-top: 45px;
	text-align: left;
	width: 860px;
	display: table;
}
#maincontainer img{
	margin: 0px;
	border: 0px;
	padding: 0px;
}
#logo{
	height: 165px;
	width: 760px;
	display: table;
}
#content{
	width:860px;
	padding: 0px;
	margin: 0px;
	margin-left:1px;	
	display: table;
}
#content .left{
	float:left;
	width: 340px;
	height: 100%;
	display: table;
}
#content .right{
	float:left;
	width: 200px;
	height: 450px;
	text-align: left;
	background: #454545;
	display: table;
}
#content .right img{
	display:block;
	position: relative;
	margin: 15px auto;
}
#content .center{
	float:left;
	width: 295px;
	height: 405px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 45px;
	background-color: #fff;
	background-image: url(images/bg_top.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	display: table;

}
#content p{	z-index: inherit;

	text-align: left;
	font-family:Tahoma, Arial, Helvetica;
	margin: 0px;
}
#menu{
	font-family:Arial;
	width: 200px;
	display: tabel;
}
#menu a, #menu a:hover, #menu .over{
	background: #00e1e9;
	font-size: 12px;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	text-align: right;
	color: #fff;
	height: 20px;
	display: block;
}
#menu a:hover{
	background: #aefcff;
	color: #333333;
}
.imageBox{
	width: 140px;
	padding-top: 2px;
	padding-bottom: 7px;
	margin: 0px auto;
	margin-bottom: 5px;
	background: #fff;
	text-align: center;
	display: table;
}
.imageBox img{
		margin: 0px auto;
		text-align: center;
}
.imageBox h1{
	width: 140px;
	text-align: center;
	margin: 0px auto;
	font-size: 10px;
}
#panel, .centered{
	height: 100%;
	text-align: center;
	margin: 0px auto;
	display: table;
}
#footer{
	margin-bottom: 30px;
}
#linksContainer{
	padding-right: 12px;
	padding-left: 12px;
}
#linksContainer h1{
	color: #fff;
}
#linksContainer h2{
	color: #00e1e9;
	margin: 0px;
	margin-top: 12px;
}
#linksContainer li{
	color: #00e1e9;
}
#linksContainer p{
	color: #fff;
	margin-bottom: 5px;
}
#linksContainer a{
	color: #aaa;
}
#linksContainer a:hover{
	color: #fff;
}
.newsBox{
	width: 256px;
	text-align: left;
	margin-bottom: 7px;
}
.newsBox .heading{
	background:url(images/news_box/news_heading.jpg) no-repeat;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.newsBox .heading a, .newsBox .heading a:hover{
	color: #fff;
}
.newsBox .heading a:hover{
	color: #000;
}
.newsBox .content{
	background:url(images/news_box/news_bg.jpg) repeat-y;
	height: 50px;
	padding: 5px;
	display: table;
}
.newsBox .content img{
	padding-right: 15px;
}
.newsBox .footer{
	background:url(images/news_box/news_footer.jpg) no-repeat;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
