@charset "UTF-8";
/* Youth Work Unit CSS */

body{ 
	margin: 20px 0 0 0; 
	padding: 0;
	text-align: center;
	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

.ywork #container{ 
	width:1024px;
	margin: 0px auto 0px auto;
	text-align: left;
	
}

.ywork #header{
	height:106px;
	text-align:right;
	padding: 10px 0 0 0;
}

.ywork #main{
	
	
}

.ywork #leftCol{
	width:136px;
	float:left;
	
	
}

.ywork #navTopBot{
	text-align:center;
}

.ywork #nav{
	background-color:#748EA8;
	width:111px;
	margin: 0 0 0 12px;
	
	
}

.ywork #navText{
	background-color:#748EA8;
	width:101px;
	margin:10px 0 10px 0;
	padding: 5px 5px 5px 5px;
	
}

.ywork #navTextTop{
	background-color:#748EA8;
	width:101px;
	margin:3px 0 10px 0;
	padding: 5px 5px 5px 5px;
	
}

.ywork #navTextBottom{
	background-color:#748EA8;
	width:101px;
	margin:10px 0 3px 0;
	padding: 5px 5px 5px 5px;
	
}

a.left  {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight:bold;
	font-size:12px;
}
a.left:link {
	text-decoration: none;
	color: #fff;
}
a.left:visited {
	text-decoration: none;
	color: #fff;
}
a.left:hover {
	text-decoration: underline;
	color: #fff;
}
a.left:active {
	text-decoration: none;
	color: #fff;
}

.ywork #mainCol{
	width:752px;
	float:left;
	
	
}

.ywork #rightCol{
	width:136px;
	float:left;
	
	
}

.ywork #footer{
	height:20px;
	padding: 10px 0 0 0;
	text-align:left;
	
	
}

.ywork #body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;	
}

.ywork #jobTitle{
	background-color:#FFFF00;
	font-size:14px;
	padding:10px 0 10px 0;
}

.ywork #jobDescrip{
	
}

.ywork #newsTitle{
	background-color:#FFFF00;
	font-size:14px;
	padding:10px 0 10px 0;
}

.ywork #newsDescrip{
	
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	padding:0 20px 0 20px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0 20px 0 20px;
	
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 20px 0 20px;
	text-align:justify;
}

a  {
	font-family: Arial, Helvetica, sans-serif;
	color: #748EA8;
	font-weight:bold;
}
a:link {
	text-decoration: underline;
	color: #748EA8;
}
a:visited {
	text-decoration: underline;
	color: #748EA8;
}
a:hover {
	text-decoration: underline;
	color: #748EA8;
}
a:active {
	text-decoration: underline;
	color: #748EA8;
}


