body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-color : #fff;
	font-size : 10px;
}

#page_container {
	width : 100%;
	background-color : #fff;
	display : block;
}

#page_container A, A:LINK{
	color : #00f;
	text-decoration : underline;
}

#page_container A:HOVER {
	color : #f00;
	text-decoration : none;
}
#page_container A:ACTIVE, A:FOCUS {
	color : #f00;
}

#page_container A:VISITED {
	color : Purple;
}

/* HEADER */

#header {
	font-size : 12px;
	background-color : #CC2229;
	display : block;
	height : 80px;
}
#header_image {
	background-color : #CC2229;
	display : inline;
	float : left;
	height : 80px;
}
#header_ad {
	background-color : #CC2229;
	display : inline;
	float : right;
	height : 80px;
}

/*Navigation*/

#nav {
	font-size : 12px;
	background-image : url(../images/nav_bg.gif);
	padding : 4px 0px 4px 0px;
	text-align : center;
	border : 0px none;
	margin : 0px 0px 0px 0px;
}
#nav ul {
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
	border : 0px none;
	}

#nav li {
	margin: 0;
	border : 0px none;
	list-style-type: none;
	line-height : 20px;
	display : inline;
	padding-left : 20px;
	color : White;
	font-weight : bold;
}

#nav a, a:link, a:visited {
	color : #fff;
	text-decoration : none;
}

#nav a:hover, a:focus {
	color : #FAF8A5;
	text-decoration : none;
}

/*content*/

/* 3-col layout from BlueRobot */
.content {
	position:relative;
	/* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:0;
	background-color : #fff;
	padding: 5px 10px 10px 10px;
	z-index:3;
	/* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

#navAlpha {
	position:absolute;
	width:150px;
	top:111px;
	left:10px;
	border-right :1px dotted #cc2229;
	background-color:#fff;
	padding:10px;
	z-index:2;
/* TC hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* Opera5*/
body>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:111px;
	right:20px;
	border-left :1px dotted #cc2229;
	background-color:#fff;
	padding:10px;
	z-index:1;
/* TC hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Opera5*/
body>#navBeta {width:168px;}

#navBeta ul {
	list-style-type : disc;
	margin-left : 18px;
}
#navBeta li {
	list-style-type : disc;
}
 
/* Misc and General */
#col_header {
	color : #cc2229;
	font-weight : bold;
}

span.hide {
	visibility : hidden;
	font-size : 0px;
}

p.small {
	font-size : 10px;
}

h1 {
	font : 19px;
	font-family : Arial, Helvetica, sans-serif;
}
h2 {
	font : 16px;
	font-family : Arial, Helvetica, sans-serif;
}
h3 {
	font : 13px;
	font-family : Arial, Helvetica, sans-serif;
}







