/* 
Dark Blue: rgb(0,39,76)
Med Blue: rgb(126,159,180)
Light Blue: rgb(203,214,223)
font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
*/

a img {
	border: none;
}

body
{
	margin: 0;
	padding: 0;
	background-color: rgb (0,0,0);
	background:  rgb(128,128,128) url(../images/background.jpg) top left repeat-x; 
	font: normal 11px Verdana, Georgia, Sans-Serif;
}

/* Links */

/* These links begin the link styling, several are overwritten by the  cascade in the sections */
a:link { color: rgb(0,39,76); text-decoration: none; }
a:visited { color: rgb(126,159,180); text-decoration: none; }
a:hover, a:active { color: #993333; }



/* These links are for content section 
#content a:link { padding: 0 2px; border-bottom: 1px solid rgb(0,39,76);  }
#content a:visited { padding: 0 2px; border-bottom: 1px solid rgb(0,39,76); }
#content a:hover, 
#content a:active 
{ 
	color: rgb(255,255,255);
	background-color: rgb(126,159,180);
	border-bottom-color: rgb(126,159,180);
}
*/



/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px;
	color: rgb(126,159,180) }
h4 { font-size: 20px;
	color: rgb(126,159,180) }
h5 { font-size: 16px;
	font-weight: bold;}
h6 { font-size: 13px; text-transform: uppercase; margin: 5px 0; }
ul { line-height: 1.8em; list-style-type: square; color: #333333; }
ol { line-height: 1.8em; color: #333333; }



#container
{
	margin: 0 auto;
	width: 950px;
}


#header
{
	background-color: rgb(255,255,255);	
}

/*
background-color: #f9f9f9;
*/
#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background-color: rgb(255,255,255);
}



#content-wrapper
{
	width: 60%;
	float: left;
}

#content-wrapper-1col
{
	width: 100%;
	float: left;
}


#content
{
	float: left;
	padding: 20px;
	line-height: 1.6em;
}




#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
	color: rgb(128,128,128);
	text-align: center; 
	background-color: rgb(0,0,0);
}


/* Header */

#header h1 { margin: 0; padding: 10px 5px 5px; }
#header h2 { font-size: 12px; margin: 0; padding: 0 5px 10px 20px; }
#header h1 a:link, #header h1 a:visited { color: #333333; }
#header h1 a:hover, #header h1 a:active { color: #000000; }




/* Content */

#content > h3, #content .top { margin-top: 5px; }



/* Footer */

#footer a:link { color: rgb(128,128,128); }
#footer a:visited { color: rgb(128,128,128); }
#footer a:hover, #footer a:active {
	color: rgb(255,255,255); 
	}
#footer p { padding: 5px 0; }

#flashcontent {				
		margin: 0px 0px 0px 0px;	
		width: 760px;	
		height: 480px;			
	}

