/* CSS Document */

div { border: 0px dotted red; } 
html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	line-height:16px;
}
div#distance { 
	margin-bottom: -300px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 600px;         /* required - desired height */
	width: 799px;          /* required - desired width */
	text-align:left;
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}



a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	font-weight: normal;
	line-height: 16px;}
	
a:visited {font-family:Arial, Helvetica, sans-serif;;font-size: 10px; color: #000000; text-decoration:none; font-weight: nornal;line-height: 16px;}
a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 10px;color: #000000; text-decoration:underline ; font-weight: normal;line-height: 16px;}
a:active {font-family: Arial, Helvetica, sans-serif;font-size: 10px; color: #000000;text-decoration:none ; font-weight: normal;line-height: 16px;}

a.vacanciessmall:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00529F;
	text-decoration:none;
	font-weight: bold;
	line-height: 15px;
}
a.vacanciessmall:visited {font-family: Arial, Helvetica, sans-serif;font-size: 11px; color: #00529F; text-decoration:none ; font-weight:bold;}
a.vacanciessmall:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px;color: #00529F; text-decoration:underline ; font-weight: bold;}
a.vacanciessmall:active {font-family: Arial, Helvetica, sans-serif;font-size: 11px; color: #00529F;text-decoration:none }

a.bluemediuml:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00529F;
	text-decoration:underline;
	font-weight: bold;
	
}
a.bluemediuml:visited {font-family: Arial, Helvetica, sans-serif;font-size: 11px; color: #00529F; text-decoration:underline; font-weight:bold;}
a.bluemediuml:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px;color: #00529F; text-decoration:underline ; font-weight: bold;}
a.bluemediuml:active {font-family: Arial, Helvetica, sans-serif;font-size: 11px; color: #00529F;text-decoration:underline}


a.blue:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00529F;
	text-decoration:none;
	font-weight: bold;
	line-height: 24px;
}
a.blue:visited {font-family: Arial, Helvetica, sans-serif;font-size: 16px; color: #00529F; text-decoration:none; font-weight: bold;line-height: 24px;}
a.blue:hover {font-family: Arial, Helvetica, sans-serif; font-size: 16px;color: #00529F; text-decoration:underline ; font-weight: bold;line-height: 24px;}
a.blue:active {font-family: Arial, Helvetica, sans-serif;font-size: 16px; color: #00529F;text-decoration:none ; font-weight: bold;line-height: 24px;}



 
.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #00529F;
	font-size: 14px;
	font-weight: bold;
}

.bluetitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #00529F;
	font-size: 16px;
	font-weight: bold;
}
	   
#sidebar {
	border:1px;
	color:#000000;
	padding-top:20px;
	padding-left:26px;
	float: left;
	width: 550px;
	position:relative;
	height: auto;
}
#sidebar2 {
	float: right;
	width: 208px;
	height:288px;
	background-image: url(gfx/blu_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}

#yo{
	width: 30px;
	padding-bottom: 0px;
	margin-top: 10px;
	float: right;
}

#Box{
	border: 1px solid #00529F;
	position: relative;
	text-align: left;
	width: 799px;
	text-align:left;
	height: 310px;
}

#Box2{
	border: 1px solid #00529F;
	position: relative;
	text-align: left;
	width: 799px;
	text-align:left;
	height: 440px;
}

#Box3{
	border: 1px solid #00529F;
	position: relative;
	text-align: left;
	width: 799px;
	text-align:left;
	height: 1100px;
}

#Box4{
	border: 1px solid #00529F;
	position: relative;
	text-align: left;
	width: 799px;
	text-align:left;
	height: 350px;
}

#Bar {
	height: 10px;
}

#footer {
	float: right;
	width: 799px;
	height:90px;
	width:799px;
	padding-left: 0px;	
}

#Navigation {
	background-color:#00529F;
	height: 20px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 10px;
}

#righttext {
	margin-top: 26px;
	float: right;
	padding-left: 22px;
	padding-right: 20px;
}

p {
	margin-top: 7px;
	margin-bottom: 2px;
	line-height: 16px;
}

