/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/

a {
	color:#004D67;
	text-decoration: none;
	font-weight:bold;
}	
a:hover, 
a:active {
	color:#004D67;
	text-decoration: underline;
}
body {
	background-color: #AA9F89;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #4C4228;
}
h1 {
	font-size: 16px;
	color:#FFFFFF;
	margin:0px 0px 5px 0px;
}
h2 {
	font-size: 12px;
	color:#4C4228;
	margin:15px 0px 5px 0px;
} 
h3 {
	font-size: 12px;
	color:#FFFFFF;
	margin:15px 0px 5px 0px;
} 
h4, 
h5, 
h6 {
	font-size: 12px;
	color:#FFFFFF;
}
p {
	margin: 5px 0px 10px 0px;
}
img {
	border:0px none;
}
ul {
	list-style:square;
}

/**************************************************/
/*	LAYOUT DIVS AND TABLES						  */
/**************************************************/

#imageLarge {
	background-image: url(../images/career_path_large.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 380px;
	width: 760px;
	text-align:left;
	padding-top:10px;
	padding-left: 15px;
	color: #FFFFFF;
	vertical-align: top;
}
