/* ---------------------

basic layout

--------------------- */
* {

	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.pagebckgnd {

	background-position:center;
	background-color:#000000;
	background-position:top;
	background-repeat:no-repeat;
	margin:0;
	color:#FFFFFF;

}

div,
td,
p {

	font-size:11px;
	line-height:18px;
	color:#D9D9D9;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E8FFFF;
}
a:hover {
	text-decoration: underline;
	color: #F04900;
}
a:active {
	text-decoration: none;
	color: #66FFFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #C0C0C0;
}

h2 {
	font-size: 12px;
	font-weight:bold;
	color: #F04900;
}

h3 {
	font-size: 10px;
	font-weight:bold;
	color: #C0C0C0;
}

.style1 {
	color: #C0C0C0;
	font-size:10px;
}
	
.class1 A:link {font-size: 10px; font-weight:bold; color:#E94700; font-style:italic; text-decoration: none}
.class1 A:visited {font-size: 10px; font-weight:bold; color:#ECA100; font-style:italic; text-decoration: none}
.class1 A:active {font-size: 10px; font-weight:bold; color:#FF0000; font-style:italic; text-decoration: none}
.class1 A:hover {text-decoration: none; color:#FFFFFF; font-weight:bold
}


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;

}

/* ---------------------

template layout

--------------------- */

/** wrapper to make the page center **/

#pagecontainer {
	background-image:url(../images/backgrounds/mainpagebckgnd.gif);
	width:1000px;
	margin: 10px auto;
	padding:0;
	text-align: left;
}

/**

hold background, it should be float:left

that's way we can not put it in #container

**/

#containerbg {
	background-image:url(../images/backgrounds/mainpagebckgnd.gif);
	position:relative;
	width: 1000px;
	float:left;
	top:0;
	left:0;
}

/** div container for top left box. position:top **/

#topleft {

	background-color:#FFFFFF;
	position:relative;
	float:left;
	clear:left;
	width:450px;
	height:330px;
}

#topcentre {

	position:relative;
	float:left;
	clear:left;
	width:350px;
	height:250px;
}

/** div container for top right box. position:top **/

#topright {

	position:inherit;
	float:right;
	clear:right;
	width:550px;
	height:250px;

}


/** div container for top menu. position:top **/

#topmenu {

	position:static;
	width: 150px;
	height:120px;
	text-align:right;
	padding:5px;

}

/** div container for content body **/

#container_main {

	position:relative;
	float:left;
	clear:left;
	width:1000px;

}

#tablecol {
	padding: 50px 15px 5px 15px;
}


#bottommenu {

	position:relative;
	float:left;
	clear:left;
	background-image:url(../images/menu/menubckgnd.gif);
	width: 985px;
	height:23px;
	text-align:left;
	padding-left:15px;

}

#footer {
	position:static;
	float:none;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	text-align:center;
	width:1000px;

}


