/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#D1DDC5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
color:#0076B8;
text-decoration:none;
}
#shell{
width:902px;
margin:auto;
background-image:url(images/background.jpg);

}
#footer{
height:16px;
padding-top:140px;
background-image:url(images/footer.jpg);
font-size:10px;
color:#fff;
border-bottom:1px solid #0076B8;
text-align:center;
}
#footer a{
text-decoration:none;
color:#fff;
}
#header{
height:192px;
background-image:url(images/header.jpg);
padding-left:50px;
padding-top:40px;
color:#0076B8;
}
#menu{
height:28px;
background-image:url(images/back1.jpg);
background-position:right;
background-repeat:no-repeat;
}
#title{
height:68px;
background-image:url(images/back2.jpg);
background-position:right;
background-repeat:no-repeat;
}
H1{
font-size:16px;
font-weight:bold;
padding:0px;
margin:0px;
color:#0076B8;
width:775px;
margin-left:1px;
padding-left:50px;
border-bottom:1px solid #fff;
padding-top:30px;
padding-bottom:5px;
}
#contenttop{
height:19px;
background-image:url(images/content_top.jpg);
background-repeat:no-repeat;
margin:0px;
padding:0px;
}
#contentbottom{
height:19px;
background-image:url(images/content_bottom.jpg);
background-repeat:no-repeat;
margin:0px;
padding:0px;
}
#content{
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
	margin:0px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:50px;
	padding-right:80px;
	list-style-image: url(images/dot.gif);
}
H2{
font-size:14px;
font-weight:bold;
color:#0076B8;
width:100%;
border-bottom:1px solid #0076B8;
padding-bottom:5px;
}
