/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin:10px 0px 10px 0px;
	background-image: url(../images/template/bg_main.gif);
	line-height: 1.5;
	}
	
#wrapper {
	background-color: #FFFFFF;
	position: relative;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	margin: 0px 50px 50px 50px;
	}

#bannerleft {
	height:40px;
	background-color: #003366;
	padding: 10px 10px 10px 10px;
	}
	
html>body #bannerleft {
	height:40px;
	}
		
#menu {
	height:22px;
	background-color: #415485;
	}
	
html>body #menu {
	height:22px;
	}
	
#breadcrumb {
	background-image: url(../images/template/topshadow.gif);
	background-repeat: repeat-x;
	height: 10px;
	
}	
	
#leftcontent {
	position: absolute;
	left:0px;
	top:93px;
	width:200px;
	}
#leftcontent li {
	list-style-type: square;
}
#wrapper #content #leftcontent img {
	margin-left: 20px;
}

#centercontent {
	margin-left: 200px;
	border-left-color: #CCCCCC;
	border-left-style: dashed;
	border-left-width: 1px;
	}
	
html>body #centercontent {
	margin-left: 200px;
	}
	
#centercontent img.pict_right {
	margin: 10px;
	float: right;
	position:relative;
	}

#centercontent img.pict_left {
	margin: 10px;
	float: left;
	position:relative;
	}

#centercontent li {
	list-style-image: url(../images/template/arrow_right.gif);
	line-height: 1.5;
	}

#form {
	width:520px;
}
	
#footer {
	height:20px;
	color: #FFFFFF;
	text-align: center;
	background-color: #415485;
	letter-spacing: 2px;
	padding-top: 5px;
	font-size: 10px;
	clear: both;
}
.credits {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}


#footer a {
	text-decoration:underline;
	font-weight:normal;
	color:#999999;
	font-size: 10px;
	}


p,h1, h2, h3, h4 {
	margin:10px 10px 10px 10px;
	color: #003366;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 5px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 18px;
}
	

a {
	font-weight:bold;
	color:#006699;
	}
	
ol {
	margin-right:40px;
	}
li {
	margin-bottom:10px;
	}
dt {
	margin-top: 20px;
}
td {
	text-align: center;
	font-size: 9px;
}
