
	body {
		
		background: #BFD2DB url(../images/careercruisingstripe.png) repeat-x scroll center top;
		font-family: Trebuchet MS, Tahoma;
		font-size: 70%;
		line-height: 1.5;
		text-align: center;
		margin: 0px 10px 0px 10px;
		padding:0px;
	
		
	}	
	
	
	#everything {
		/*Allows for a pretty resize*/

		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#centercontent {
		background: url(../images/v3bodybackground.png) repeat-y scroll center top;

		width: auto;
		padding: 8px;
		
   		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		}


	#banner {
		height:215px;
		voice-family: "\"}\"";
		voice-family: inherit;
		
		}

	#nav_menu {
		margin: auto;
		text-align: center;
	}

	html>body #banner {
		height:210px;
		}
		
	#centercontent p,h1,pre {
		margin:0px 10px 10px 10px;
		text-align: left;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		text-align: left;
		}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		bacgkround-image: url(../images/v3headerstripe.png);
		}
	
	#rightcontent p {
		font-size:10px
		}
		
		
	
	#header { padding:8px; text-align: center; background-image: url(../images/v3headerstripe.png)}

	#right { background-color:#99FF99; float: right; width: 240px; padding: 8px; color:#000000; margin: auto;}

	#center { width: 600px; padding: 8px; margin: auto; text-align: left;}

	#footer { background-color:#FFFFCC; padding: 8px; text-align: center; color:#666666; width: auto; margin: 0px 10px; border-top: 1px black;}



	
	ul#navlist {
		margin-left: 0;
		padding-left: 0;
		white-space: nowrap;
	}
	
	#navlist li {
		display: inline;
		list-style-type: none;
	}

	#navlist a { padding: 3px 10px; }
	
	#navlist a:link, #navlist a:visited {
		color: #fff;
		background-color: #036;
		border: 1px;
		border-color:#009999;
		text-decoration: none;
		
	}
	
	#navlist a:hover {
		color: #fff;
		background-color: #369;
		border-color:#333333;
		text-decoration: underline;
	}
	
	a:link {color:#00CCFF; text-decoration:underline;}
	
	a:active {color:#00CCFF;}
	
	a:hover {color:#6666CC; text-decoration:underline;}
	
	a:visited {color: #00CCFF;}

	#centercontent img {
		text-align: center;
		border: 0px;
		background: #F0F5FA none repeat scroll 0%;
		border-bottom: #D6E2EE 4px solid;
		vspace= 4px;
		hspace= 4px;
		border= 1px;
	}
	
	a img:hover {
		border-bottom: #6666CC 4px solid;
	}

	h2 {

		line-height: 1.2em;
		font-size: 20px;
		text-decoration: underline;
		text-align: left;
	}
	
	h3 {
		line-height: 0em;
		font-size: 16px;
		text-align: left;
	}
	h4 {
		font-size: 20px;
		text-align: center;
	}
	
	.footnote {
		font-size: 10px;
		font-style: italic;
	}
	
	blockquote {
		font-style: italic;
		text-align: left;
		border: 1px dashed #669966;
		padding: 0px 5px;
	}
	

	
	.blogbefore {
		background: transparent url(../images/v3poststripe.png) no-repeat scroll center bottom;
		height: 32px;
		margin: auto;
		padding: 20px 0px 0px;

	}
	
	.blog {
		margin: auto;
		overflow: hidden;
		width: 540px;
	}

	.blogafter {
		/*border-bottom: 1px dashed black; */
		height: auto;
		margin: auto;
		padding: 0px 0px 20px;
	}

 .nav-menu ul
{
list-style: none;
float: right;
padding: 0;
margin: 0;
text-align: center;

}

.nav-menu li
{
float: left;
margin: 0 0.15em;
}

.nav-menu li a
{
background: url(../images/background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
.nav-menu li a
{
float: none
}
/* End hide */

.nav-menu
{
width:40em;
}

