/* CSS Document */

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

basic layout

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

.pagebckgnd {

	background-image:url(../images/template_images/background_page.gif);
	background-position:center;
	background-position:top;
	margin:0;
}

/*-------- set font styles and sizes as required -------------*/

div,
td,
p {

	font-size:12px;
	line-height:18px;
	color:#666666;
}
a {
	font-size: 12px;
	color: #000000;
	font-weight:bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: none;
	color: #C4B883;
}
a:active {
	text-decoration: none;
	color: #C0C0C0;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#000000;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color:#000000;
}
h3 {
	font-size: 12px;
	color:#000000;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size: 28px;
	color:#000000;
}

.style1 {
	color: #C60000;
	font-weight: bold;
}
.style2 {
	color:#CCCCCC;
	font-size:10px;
}
.style3 {
	color:#000000;
	font-size:12px;
}
.style4 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;	
	color:#000000;
	font-size:12px;
}
.style4italicbold {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;	
	color:#000000;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}

.class1 A:link {font-size: 10px; font-weight:bold; color:#CCCCCC; font-style:normal; text-decoration: none}
.class1 A:visited {font-size: 10px; font-weight:bold; color:#C4B883; font-style:normal; text-decoration: none}
.class1 A:active {font-size: 10px; font-weight:bold; color:#C0C0C0; font-style:normal; text-decoration: none}
.class1 A:hover {font-size: 10px; font-weight:bold; text-decoration: none; color:#FFFFFF; 
}

.class2 A:link {font-size: 12px; font-weight:bold; color:#C60000; font-style:normal; text-decoration: none}
.class2 A:visited {font-size: 12px; font-weight:bold; color:#C60000; font-style:normal; text-decoration: none}
.class2 A:active {font-size: 12px; font-weight:bold; color:#C0C0C0; font-style:normal; text-decoration: none}
.class2 A:hover {font-size: 12px; font-weight:bold; text-decoration: none; color:#000000; 
}

.class3 A:link {font:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; color:#000000; font-style:normal; text-decoration: none}
.class3 A:visited {font:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; color:#C60000; font-style:normal; text-decoration: none}
.class3 A:active {font:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; color:#C0C0C0; font-style:normal; text-decoration: none}
.class3 A:hover {font:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; text-decoration: none; color:#000000; 
}
div.menutransbox {
	width:500px;
	height:28px;
	border-bottom:2px solid #FFFFFF;
	border-top:2px solid #FFFFFF;
	background-color:#ffffff;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

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 {

	width:1000px;
	padding:0;
	text-align: left;
}

/**

hold background, it should be float:left

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

**/
/*------------------------ set display widths as required via width setting -----------*/

#containerbckgnd {

	position:relative;
	width: 950px;
	background-image:url(../images/template_images/border_background.gif);
	float:left;
	top:0;
	left:0;
}
#top_border {

	background-image:url(../images/template_images/top_border.gif);
	width: 950px;
	height: 6px;
}

#header {
	background-image:url(../images/template_images/header_background_left.gif);
	width:950px;
	height:130px;
	float:left;
	top:0;
	left:0;
}

#menu {
	position:absolute;
	text-align:center;
	width: 500px;
	left: 10px;
	top: 120px;
}

/** div container for main content area **/

#content_container {
	width:920px;
	margin-left:10px;
	background-image:url(../images/template_images/page_background.gif);
	height:auto;
}

#leftcol {
	position:relative;
	width:200px;
	float:left;
	margin-top:40px;
	margin-left:35px;
	height:auto;
}

#rightcol {
	position:relative;
	width:660px;
	float:right;
	margin-top:30px;
	margin-right:20px;
	height:auto;
}

#bottomrow {
	position:relative;
	float:left;
	width:920px;
	margin-top:20px;
}

#footer {
	position:relative;
	background-color:#0A0136;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 standard */
	opacity:0.5;
	text-align:center;
	width:920px;
	height:37px;
	float:left;
}

#bottom_border {
	position:relative;
	width: 950px;
	height: 23px;
}

/** Note: check for correct operation in Firefox.  The footer position may need to be static.**/

