/* ---------------------
basic layout
--------------------- */

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background:#0055A4;
	margin:0;
	color:#F2D46B;
}

div,
td,
p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

ul {
	margin: 5px;
	padding: 5px;
	list-style: none;
	list-style-type: square;
}

li {
	line-height: 18px;
	padding-left: 5px;
	padding-top: 0px;
	list-style-position: inside;
}

/** To center the objects **/
.center {
	text-align:center!important;
}

/** clear the banner to make it sit in the bottom **/
.clear {
	clear:both;
}

p.right {
	float:right;
	padding:5px;
	text-align:center;
}

img.right {
	float:right;
	padding:5px;
}

img.left {
	float:left;
	margin:5px 5px 5px 5px;
}

img.leftnopad {
	float:left;
}

img.pad {
	padding:5px;
}

/* ---------------------
template layout
--------------------- */

/** wrapper to make the page center **/
#container {
	width:800px;
	margin: 25px auto;
	padding:0;
	text-align: left;
}

/**
hold background, it should be float:left
that's way we can not put it in #container
**/
#containerbg {
	width: 800px;
	background:transparent url(../images/bodybackground.gif) repeat-y left top;
	float:left;
}

#outerleft {
	position:relative;
	float:left;
	clear:left;
	width:590px;
	
}

/** div container for image header **/
#imgheader {
	position:relative;
	float:left;
	clear:left;
	width:800px;
	height:231px;
	background-color: #000000;
}

#imgheader img {
	padding:0;
	margin:0;
	vertical-align:bottom;
}

#container_inner {
	position:relative;
	float:left;
	clear:left;
	width:800px;	
}

/** div container for left column **/
#leftcol {
	position:relative;
	float:left;
	clear:left;
	width:160px;
	margin:20px 0 20px 0;
}


/** div container for mainbody **/
#content_main {
	position:relative;
	float:left;
	width:600px;
	margin:20px 0 20px 10px;
	background-color:#FFFFFF;
	overflow:auto;
	word-wrap:break-word;	
}

/** fix opera table width for content list in table category**/
table.contentpane td.contentdescription {
	width:100%!important;
}

ul.menulist {
	list-style-type:none;
	padding:0 0 5px 10px;	
}

ul.menulist li {
	padding:0;
	clear:both;
}

#bottompadding	{
	position:relative;
	width:760px;
	display:block;
	height:20px;
	margin-top:-100px;
}

/** Menu Links  **/
a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited
 {
	color:#000000;
	display:block;
	padding-left:5px;
	font-size:12px;
	text-decoration:none;
}

a.mainlevel:hover,
a.mainlevel:hover {
	color: #0055A4;
	text-decoration:underline;
}

a.sublevel:link,
a.sublevel:active,
a.sublevel:visited
 {
	color:#000000;
	display:block;
	padding-left:5px;
	font-size:12px;
	text-decoration:none;
}

a.sublevel:hover,
a.sublevel:hover {
	color: #0055A4;
	text-decoration:underline;
}


#button {
	width: 12em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	color: #333;
	}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #F2D46B;
		margin: 0;
		}	
		
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #000;
	text-decoration: none;
	width: 100%;
	}

#button li a.current {
	color: #0055A4;
}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	color: #fff;
	}		