/*
 * File: ~/App_Themes/Default.css
 * Author: Y. Zhao
 * Date: June 2007
 * Description:
 */
body {
font-family : arial; 
font-size : 12px; 
font-weight : normal; 
color : #000000; 
} 
a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

.none
{
	display: none;
}
/*
  To create a new color theme, replace the colors:
  
    #3366FF with the color for hyperlinks
  and 
    #0033CC with the background color for the top navigation bar
  and
    #000099 for the color of page headings

  and
    provide a re-colored version of images/ul_bullet.gif,
    which is the bullted-list item dot.    

*/

h3
{
	color: #000099;
}

/*
   COMMON THEME PROPERTIES FOLLOW
   (they contain no information specific to a theme color)
*/

/*
body
{
	font-family: Tahoma,Verdana,Helvetica,Helvetica-Narrow,sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	background: #D8D5C2 url(images/background_main.jpg) repeat-x top;
}

a:hover
{
	text-decoration: none;
}

a:active
{
	text-decoration: none;
}

.none
{
	display: none;
}
*/
/* begin main layout divs */

/*
#body
{
	display: table;
	width: 780px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B3A6;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background: #F7F6F2;
}
*/
#main_left
{
	width: 458px;
	float: left;
	border-right: 2px solid #DFDCCB;
	background: #EEEEEE;
}

#main_right
{
	border-left: 2px solid #DFDCCB;
	margin-left: 458px;
	border-right: 1px solid #CAC7B8;
	background: #F7F6F2;
}

