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

a:link, a:visited, a:active {
color:#d31e44;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#920427;
text-decoration:underline;
}

body, html {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:12px;
	color:#555555;
	background-color:#dad3d1;
	line-height:15px;
	}

#container {
	margin:0px auto;
	padding:15px;
	padding-top:0px;
	width:85%;
	height:100%;
	background-image:url(images/BG.gif);
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	}
	
#main {
	width:100%;
	margin:0px;
	text-align:left;
	padding:0px;
	background-color:#ffffff;
	overflow: auto;
	border-top:0px;
	border: 1px solid #bbbbbb;
	}
	
#Head {
	width:100%;
	margin:0px;
	text-align:left;
	padding:0px;
	background-color:#ffffff;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	}
	
#main #menu {
	border-left:1px dashed #bbbbbb;
	border-bottom:1px dashed #bbbbbb; 
	float:right;
	width:160px; 
	background-color:#f7f7f6;
	margin:0px 0px 5px 5px;
	padding:7px;
	color:#8f8c88;
	font-family:verdana;
	font-size:10px;
	line-height:11px;
	}
	
#inside {
	margin:10px;
}

#spacer {
width:100%;
height:11px;
margin:0px;
padding:0px;
border:0px;
background-image:url(images/hbg.gif);
}

#copy {
color:#888888;
text-align:center;
}

h3 {
font-size:13px;
font-family:tahoma;
color:black;
font-weight:bold;
margin:0px;
}

h2 {
font-family:georgia;
font-weight:bold;
font-size: 13px;
color:#656565;
margin:0px;
}

h1 {
font-family:tahoma;
font-size:14px;
font-weight:bold;
color: #d31e44;
margin:0px;
line-height:14px;
}

li {
list-style:inside;
}

sup, sub { vertical-align: 0;
           position: relative; }
sup { bottom: 1ex;}
sub { top: 0.8ex; }

