/*Tags*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a:link {
	color: #3267A2;
	text-decoration: underline;	
}
a:hover {
	color: #4B95D9;
	text-decoration: underline;
}
a:visited {
	color: #BB95D9;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3167A2;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*background-color: #91BF7A;*/

h2 {
	background-color: #91BF7A;
	font-size: 11px;
	color: #FFFFFF;
	padding: 2px;
	margin-bottom: 5px;
	margin-top: 0px;
}

/*Masthead: Logo, Right Navigation*/
#mast {
	background-image: url(images/logo_flyingaces_8.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 80px;
	margin-right: 17px;
	margin-left: 18px;
}
#mast_bad 
{
	background-image: url(images/expedition/mtbaker.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 80px;
	margin-right: 17px;
	margin-left: 18px;
}
#mast a {
	text-transform:uppercase;
	color:#666666;
	text-decoration:none;
	}
#mast a:hover {
	color:#306ba9;
	text-decoration:underline;
	}

/*Navigation*/	
#nav {
	height: 65px;
	background-image: url(images/navBG.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 40px;
	text-align: left;
}
#nav a {
	color:#f1f886;
	text-decoration: none;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 33px;
	word-spacing: 2px;
	}
#nav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
/*Main Content Area*/	
#main {
	background-color: #FFFFFF;
	border: 1px solid #bbbcbc;
	text-align: left;
	width: 780px;
	padding: 10px;
	margin-top: 10px;
}
#content {
	width: 500px;
	margin-left: 18px;
	text-align: justify;
}

/*Right Content*/
#right {
	float: right;
	width: 220px;
	margin-right: 17px;
	border: 1px solid #91BF7A;
	margin-top: 5px;
	text-align: left;
}
#rightContent {
	padding: 2px;
	}

/*Footer*/
#navBottom, #copy {
	color: #000000;
}
#navBottom {
	margin-top:10px;
}	
#copy {
	margin-top: 5px;
}	
p.technote {
	font-size: 10px;
}	
tr.headline {
	background-color: #dddddd;
	text-align: left;
	font-weight: bold;
	vertical-align: text-bottom;
}
tr.oddline {
	background-color: #ffffff;
	text-align: left;
	vertical-align: text-top;
}
tr.evenline {
	background-color: #eeeeee;
	text-align: left;
	vertical-align: text-top;
}
.portfolio_header 
{
	text-align: center;
	background-color: #dddddd;
	font-weight: bold; 
}
.portfolio_desc
{
	vertical-align: top;
	padding: 10px;
	text-align: justify
}
.portfolio_image 
{
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
.topofpage 
{
	text-align: center;
	font-size: 10px;
}