/* tag styles */
html, body, #maintable {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

body
{
  	background-color: #000000;
	background-position: top left;
	background-repeat: repeat-x;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 15px 0 4px 0;
}

#header_hrefs
{
	font-size: 14px;
}

h1
{
        font-weight: bold;
	font-size: 24px;
}

h2
{
        font-weight: bold;
	font-size: 14px;
}

h3
{
        font-weight: bold;
	font-size: 10px;
}


/* Normal, standard links. */
a:link
{
	color: #4448CC;
	text-decoration: none;
}
a:visited
{
	color: #4448CC;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #000000;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* No image should have a border when linked */
a img{
	border: 0;
}

/* specific styles */

#widthControl
{
 width: 1000px; /** Change to 100% for full fluid **/
}

#maintable {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 700px; 
}	

#logotable 
{
	width: 250px;
	align: center;
	text-align: center;
	vertical-align: top;
	padding: 0px;
}

#contenttable 
{
	width: 380px;
	align: left;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}


/* common styles */

.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	padding: 0px;
}

.sidebar_content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	padding: 0px;
}














