@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 0px auto;
	width: 1400px;
	background-color: #fdd3e1;
}
.class1 {font-family: Arial, Helvetica, sans-serif; font-size: 28px; font-weight: bold; color: #FF0;}
.class1 a:link {text-decoration: underline; color: #FF0;}
.class1 a:visited {text-decoration: underline; color: #FF0;}
.class1 a:active {text-decoration:}
.class1 a:hover {text-decoration: underline; color: #FFF;}
a:link {
	color: #00F;
	font-size: 28px;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
	text-decoration: underline; 
}
a:visited {
	color: #00F; 
	text-decoration: none; 
}
a:hover {
	color: #F00; 
	text-decoration:; 
}
a:active {
	color: #00F;
}
.top_links {
	color: #000;
	text-align: right;
	padding-right: 20px;
}
.pics {
	border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
.title {
	height: 50px;
	color: #FFF;
	background-color: #f80164;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	padding-left: 10px;
}
#main {
	overflow: auto;
	background-color: #FFF;
}
.table_main {
	background-color: #FFF;
}
#left_column {
	float: left;
	width: 999px;
	
}
#right_column {
	float: right;
	width: 400px;
	border-left: dashed 1px;
}
.innertube {
	margin: 50px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#menu2 {
	width: 300px;
	top:4px;
	position: relative;
	padding:0px;
	margin:0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color:#FFF;
	list-style:none;
}
* html #menu2 {
	position: relative;
}
#menu2 .headerbar {
	background: #f80164;
	margin: 0px;
	line-height: 36px;
	text-indent: 8px;
}
#menu2 li {
	background: #FFF;
	line-height:40px;
}
#menu2 li a {
	text-align: left;
	text-decoration:none;
	color:#000;
	display:block;
	font-size: 16px;
	margin: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-indent: 8px;
}
#menu2 li a:hover {
	text-decoration: underline;
	color: #00F;
	background:#FFF;
}
#menu2ul li#active {
	background:#d40203;
}