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

basic layout

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

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

.pagebckgnd {

	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin:0;
}

div,
td,
p {

	font-size:12px;
	line-height:18px;
	color:#000000;
}
a {
	font-size: 12px;
	color:#C0C0C0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#47A5D1;
}
a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
a:active {
	text-decoration: none;
	color:#FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	color: #FFFFFF;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
}
h2 {
	color: #739CDE;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
}

.style1 {
	color: #FFFF00;
	font-weight: bold;
}
.style2 {
	color:#000000;
	font-size:7px;
	vertical-align:super;
}
.style3 {
	color: #739CDE;
	font-weight: bold;
	font-style: italic;
}
.style4 {
	color: #336600;
}
.style5 {
	color: #000000;
	font-size:10px;
}
.style6 {
	color: #FFFFFF;
	font-size:12px;
}
.style7 {
	color: #FF6600;
	font-weight: bold;
}
.style8 {color: #0000FF;
}
.style9 {
	color: #FFFFFF;
	font-weight: bold;
}
.style10 {
	font-size: 18px;
	font-weight: bold;
}
.class1 A:link {font-size: 11px; font-weight:bold; color:#FFFFFF; font-style:italic; text-decoration: none}
.class1 A:visited {font-size: 11px; font-weight:bold; color:#000000; font-style:italic; text-decoration: none}
.class1 A:active {font-size: 11px; font-weight:bold; color:#FFFF00; font-style:italic; text-decoration: none}
.class1 A:hover {text-decoration: none; color:#FFFF00; font-weight:bold
}
.class2 A:link {font-size: 10px; font-weight:normal; text-decoration:none; color:#FFFFFF}
.class2 A:visited {text-decoration: none; color:#FFFFFF}
.class2 A:active {text-decoration: none; color:#FF0000}
.class2 A:hover {text-decoration: none; color:#FFFFFF; font-weight:bold
}
.class3 A:link {font-size: 12px; font-weight:bold; text-decoration:none; color:#666666}
.class3 A:visited {text-decoration: none; font-weight:bold; color:#47A5D1}
.class3 A:active {text-decoration: none;  font-weight:bold; color:#FF0000}
.class3 A:hover {text-decoration: none; color:#000000; font-weight:bold
}


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

template layout

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

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

#pagecontainer {
	position:relative;
	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 {

	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:800px;
}

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

#topright {

	position:relative;
	background-image:url(../images/backgrounds/rightcolbckgnd.gif);
	height:55px;
	float:right;
	clear:right;
	width:200px;
}


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

#topmenu {

	position:relative;
	float:left;
	clear:left;
	background-image:url(../images/backgrounds/menubckgnd.jpg);
	width: 100%;
	height:23px;
	text-align:center;

}

#imagecontainer {

	position:relative;
	background-image:url(../images/backgrounds/mainpagebckgnd.gif);
	float:left;
	clear:left;
	width:1000px;

}

/** div container for content body **/

#container_main {

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

}

#leftcol {
	padding: 0px 15px 15px 25px;

}

#middlecol {
	padding: 0px 15px 15px 15px;
}

#rightcol {
	padding: 0px 15px 15px 10px;
}

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

}


