/* CSS Document for Athletes of America */

body
{
	margin: 0px;
	background-color: #F5F5F5;
}

body, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.subtitle
{
	color: #123B69;
	font-size: 11px;
	font-weight: bold;
}

.subtitle2
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.subtitle3
{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.small_text
{	
	font-size: 9px;
}

.red_link
{
	color: #990000;
	text-decoration: none;
}

#left_area
{
	width: 184px;
	vertical-align: top;
}

#center_area
{
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	vertical-align: top;
}

#borders
{
	padding-left: 15px;
	padding-right: 25px;
	mborder-left: 1px solid #123B69;
	mborder-right: 1px solid #123B69;
}

#right_area
{
	width: 171px;
	vertical-align: top;
}

#left_nav_area
{
	background-image: url(../images/left_top.gif);
	background-repeat: no-repeat;
	background-color: #103968;
	padding-left: 20px;
}

	#left_nav_area a
	{
		color: #FFFFFF;
		font-weight: bold;
		font-size: 9px;
		text-decoration: none;
		padding-bottom: 10px;
	}
	
	#left_nav_area a:hover
	{
		color: #CC0000;
	}
	
#signup_area
{
	background-image: url(../images/left_signup.gif);
	background-repeat: no-repeat;
	height: 145px;
	color: #0099FF;
	font-weight: bold;
	padding: 20px;
}

	#signup_area input
	{
		font-size: 10px;
		border: 1px solid #FFFFFF;
		background-color: #6A1E16;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
	}

#right_nav_area
{
	background-image: url(../images/right_top.gif);
	background-repeat: no-repeat;
	background-color: #103968;
	padding-left: 10px;
	padding-top: 13px;
	height: 200px;
	vertical-align: top;
	color: #0099FF;
	text-align: center;
	font-weight: bold;
}
	#right_nav_area a
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#right_nav_area a:hover
	{
		color: #FFFFFF;
		text-decoration: underline;
	}
#right_nav_area .theme_song
{
	color: #FE0000;
}

#right_nav_area .theme_song:hover
{
	color: #FE0000;
}

#right_bottom_area
{
	padding-top: 20px;
	padding-left: 40px;
}

	#right_bottom_area a
	{
		color: #02264F;
		text-decoration: none;
		font-weight: bold;
	}

#footer
{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-color: #97181B;
	height: 112px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 40px;
}

	#footer .light
	{
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#footer a:hover
	{
		text-decoration: underline;
	}
	
.sub_menu
{
	background-color: #02264F;
	padding: 20px;
	border: 1px solid #6A1E16;
	width: 125px;
}