/* reset everything to zero for full control*/
body, h2, h3, h4, h5, h6, li, p, table, block{
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style-position: outside;
}

ul{
	margin: 0;
	padding: 0px;
	font-weight: normal;
	list-style-type: none;
}
ol{
	margin: 0;
	padding-left: 15px;
	font-weight: normal;
	list-style-type: disc;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
	padding:0;
	margin:0;
}

a.menu{	color:#FFFFFF; list-style-type:none; text-decoration:none; }
		
a.menu:link { text-decoration:none; font-weight:normal; color:#FFFFFF; }
a.menu:visited { text-decoration:none; font-weight:normal; color:#FFFFFF; }
a.menu:hover { text-decoration:none; font-weight:bold; color:#FFFFFF; }
a.menu:active { text-decoration:none; font-weight:bold; color:#FFFFFF; }

a:link {text-decoration:none; font-weight:normal; color:#004795; }
a:visited { text-decoration:none; font-weight:normal; color:#000000; }
a:hover { text-decoration:none; font-weight:normal; color:#FF0000; }
a:active { text-decoration:none; font-weight:normal; color:#FF0000; }


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	color: #000000;
	padding-top: 0px;
	background-color:#FF0000;
}


#page {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#header {
	padding: 0px;
	height:132px;
	width:800px;	
}

#header_left {
	background-color: #FF0000;
	height: 132px;
	width: 154px;
	float:left;
	padding: 0px;
}

#header_logo {
	background-color: #FFFFFF;
	height: 132px;
	width: 210px;
	float:left;
	background-image: url(tsg150o.jpg);
	background-position: center;
}

#header_pic {
	background-color: #FF0000;
	height: 132px;
	width: 420px;
	float:right;
}

#header_right {
	background-color: #FF0000;
	height: 132px;
	width: auto;
	float: left;
	padding: 0px;	
}


#main {
	width: 800px;
	height:auto;
	padding: 0px;
	margin: 0px;
}


#menu {
	background-color:#FF0000;
	height: auto;
	width: 134px;
	color:#FFFFFF;
	text-align:left;
	float:left;
	padding:10px;
	font-size: 11px;
	line-height: 19px;
	list-style-type:none;
	text-decoration:none;
}

#main_text {
	background-color:#FFFFFF;
	height: 345px;
	width: 610px;
	float:left;
	padding: 10px;
	background-repeat: repeat-y;
	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
}

#column_left{
	height: auto;
	width: 295px;
	float: left;
	margin-right:0px;
}

#column_right{
	height: auto;
	width: 295px;
	float:left;
	margin-left:10px;
}	

#main_right {
	background-color:#FF0000;
	height: auto;
	width: 16px;
	float:left;
	padding:0px;
}
