/* CSS Document */

#header_logo_repeat_x {
	background-image: url(../images/new_header_repeat.gif);
	position: absolute;
	top: 0px;
	right: 0px;
	height: 109px;
	width: 100%;
	background-repeat: repeat-x;
}

#header {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
	font-size: 18px;
	font-weight: bolder;
}

#header a img {
	 border:0px;
}

#header a:LINK {
	text-decoration:none;
	color: #003366;
}

#header #header_logo {
	background-image: url(../images/new_header.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	height: 222px;
	width: 800px;
}


#header #menu_home {
	position: absolute;
	left: 250px;
	top: 115px;
}

#header #menu_members {
	position: absolute;
	left: 375px;
	top: 115px;
}

#header #menu_join {
	position: absolute;
	left: 550px;
	top: 115px;
}


#main {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	color:#000000;
	position: absolute;
	left: 0px;
	top: 222px;
	width: 650px;
	background-image: url(../images/new_sidebar_repeat.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	padding-left: 125px;
}

#main h1 {
	font-size: 20px;	
	font-weight: bolder;
	color: #003366;
}

#main h2 {
	font-size: 16px;	
	font-weight: bolder;
	color: #003366;
}

#main h3 {
	font-size: 14px;	
	font-weight: bolder;
	color: #003366;
}

#main p {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#main ul {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#main .TableBoldTxt {
	font-size: 16px;	
	font-weight: bolder;
	color: #003366;
}

#main .TableHeaderLrg
{
	font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
	font-size: 16px;
	background-color: #003366;
	font-weight: bold;
	color: #E5E5E5;
}

#main .TableHeader
{
	font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
	font-size: 12px;
	background-color: #003366;
	font-weight: bold;
	color: #E5E5E5;
}

#main .GrayTableHeader
{
	font-family: verdana, "trebuchet MS", helvetica, sans-serif; 
	font-size: 12px;
	background-color: #E5E5E5;
	font-weight: bold;
	color: #003366;
}

#footer {
	border-top: #003366 dotted 1px;
	padding-top: 5px;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	width: 650px;	
}

#header a {
	font-size: 20px;	
	font-weight: bolder;
}
#header a:link {
	color: #6699CC;

}
#header a:hover {
	color: #666666;
}
#header a:active {
	color: #6699CC;
}
#header a:visited {
	color: #6699CC;
}
