@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
	background-color: #347AB8;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #15396F;
	padding: 0;
}
p{
    padding: 0;
	margin: 0;
}

a:link, a:visited, a:active {
	text-decoration: underline;
    color: #15396F;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#bannerright {
	background-image: url(../images/banner_border_right.jpg);
	background-repeat: no-repeat;
	width: 5px;
}
#bannerleft {
	background-image: url(../images/banner_border_left.jpg);
	background-repeat: repeat-y;
	width: 5px;
}
#stageright {
	background-image: url(../images/border_stage_right.jpg);
	background-repeat: repeat-y;
}
#stageleft {
	background-image: url(../images/border_stage_left.jpg);
	background-repeat: repeat-y;
}
#sidebartop {
	background-image: url(../images/sidebar_top.gif);
	background-repeat: no-repeat;
	height: 36px;
}
#sidebarbottom {
	background-image: url(../images/sidebar_bottom.gif);
	background-repeat: no-repeat;
	height: 36px;
}
#borderfooter {
	background-image: url(../images/border_footer.jpg);
	background-repeat: no-repeat;
	height: 24px;
}
#sidebar {
	background-color: #E0EEFE;
	font-size: 12px;
	text-align: center;
}
#sidebar a:link,#sidebar a:visited, #sidebar a:active {
	font-weight: normal;
}
	
.menuitem {
	margin: 0 10px 0 10px;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
#keywords {
	font-size: 0px;
	visibility: hidden;
}
#keywords h1, #keywords h2 {
	font-size: 0px;
	visibility: hidden;
}
.footer {
	font-size: 11px;
	margin-top: 10px;
	color: #FFF;
}
.footer a:link,.footer a:visited, .footer a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;

}
ul {
    color:#15396F;
    list-style-type:none;
    margin: 0;
	padding-left: 10px;
}
li {
    padding-left:8px;
	margin-top: 10px;
    background:transparent url(../images/bullet.gif) no-repeat;
    background-position:0 3px;
}
#keywords {
	display: none;
}
