body
{
    margin:0;
    padding:0;
    background:#F4F8FB;
}

/* BASE FONT PROPERTIES*/
body, table, td, div, p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}

/* ELEMENT PROPERTIES */
A {
	font-size: 11px;
	padding:0px 0px 0px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#0076A3;
}
a:hover {
      color:#0076A3;
/*	  border-bottom: 1px solid #0076A3;*/
	text-decoration:underline;
}


TD
{
	vertical-align:top;
	padding:0px;
}

IMG
{
	border: 0px;	
}

/* BASIC LAYOUT PROPERTIES */
TABLE.fullwidth
{
	width: 100%;
}


TABLE#main
{
	width:810px;
	background-color: #FFFFFF;
	background-image: url(images/layout/wrap_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	height: 100%;
}

TABLE#main TD#header
{
	height: 114px;
}

TABLE#main TD#topmenu
{
	height: 30px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 2px solid #30526e;
}

TABLE#main TD#content
{
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}

TABLE#main TD#footer
{
	height: 36px;
	padding-top: 5px;
	background-image: url(images/layout/footer_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-weight:bold;
	color:#0076A3;
}
TABLE#Content
{
	height: 100%;	
}

TABLE#Content TD#LeftColumn
{
/*	background-color:#f1f1f1;*/
	background-image: url(imagses/layout/wrap_bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
	width: 229px;
	padding: 10px;
	padding-right:0px;
}

DIV.leftcol
{
	padding-right:10px;	
}

TABLE#Content TD#RightColumn
{
	padding: 10px;
}

/*	NEWS BOX
==========================================*/
#newsbox p {
	margin: 0px 0px 5px 0px;
}
	
#newsbox h2 {
    padding:0px;
	color: #0071BC;
	font-size: 14px;
	margin: 0px;
}
	
#newsbox .link {
	margin: 0px 0px 10px 0px;
}

#newsbox .link a {
	font-size: 11px;
	padding:0px 0px 0px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#0076A3;
}

#newsbox .link a:hover {
      color:#0076A3;
	  border-bottom: 1px solid #0076A3;
}

#newsbox .divider{
	background: url(images/layout/hr_divider_wide.gif) no-repeat center bottom;
	margin: 8px auto;
	height: 8px;
}


/* FOOTER
==========================================*/
#footer p {
    padding:5px;
    margin:0;
}

/* TYPE
==========================================*/

.ingress {
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}

h4.boxtitle {
	background:#8eb0c2 url(../images/layout/boxtitle_bg.gif) no-repeat top;
	margin: 0px 0px 8px 0px;
	padding: 6px 5px 7px 5px;
	border-bottom: 1px solid #ffffff;
	font-size:13px;
	font-weight: bold;
}

h5{
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 4px 0px;
}

#header h1 {
	padding:5px;
	margin:0;
}

/*#main h1, #main h2, #main h3, #main h5, #main p {
    padding:0px 10px 0px 10px;
}*/

#main h1,#main h1 span {
	margin: 0px 0px 8px 0px;
font-size:18px;
}

	
#main p {
	line-height: 17px;
}


#footer p {
    padding:5px;
    margin:0;
}




/* NAVIGATION
==========================================*/
#sidebar ul {
    margin-bottom:0;
}

#nav 
{
	clear:both;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #30526E;
/*	background-color:#d41e00;*/
	background-image:url(images/layout/tab.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#nav ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
}

#nav a {
	display:block;
	float:left;
	width:auto;
	height:30px;
	margin:0;
	padding-left:6px;
	padding-top: 8px;
	padding-right: 9px;
	border-right: 1px solid #5b8fc6;
	border-bottom: none;
	border-left: 1px solid #3c7bba;
	color: #ffffff;
/*	background-color:#d41e00;*/
	background-image: url(images/layout/tab.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-size: 11px;
	font-weight: bold;
}
#nav a:hover, #nav a:focus, #nav a:active 
{
	text-decoration:none;
	background-color: #b31203;
	background-image: url(images/layout/tab.gif);
	background-repeat: repeat-x;
	background-position: 0 -150px;
}
#nav .sel a 
{
/*	background-color: #720000;*/
	background-image: url(images/layout/tab.gif);
	background-repeat: repeat-x;
	background-position: 0 -300px;
}
#nav .sel a:focus
{
	background-color: #b31203;
	background-image: url(images/layout/tab.gif);
	background-repeat: repeat-x;
	background-position: 0 -150px;
}

.noborder, .noborder table, .noborder tr, .noborder td
{
	border: 0px solid #FFFFFF;
}

/* SIDEBAR
==========================================*/

#sidebar {
	padding-top: 10px;
	padding-bottom: 20px;
    float:left;
    width:230px;
}

#sidebar a {
	font-size: 11px;
	padding:0px 0px 0px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#0076A3;
}

#sidebar a:hover {
	color:#0076A3;
	border-bottom: 1px solid #0076A3;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0px 0px 8px 0px;
}

#sidebar li{
	background-image: url(../images/layout/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 12px;
	margin-bottom: 2px;
}

#sidebar p {
    padding:0 10px 0px 10px;
	margin: 0px 0px 5px 0px;
    }
	
#sidebar h2, h2.news {
	padding:0 10px 0px 10px;
	color: #0071BC;
	font-size: 14px;
	margin: 0px;
}
	
#sidebar .link {
	margin: 0px 0px 10px 0px;
}

#sidebar .divider{
	background: url(images/layout/hr_divider.gif) no-repeat center bottom;
	margin: 8px auto;
	height: 8px;
}

#sidebar .link a {
	font-size: 11px;
	padding:0px 0px 0px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#0076A3;
}

#sidebar .link a:hover {
      color:#0076A3;
	  border-bottom: 1px solid #0076A3;
}

.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	content:".";
}
.clearfix {display:inline-block;}
/* Causes a validation error but is included in CSS2.1: http://www.w3.org/TR/CSS21/visuren.asp#propdef-display */
.clearfix {display:block;}

#JobForm TD
{
	padding-top: 5px;	
}