/*
'  Author Greg Schmidt
'  Copyright (C) 2009 GSWeb, All Rights Reserved.

'	TOC:
'	+Primary Layout
'	+Text Navigation
'	+Fonts

*/

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+Primary Layout
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

body { 
	background: url(graphics/outer_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFF; 
	margin-top: 0px;
	margin-bottom: 0px;
	} 
	
table, tr, td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 22px;
	}

.innerBackground {
	background: #B0BDD8 url(graphics/inner_background.jpg);
	background-color: #FFF;
	}	



.indextable {
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	margin-top: 6px;
	}	
	
.index2table {
	border-style: solid;
	border: 1px;
	border-color: #333;
	margin-top: 6px;
	}	


.Images { 
	border-style: solid; 
	border-color: #333; 
	border-width: 1px;
	}







	

	
/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+Text Navigation
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */



a.PrimaryNav:link    {font-size: 14px; color:#FFF; text-decoration:none; font-weight: bold; padding-left:25px; padding-right:25px; line-height:40px; }
a.PrimaryNav:visited {font-size: 14px; color:#FFF; text-decoration:none; font-weight: bold; padding-left:25px; padding-right:25px; line-height:40px; }
a.PrimaryNav:active  {font-size: 14px; color:#FFF; text-decoration:none; font-weight: bold; padding-left:25px; padding-right:25px; line-height:40px; }
a.PrimaryNav:hover   {font-size: 14px; color:#FDBF57; text-decoration:none; font-weight: bold; padding-left:25px; padding-right:25px; line-height:40px; }

a.Email:link    {font-size: 12px; color:#B33C11; text-decoration:none; }
a.Email:visited {font-size: 12px; color:#B33C11; text-decoration:none; }
a.Email:active  {font-size: 12px; color:#B33C11; text-decoration:none; }
a.Email:hover   {font-size: 12px; color:#CCC; text-decoration:underline; }

a.AthleteLink:link    {font-size: 14px; font-weight: bold; color:#014C8F; text-decoration:none; }
a.AthleteLink:visited {font-size: 14px; font-weight: bold; color:#014C8F; text-decoration:none; }
a.AthleteLink:active  {font-size: 14px; font-weight: bold; color:#014C8F; text-decoration:none; }
a.AthleteLink:hover   {font-size: 14px; font-weight: bold; color:#FF0E05; text-decoration:underline; }

a.AthleteLink2:link    {font-size: 12px; color:#014C8F; text-decoration:none; }
a.AthleteLink2:visited {font-size: 12px; color:#014C8F; text-decoration:none; }
a.AthleteLink2:active  {font-size: 12px; color:#014C8F; text-decoration:none; }
a.AthleteLink2:hover   {font-size: 12px; color:#FF0E05; text-decoration:underline; }

a.SecondNav:link    {font-size: 12px; color:#014C8F; text-decoration:none; font-weight: bold; padding-left:5px; padding-right:5px; line-height:20px; }
a.SecondNav:visited {font-size: 12px; color:#014C8F; text-decoration:none; font-weight: bold; padding-left:5px; padding-right:5px; line-height:20px; }
a.SecondNav:active  {font-size: 12px; color:#014C8F; text-decoration:none; font-weight: bold; padding-left:5px; padding-right:5px; line-height:20px; }
a.SecondNav:hover   {font-size: 12px; color:#FF0E05; text-decoration:underline; font-weight: bold; padding-left:5px; padding-right:5px; line-height:20px; }

/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+Fonts
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

.h1 {
	font-size: 14px; 
	font-weight: bold;
	color: #333; 
	line-height: 18px;
	}
	
.indexText {
	font-size: 12px; 
	color: #666; 
	line-height: 22px;
	}

.menuitem {
	font-size: 12px; 
	color: #666; 
	font-weight: bold;
	line-height: 22px;
	}




/*-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
	+Forms
-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ */

input, select, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #333;
}


