 body {
	background: url(/images/bg.gif);
	margin:0;
	padding:0;
	text-align:center;
	color:#000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

div,span,p,form,h1, h2, h3 {
	padding:0;margin:0;
}

p {
	padding-top:5px;
}

a {
	color: #000000;
}

a:visited {
	color: #000000;
}

#header {
	text-align:center;
	position:relative;
}

#content {
	padding-top:5px;
	padding-bottom:5px;
}

#contentr {
	float:left;
	position:relative;
	width:100%;
}

#minh400 {
	height:400px;
	width:1px;
	margin-left:-1px;
	float:left;
}

#footer {
	text-align:center;
	padding-bottom:5px;
}

#container {
	text-align:left;
	width:800px;
	margin:0 auto;
}


/* Corners CSS with no JS */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}

/* Corners CSS with JS */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(/images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(/images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(/images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(/images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(/images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(/images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Corners CSS ends here */

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(/images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}

ul#menu li a
{
	display:block;
	float:left;
	color:#C2C5C7;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}

ul#menu li a:hover
{
	color:#FFFFFF;
	height:22px;
	background:transparent url(/images/nav_bg.png) 0px -30px no-repeat;
}


ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(/images/nav_bg.png) 0px -30px no-repeat;
	float:left;
	margin:0;
}

.news_table {
background-color:#052E62;
width:99%;
padding:3px;
}

.news_header {
color:#FFFFFF;
font-weight:bold;
padding-left:10px;
padding-bottom:5px;
}

.news_date {
font-size:10px;
}

.news_post {
background-color:#FFFFFF;
border-top:1px solid #FFFFFF;
color:#444444;
font-weight:bold;
margin:0;
padding:5px;
}

.inputbutton {
background-color:#686868;
color:#FFF;
}

.btn {
height:17px;/* ie8 fix */
overflow:hidden;/* ie8 fix */
font-size:14px;display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer;
}
.btn * { font-style: normal; background-image: url(/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.gray { background:#686868; }
.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/images/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }
