@import url('hiddenobjects.css');

@charset "utf-8";

* html {
font-size:101%;
}

body {
font:0.625em Verdana, Helvetica, sans-serif;
margin:20px 0 0 0;
padding:0;
color:#404040;
background-color:#dae6e9;
}

p, li {
font-size:1.2em;
line-height:150%;
margin:0 0 0.6em 0;
}
	p.smalltext {
	font-size:1.1em;
	color:#666666;
	}

.noprint {
}

td {
font-size:1.3em;
}
	td p {
	font-size:100%;
	}

h1 {
font-size:2.2em;
font-weight:normal;
margin-top:0;
}

h2 {
font-size:1.2em;
font-weight:bold;
margin:1.8em 0 0.6em 0;
}

h3 {
font-size:1.6em;
font-weight:normal;
}

img.imageright {
float:right;
margin:0 0 10px 10px;
}

a {
color:#000066;
}
	a:hover {
	text-decoration:none;
	}

table.infotable td {
padding:0 4px 3px 0;
}

/* LAYOUT --------------------*/

#pagecontainer {
width:760px;
margin:0 auto;
}

#bodycontainer {
width:760px;
background:url(../Images/Layout/page_bg.jpg) repeat-y;
}

#col1 {
float:left;
display:inline;
width:203px;
min-height:550px;
padding:0 0 50px 0;
background:url(../Images/Layout/margin_bg.jpg) no-repeat;
}
	#navmargin {
	width:178px;
	margin:15px 0 0 25px;
	}
		#navmargin ul {
		list-style:none;
		margin:0;
		padding:0;
		}
			#navmargin li {
			margin:0 0 0.2em 0;
			font-size:1.3em;
			font-weight:bold;
			line-height:120%;
			}
			#navmargin li ul {
			display:none;
			margin-top:0.2em;
			}
			#navmargin li ul li {
			font-size:90%;
			font-weight:normal;
			margin-left:0.5em;
			}
				#navmargin a {
				color:#555577;
				text-decoration:none;
				}
				#navmargin a.white {
				color:#555577;
				text-decoration:none;
				}

					#navmargin a:hover {
					color:#ffffff;
					}

#col2 {
float:left;
display:inline;
width:518px;
padding:150px 24px 20px 15px;
background:url(../Images/Layout/page_bg2.jpg) no-repeat;
}
	div#col2 ul {
	list-style:none;
	margin:0;
	padding:0;
	}
		div#col2 ul li {
		padding-left:12px;
		background:url(../Images/Layout/bodybullet.gif) left 2px no-repeat;
		}


#bodybottom {
clear:both;
width:760px;
height:17px;
background:url(../Images/Layout/page_bottom.jpg) no-repeat;
}

#footercontainer {
width:600px;
padding:10px 80px;
text-align:center;
}
	#footercontainer ul {
	list-style:none;
	margin:0;
	padding:0;
	}
		#footercontainer li {
		display:inline;
		font-size:1.1em;
		font-weight:bold;
		}
			#footercontainer li a {
			margin:0 5px;
			color:#999999;
			text-decoration:none;
			}
				#footercontainer li a:hover {
				color:#000066;
				}

/* Header for print only */
#printheader, #printfooter {
display:none;
}

/* That's all */