A  {
	text-decoration: underline;
	font-weight: bold;
	border: none;
	color: #345C76;
	padding: 0px 1px 0px 1px;
	margin: 0px -2px 0px -2px;
	background-color: transparent;
}

A:Hover  {
	text-decoration: none;
	font-weight: bold;	
	border-width: 1px;
    border-style: dotted;
    border-color: #345C76;
    background-color: #99C0D8;
	padding: 0px 0px 0px 0px;
}
	

p, td {
	font-size: 12px;
	line-height: 21px;
	}

ul {
	font-size: 10px;
	line-height: 15px;
	list-style: none;
	text-indent: -2em;

}

li {
	margin-top: .25em;
	margin-bottom: .25em;
	margin-left: 10px;
	text-indent: -1em;
	list-style: none;
	font-size: 10px;
	line-height: 14px;
}
	
body {
	background-color:#d09a2f;
	background-image: url(bg.png);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-attachment : fixed;
	background-position : center;
	background-repeat : repeat;
	text-align: center;
	font-family: futura, univers, gillsans, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
	
#float {
	float:left;
	width:210px;
	background:#ffffff;
	margin-right:10px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:50px;
	padding-top:0px;
	font-size: 11px;
}	

#wholepage {
	position:absolute;
	left:50%;
	width:780px;
	margin-top:0px;
	margin-left:-390px;
	padding:0px;
}



h1 {
		font-size: 18px;
		line-height : 24px;
	}
	
.subtitle {
		font-size: 14px;
		line-height : 18px;
	}
	
.regular {
		font-size : 12px;
		line-height : 16px;
}

.small {
		font-size : 10px;
		line-height : 16px;
}


	#frame {
		width:730px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	
	#contentleft {
		width:175px;
		padding:0px;
		margin-top:10px;
		margin-right:10px;
		float:left;
		}
	
	#contentcenter {
		width:500px;
		padding:0px;
		margin-left: 30px;
		margin-right: 10px;
		margin-top:10px;
		float:left;
	
		}
	
	#contentright {
		width:160px;
		margin-left:15px;
		margin-top:10px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
	#footer {
		width:740px;
		padding:0px;
		float:left;
		background:transparent;
		}
		
	#box	{
		border: 1px solid #000;
		background:#eeeeee;
		padding:5px;
	}
	#careerPanelList li {
		list-style-type: disk; 
		list-style-image: url(../img/check.jpg);
		padding-left: 0;
		font-size: 11px;
		text-indent: 0;
	}
	#careerPanelList2 li {
		list-style-type: disk; 
		list-style-image: url(../img/bullet.jpg);
		padding-left: 0;
		font-size: 11px;
		margin-bottom: 8px;
		text-indent: 0;
	}
	.myBox	{
	    margin: 0 auto;
	    border: 0px solid #ffffff;
	    color: #ffffff;
	    width: 500px;
	    padding: 15px 5px 15px 10px;
	    text-align: left;
	    background-color: #00406c;
	    
	    /*background-image: url(../img/myBoxBg.jpg);
	    background-repeat: no-repeat;*/
		margin-top: 15px;
		margin-bottom: 20px;
		font-size: 13px;
	}