body, table, h1, h2, input, submit, textarea, ul {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-top:0px;
	top:0px;
	background-image: url("../images/bg.gif");
}
.page {
	background-color:#ffffff;
}

.menubg {
	background-image: url("../images/bg_red.gif");
	width: 184px; 
	height:390px;
}
.menu {
	padding-top:140px;
}
.menuitem {
	border-bottom: 1px solid #ff9999;
	padding:2px;
	padding-left:8px;
	color: #ffffff;
	font-size: 11px;
}
.menuitemActive {
	border-bottom: 1px solid #ff9999;
	padding:2px;
	padding-left:8px;
	color: #ffffff;
	background-color:#ff9933;
	font-size: 11px;
}


.menubottom {
	background-image: url("../images/bg_red.gif");
	width: 184px; 
	height:350px;
}



.main {
	width: 420px; 
	margin-top: 0px;
	margin-left: 38px;
	margin-bottom:40px;
}
.puff {
	margin-top: 20px;
	margin-right:10px;
	font-size: 12px;
}

.bottom {
	background-image: url("../images/bg_red.gif");
	height:120px;
	border-top: 6px solid #ff9933;
}
.bottom_left {
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	margin-top:20px;
	margin-left:20px;
	float:left;
}
.bottom_right {
	color:#ffffff;
	margin-top:39px;
	margin-left:290px;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
h2 {
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 20px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #ee3229;
	margin-top: 0px;
}


.br {
line-height:8px;
}


a {
	text-decoration: none;
}
a.link {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
}
.menulink {
	text-decoration: none;
	color: #ffffff;
}


.blackborder {
	border: 1px solid #000000;
}

.tableBG {
	background-image: url("../images/bg_lightGrey.gif");
	padding-left:10px;
	padding-right:10px;
	border-top: 4px solid #ee3229;
	padding-bottom:15px;
}



.input {
	border: 1px solid #ee3229;
	width: 180px;
	height: 20px;
}
.textarea {
	border: 1px solid #336699;
	height: 100px;
}
.submit {
	border: 2px solid; 
	background-color: #ee3229; 
	text-decoration: none; 
	padding: 0px 3px 0px 3px; 
	color: #ffffff;
	border-color: #ff9999 #cc0000 #cc0000 #ff9999;
}


ul {
	margin-top: 7px;
	margin-bottom: 10px;
	margin-left: 30px;

}
li {
	margin-bottom: 5px;
	list-style-type: square;
}



hr {
	border-top: 2px solid #000000;
}

