@charset "utf-8";
/* CSS Document */

/*
 *********************************
 **  Best Practice Website CSS  **
 **  Created by Xingtao Zhu     **
 **  Created in October 2007    **
 *********************************
*/

/*******************************************************CODE START FROM HERE************************************************************/

/* GIVE BOTTOM 30 PIXEL SPACE*/
table#bottom {
	    margin-bottom: 30px;
}


table#wrap {
	float: none;	
	width: 760;	
	margin-bottom: 50px;
	border: 1px solid #FF6600;
}

/* snap the website to the edge */
body {
	margin:0px 0px 0px 0px;				
}

/* page general links control */
a	{
	color: #9d3434;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
} 

a:link, visited, active	{
	color: #9d3434;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
} 
 
a:hover	{
	color: #049D9D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}



/* page general text control */

#title	{
	color: #000000;
	text-decoration: none;
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#subtitle	{
	color: #9d3434;
	text-decoration: none;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.content_title	{
	color: #000000;
	text-decoration: none;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.content_title a:link, visited, active	{
	color: #049D9D;
	text-decoration: none;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.content_title a:hover	{
	color: #9d3434;
	text-decoration: none;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.name	{
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 153px;
}

.name a:link, visited, active	{
	color: #049D9D;
	text-decoration: none;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 153px;
}

.name a:hover	{
	color: #9d3434;
	text-decoration: none;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 153px;
}

p	{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}

ul, ol, li	{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
}

.body	{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight:normal;
	line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
}

table	{
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight:normal;
	line-height: 18px;
	font-family:Arial, Helvetica, sans-serif;
}


select,input	{
	font-size:12px;
}

/* warp table and image */
table#table_warp	{
	float: none;
	border: 1px solid #D3D3D3;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* textfield control */
#TextField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 2px;
}

/* frame wrap */
#wrapper_bp	{
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 2px dashed #049D9D;
	padding-left: 10px;
}

#wrapper_link	{
	float: left;
	width: 100%;
	background-color: #ffffff;
	border: 2px solid black;
	padding-left: 10px;
}

/* subtitle */
subtitle	{
	color: #049D9D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
}
	
