html,body{
	min-width: 780px;
	height: 100%;
	margin: 0px;
	color: white;
	font-family: sans-serif;
	background-color: black;
 	background-image: url('/images/leftbar3.gif');
	background-repeat: repeat-y;
	font-size: 10pt;
	}

form{
	padding: 0px;
	margin: 0px;	
	}

h1 {
	color: white;
	font-size: 18pt;
	margin: 5px;
	}

h2 {
	color: white;
	font-size: 14pt;
	font-weight: bold;
	margin: 5px;
	}
	
h3 {
	color: black;
	font-size: 13pt;
	font-weight: bold;
	margin: 0px;
	}

	
img{
	padding: 0px;
	margin: 0px;
	border: 0px;
	}


/* ----------------------------- HEADER --------------------------*/	
	
	
#header{
	width: 100%;
	height: 83px;
	left: 0px;
	top: 0px;
	background: url('/images/banner2.gif');
	}


/* ----------------------------- LEFT BAR --------------------------*/

#leftcolumn{
	position: absolute;
	top: 210px;
	left: 0px;
	width: 148px;
	height: 100%;
	background-image: url('/images/leftbar3.gif');
	}
	
#buttonbar{
	width: 200px;
	height: 150px;
	background-color: black;
	border: 2px solid white;
	border-left: 0px;
	margin-bottom: 2px;
	}
	
.button{
	background: none;
	color: white;
	margin-left: 5px;
	margin-right: 5px;	
	margin-bottom: 2px;
	margin-top: 2px;	
	padding: 1px;
	padding-left: 5px;	
	border: 1px solid #466594;
	border-left: 10px solid #466594;
	font-size: 9pt;	
	cursor: pointer;
	text-decoration: none;		
	}

.button:hover{
	background: #466594;
	}

.featuredbox{
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;	
	border: 1px solid #466594;	
	padding: 3px;
	font-size: 8pt;
	text-align: center;
	}

.featureditem{
	border: 1px solid #466594;	
	margin-bottom: 5px;
	text-align: left;
	padding: 2px;
	}

.featureditem:hover{
	background: #466594;
	}
	

/* ----------------------------- Special Career Center Stuff --------------------------*/





/* ----------------------------- CENTER --------------------------*/
		
#centercolumn{
	min-width: 350px;
	margin-left: 151px;
	margin-right: 122px;
	top: 83px;
	}

#copyright {
	color: #dddddd;
	font-size: 9pt;
}
	
#copyright a:link{
	color: #dddddd;
	font-size: 9pt;
	text-decoration: none;
}

#copyright a:visited{
	color: #dddddd;
}

#copyright a:hover{
	color: white;
	text-decoration: underline;
}

#centerbar{
	text-align: left;
	background: url('/images/centerbar-m4.gif') repeat-x;
	height: 33px;
	font-size: 9pt;
	}

#centerbar a{
	color: #EBEDDD;
	text-decoration: none;
	}

#centerbar a:hover{
	color: white;
	}

.centerbarlink{
	cursor: pointer;
	float: left;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;			
	height: 26px;
	background: url('/images/centerbar-m5.gif') repeat-x;
	}

.centerbarlink:hover{
	background: url('/images/centerbar-m3.gif') repeat-x;
	}

.centerbarlinkon{
	cursor: pointer;
	float: left;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;			
	height: 26px;
	background: url('/images/centerbar-mglow.gif') repeat-x;
	}

.content{
	margin-top: 3px;
	padding: 5px;
	border-top: 5px solid #0F4170;
	font-size: 9pt;
	}
	
.innercontent{
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #0F4170;
	border-top: 5px double #0F4170;
	font-size: 9pt;
	background-color: #051625;
	}	

.innercontent a{
	color: white;
	}

.innercontent a:hover{
	color: gray;
	}

.innercontentheader{
	margin-top: 5px;
	border: 1px solid #0F4170;
	border-top: 1px solid #0F4170;
	background-color: #051625;
	}	

#sublinks{
	font-size: 10pt;
	margin-bottom: 10px;
	padding-bottom: 2px;
	color: grey;
	border-bottom: 2px solid #344e65;
	}
	
#sublinks a {
	color: white;
	text-decoration: none;
	margin-right: 7px;
	padding: 2px;
	}
	
#sublinks a:hover {
	background-color: #1E2C39;
	}

.current{
	color: white;
	background-color: #344e65;
	border-bottom: 0px;
	padding: 2px;
	}

.continue{
	cursor: pointer;
	margin: 0px;
	height: 20px;
	display: inline;
	color: white;
	padding: 0px;
	font-weight: 9pt;
	background: url('/images/bluegradient.jpg');
	border: 1px solid white;	
	}
	

/************************************* Career Center Index ****************************/

li {
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
	color: black;
}

.newsdivider{
	float: left;
	width: 246px;
}

.articleblock { 
	width: 240px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	font-size: 10pt;
}

.articlebrief {
	padding: 5px;
	color: white;	
	background-color: #36363C;
}

.articlebrief a {
	color: #F0AE00;
	text-decoration: none;
}

.articlebrief a:hover {
	color: #466594;
	text-decoration: underline;
}

.headline { 
	padding: 3px;
	color: black;
	font-weight: bold;
}

.headline a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.headline a:hover{
	color: grey;
	text-decoration: underline;
	font-weight: bold;
}

/************************************* Career Center Articles ************************/

.articleheader{
	width: 484px;
	margin-top: 3px;
	margin-bottom: 5px;	
	padding: 1px;
	border: 1px solid #ff8c00;
	font-size: 10pt;
	background: url('/images/10thingsgradient.jpg') repeat-x #FCD900;
}



.articlecontent{
	padding: 10px;
	border: 1px solid #0F4170;
	background-color: white;
	color: #062137;
}

.articlecontent li{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}

.articlecontent a{
	color: #466594;	
	text-decoration: italic;
	}

.articlecontent a:hover{
	text-decoration: underline;
	color: #F0AE00;
	}


/* ----------------------------- RIGHT --------------------------*/


#rightcolumn {
	height: 100%;
	position: absolute;
	width: 120px;
	top: 80px;
	right: 0px;
	}	

#login{
	font-size: 8pt;
	text-align: center;
	margin: 3px;
	margin-left: 0px;
	padding: 5px;
	border: 1px dashed #466594;
	}

#login a{
	color: white;
	}

#login input{
	cursor: pointer;
	color: white;
	padding: 2px;
	font-weight: 10pt;
	background-color: #00294D;
	border: 1px solid white;	
	}

.logtext{
	width: 90%;
	}

#adspace{
	font-size: 9pt;
	margin-top: 2px;
	background-image: url('/images/rightbar.gif');
	height: 100%;
	text-align: center;
	}
