/* DAP */
body { 
	font-family: Tahoma;
	text-align: center;
	margin:0 auto;
}
.outer_body {
	margin:0 auto;
}
body div {
	/*width: 800px;*/
/*	border: 1px solid #f2f2f2;*/
}
a {
	color: #003399;
}
a:hover {
	color: #990000;
}
body div h1 {
	text-align: left;
}
h4 {
	font-size: 11px;
	color: #CCCCCC;
}

h3 {
	font-size: 14px;
	color: #CCCCCC;
}

#p-maincontent h5 {
	font-size: 11px;
	padding: 0px;
	padding-bottom: 3px;
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
	color: #005AFF;
}

#p-maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 7px 0;
}

#print-area {
	padding-top: 20px;
	border-top: 1px dashed #999;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999;
}
#bar {
	background-image: url("images/bg_nav.gif");
	height: 28px;
	background-repeat: repeat-x;
	background-position:top;
	font-size: 11px;
}
#bar span {
	position: relative;
	top: 7px;
}

#topimage {
	width: 100%;
	height: 42px;
	background: url("../images/top/topimage.jpg") no-repeat;
	border-bottom: solid #999999 1px;
	margin-bottom: 10px;
 
}

#topLeft {
	float: left;
	text-align: left;
}
#topRight, #topLeft { width: 150px; }
#topRight a, #topLeft a { font-size: 10px; color: #CCCCCC; }
#topRight {
	text-align: right;
	float: right;
}
#flags { 
	width:488px; 
	margin:0 auto;
}
#flag {
	margin:0 auto;
	float:left;
	padding: 10px;
	width: 100px;
	font-size: 11px;
}
div {
	/* border: 1px solid #f2f2f2; */
}
#menu {
	padding-top: 10px;
	float: left;
	width: 160px;
}
#menu div {
	text-align: left;
	padding: 3px;
	width: 160px;
}
#menu div a {
	margin-left: 5px;
	text-decoration: none;
	font-size: 10px;
}
#body {
	font-size: 11px;
	padding-left: 15px;
	text-align: left;
	width: 530px;
	padding-top: 10px;
	float: left;
}
#box {
	padding-bottom: 10px;
	margin: 4px;
	width: 100%;
}
#list0, #list1 {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px;
	background-color: #f1f3f8;
}
#list1 {
	background-color: #ffffff;
}

.greyText {
	color: #999999;
	margin:0;
	padding: 0;
	margin-top: 8px;
}

.footer {
	width: 100%;
	border-top: solid #CCCCCC 1px;
	margin-top: 20px;
	padding-top: 10px;
	font-size: 10px;
	font-family: tahoma;
	letter-spacing: 1px;
}	

#p-body a {
	text-decoration: none;
	color: #0E5FD8;
	margin-top: 11px;
} 
ul#p-navigator-tabs a {
	margin-top: 0;
}
a:hover {
	text-decoration: underline;
	color: #0E5FD8;
} 
div#top {
	text-align: left;
	height: 45px;

}

div#top img {
	margin-top: 13px;
}

/*
 
 * Makes floating objects take up space. Fix from http://www.csscreator.com/attributes/containedfloat.php
 
 */ .floatcontainer:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
} .floatcontainer {
    display: inline-block;
}

/* Hides from IE Mac \*/ * html .floatcontainer {
    height: 1%;
} .floatcontainer {
    display: block;
}

/* End Hack */

