*
{
padding: 0em;
margin: 0em;
}

body
{
background: #FFFFFF;
width: 750px;
padding-left: 10px;
padding-right: 10px;
margin: auto;
border: solid 1px #CCCCCC;
margin-top: 20px;
}

body,input
{
font-size: 10pt;
font-family: "geneva", "arial", sans-serif;
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
margin-top: 1.0em;
text-align: justify;
}

a
{
color: #556898;
text-decoration: none;
}

a:hover
{

text-decoration: underline;
}


h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
color: #556898;
}

h3
{
font-size: 1.7em;
padding-right: 34px;
background-image: url('images/db1.gif');
}

h4
{
font-size: 1.2em;
padding-right: 28px;
}

.contentarea
{
padding-top: 10px;
}

.subtext
{
padding-top: 0px;
margin-left:auto; margin-right:auto;
width: 664px;
}

.contentarea ol
{
margin-left: 25px;
list-style-position: outside;
line-height: 1.5em;
}

.contentarea ul
{
margin-left: 15px;
list-style-position: outside;
line-height: 1.5em;
}

.contentarea ul ul
{
list-style-position: outside;
line-height: 1.5em;
padding-left: 28px;
}

img
{
border: 0px;
}

img.left
{
position: relative;
float: left;
margin: 1em 1.2em 1em 0em;
background-color: #fff;
border: 1px solid #a9a9a9;
padding: 4px;
}

img.centre
{
display:block;
margin-left:auto;
margin-right:auto;
background-color: #fff;
border: 1px solid #a9a9a9;
padding: 4px;
}

img.right
{
position: relative;
float: right;
clear: right;
margin: 1em 0em 1.8em 1.8em;
background-color: #fff;
border: 1px solid #a9a9a9;
padding: 4px;
}

.divider1
{
position: relative;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: .5em 0em 1.0em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 1.0em 0em 1.0em 0em;
}

.box
{
position: relative;
background: #FFFFFF;
border: solid 1px #E1D2BD;
margin-bottom: 1.0em;
}

.box2
{
background-color: #DDDDDD;
}

td.padded
{
padding: 10px;
}

td.padded2
{
padding: 3px;
background-color: #FFFFFF;
}

td.padded3
{
color:#FFFFFF;
text-align:center;
padding: 3px;
background-color: #556898;
}

td.padded4
{
padding: 3px;
background-color: #EFEFEF;
}


ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}


#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 100%;
border: solid 1px #fff;
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 11.0em;
background: #FFFFFF
margin-bottom: 0px;
margin-right: 1px;
}

#logo
{
position: absolute;
bottom: 10px;
left: 0px;
padding-right: 0.0em;
}

#topimg-l
{
position: absolute;
bottom: 10px;
right: 300px;
}

#topimg-m
{
position: absolute;
bottom: 10px;
right: 150px;
}

#topimg-r
{
position: absolute;
bottom: 10px;
right: 1px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-weight: normal;
color: #fff;
font-size: 2.5em;
}

#headercontent h1 sup
{
color: #777;
}

#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

#search
{
position: absolute;
float:right;
top: 183px;
right: 1px;
z-index:200;
}

#search input.text
{
margin-right: 0.5em;
vertical-align: middle;
font-size: 11px;
border: solid 1px #29166f;
padding: 0.15em;
width: 10.0em;
}

#search input.submit
{
background: #29166f;
border: solid 0px #29166f;
font-weight: normal;
padding: 1px;
font-size: 11px;
color: #F2F3DE;
vertical-align: middle;
}

#headerpic
{
position: relative;
height: 109px;
background: #fff url('images/hdrpic.jpg') no-repeat top left;
margin-bottom: 2px;
}

.menu {
width:100%; 
height: 2.0em;
font-size:12px;
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:14px;
text-decoration:none;
font-weight:normal; 
color:#fff; 
width:139px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#29166f; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#d4d8bd url(images/drop.gif) bottom right no-repeat;


}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 url(images/drop.gif) bottom right no-repeat;

}
.menu ul ul :hover > a.drop {
background:#c9ba65 url(images/drop.gif) bottom right no-repeat;

}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e8ebd9;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;

}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
 
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px;
font-size:12px;
text-decoration:none;
font-weight:normal; 
}


/* yet another hack for IE5.5 */
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover{
color:#fff; 
background:#949e7c;
}
.menu :hover > a{
color:#fff;
background:#949e7c;
}

/* style the top level hover */
.menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}
.menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

#content
{
float:none;
padding: 0px;
position: relative;
margin-top: 1em;
}

#primarycontainer
{
float: left;
margin-right: -18.0em;
width: 100%;
}

#primarycontent
{
margin: 0em 22.0em 0em 0em;
}

#secondarycontent
{
margin-top: 1.5em;
float: right;
width: 18.0em;
}

#footer
{
z-index: 200;
position: relative;
height: 20px;
padding-top: 0em;
clear: both;
background: #29166f;
font-size: 0.8em;
margin-left: -11px;
margin-right: -10px;
}

#footer .left
{
	position: absolute;
	left: 1em;
	bottom: 0.3em;
	color:#FFFFFF;
	width: 283px;
}

#footer .right
{
position: absolute;
right: 1em;
bottom: 0.3em;
color:#FFFFFF;
}
