@import url("reset.css");



/* MSIE 7 specific rules */
*:first-child+html a
{
}

/* MSIE 6 specific rules */
* html a
{
}





HTML, BODY, #basic{
	height:100%;
}




#header{
	height: 120px;	/* height of header */
}
#left, #center, #right, #tools{
	float: left;
}
#footer{
	width: 915px;	/* width of basis */
	margin: auto;
	height: 50px;	/* height of footer */
	
}

#space{
	width: 25px;	/* width of basis */}
	
	












/*** follow sections can edit *****************************************************************************/
BODY
{
	background-color: #9d9588;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

STRONG { font-weight: bold; }
P
{
	line-height: 16px;
}
A, A:visited, A:active
{
	color: #FFFFFF;
	font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
A:hover { color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;}


/**** popups *******************/



.pop-dis
{
	font-size: 9px;
}

.pop-title
{

	color: #9ae324;
	font-weight: normal;
	font-size: 11px;
}


/*** list **********************/
UL.list
{
	margin: 0px 20px 0px 20px;
	list-style: disc;
	margin-left: 18px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
UL.list LI
{
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*** list **********************/
OL.list2
{
	margin: 0px 20px 0px 20px;
	list-style: decimal;
	margin-left: 18px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
OL.list2 LI
{
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


TABLE.contacts
{
	margin: 10px 20px 20px 20px;
	width: 350px;
}
TABLE.contacts TD
{
	padding: 2px;
	color: #FFFFFF;
	vertical-align: top;
}
TABLE.contacts TD.contact { width: 80px; }
TABLE.contacts TD.contact LABEL
{
	color: #FFFFFF;
	margin-top: 4px;
	display: block;
}
TABLE.contacts .input
{
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#privacy
{   text-align:right;
	padding: 350px 0px 0px 0px;
	font-size: 9px;
	color:#FFFFFF }
