		/*   - - - - - - - - - - - - - - - - - - - - - - - - -
			name         : primary.css  
			             : primary css information
			version      : 090222  15:30
			for          : Marine Corps League
			author       : Donald Wilke
			copyright    : (c) 2009, 2011 
			validated	 : 3 March 2009; *14:15*
		 - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* TAGS  */
 
html    {
	font: medium/1.6em "Trebuchet MS", Verdana, Arial, sans-serif;
	/* size/line height, family*/
    color: #003399;      }
      
body     {
	font-size: 100%;   /* for MCL Archive */
	background-attachment: fixed;
	margin: 4px 6px;
	padding: 0px;
	min-width: 1030px;
	max-width: 1600px;
	background-color: #FFD700;
}   
	
	/* End TAGS */

/* Start HEADER  */

#header  {
	padding: 0px;
	margin: 0px;
	width: 100%;   }

#header_table {
	width: 98%;
	margin: 0;
	border: 0;     }
	
#header_table th   {
	background-color: #FF0000;
	height: 20px;
	width: auto;    }	

#header_table tr   {
	padding: 0;
	margin: 0;      }	
	
#header_table h1 a {
	color: #0000FF;
	text-decoration: none;       }

.img_logo_mcl /* mcl Logo */  {
	border: none;
	width: 155px;
	padding: 0;
	text-align: center;
	vertical-align: top;       }

#img_logo_mcr2 /* MCR Logo */  {
	width: 200px;
	padding: 0;
	text-align: center;
	margin: 5px 0px 0 5px;
	background: #ff0000;      }

.img_space /* In Header */  {
	border:none;
	width:auto;
	color: #333333;
	text-align: center;
	padding: 5px;
	margin: 5px;
	vertical-align: middle;    }	
	
/*  End HEADER  */	


/*  MAIN BODY TAGS  */

h1, h2, h4   {
	font-weight: normal;
	color: #0066FF;
	display: block;
	line-height: 1.1em;     }

h1  {font-size: 180%;
	color: #0000FF;
	text-align: center;     }

h2  {font-size: 130%;
	color: #FF0000;       /* red */ }

h3 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #0066FF;
	text-align: center; 
	line-height: 1.0em; 
	padding: .6em 0 .3em 0;      }
	
h4 {font-weight: bold;
	color: #003399;
	vertical-align: top;      }	


p  {font-size: 100%;
	color: #003399;
	display: block;
	padding: 0 8px 0 5px;     }


#main,                          /* About, Buckeye Marine, By-Laws, Support  */
#main_welcome,                 /* Home  */
#main_officer      {          /*  Devil Dog, Marine Year, Officer, Past Commendant */
	font-size: 100%;
	text-align: left;
	margin: 5px 10px;
	padding: 15px;
	clear: both;       }
	
#main_welcome,
#main_officer     {text-align: center;     }	

p a,
#main table a {
	/*background: #e9e65c;*/
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	background: #ffee00;
}

p a:hover,
#main table a:hover {
	background: #0033ff;
	color: #FFff00;
	font-weight: normal;
	text-decoration: none;     }

/*  End MAIN BODY TAGS  */


/* FOOTER */

#footer   {
	background-color: #003399;  /* gray */
	text-align: center;
	padding: 0px;
	margin: 20px 75px 0px 75px;
	font-size: 90%;
	clear: left;         }
 
#footer p  {color: #ffd700; /* dark blue */ }

#footer a  {
	background: #0066ff       }

#footer a:hover {color:#FF0000}  /* red */

#revise    {
	font-size: .8em;
	text-align: right;        }

/* End FOOTER */


/* TEXT MODIFIERS */

.bold_text 		{font-weight: bold;}

.center_text	{text-align: center;}

.important_text {color: #FF00FF;    }
	
.important_text2 {color: #FF0011;    }
	
.indent_text_5	{
	text-indent: 10em;
	/*padding: 2px 0 2px 5px;  */ }		

.italic_text 	{font-style: italic;}

.setback 		{padding: 0 1.5em 0 2em;}

.person 		{color: #FFFF00;}

.clinic_title {
	font-style: italic;
	color: #FF66FF;    }

/* End TEXT MODIFIERS */

