a {
    text-decoration: none;
    color: #cc0000;
}
a:hover {
    text-decoration: underline;
}
object, embed, img {
	display: block;
}
div, td, h2 {
	    font-family: arial;
	    font-size: 12px;
	    color: #666666;
}
td.label {
		text-align: right;
		padding-right: 4px;
}
div#container {
	width: 900px;
}
div.maintext {
	    position: relative;
	    float: left;
	    width: 627px;
}
div.body {
	    border: solid 1px #cc0000;
	    border-top: 0;
	    padding: 20px;
}
div.body_subhead {
		background: #cc0000;
		color: white;
		font-weight: bold;
		padding: 4px 4px 4px 8px;
		margin-top: 5px;
}
div.body_subhead a {
		font-weight: normal;
		display: block;
		padding: 0 3px 0 3px;
		color: white;
		border: 1px solid white;
		float: right;
		margin: -1px;
}

div.rightmargin {
	    position: relative;
	    width: 267px;
	    float: right;
}
div.rightmargin div {
		margin-top: 5px;
}
div.rightmargin div.body {
		border-top: 1px solid #cc0000;
}
div.rightmargin div.bottom {
		margin: 0px;
}
div.rightmargin div.title {
		margin-top: 0px;
}
div.menu {
	    height:26px;
	    background-image:url(/_img/menu/menu_bg.gif);
	    width:900px;
	    margin-bottom:5px;
}
div.cardhead {
		padding: 3px;
		padding-left: 6px;
		height: 20px;
		background: #dddddd;
		color: #cc0000;
		border: 1px solid #cc0000;
		border-bottom: 1px solid #999999;
		font-weight: bold;
		margin-top: 5px;
}
div.menu a {
	    float: left;
}
div.title1, h2 {
		margin: 0px;
		padding: 0px;
		padding-bottom: 5px;
		color: #bb0000;
		font-weight: bold;
}
div.quote {
		font-weight: bold;
}
div.quotecredit {
		margin-top: 10px;
		font-style: italic;
		text-align: right;
}
li {
		list-style-type: circle;
}
div.subMenu {
		position: absolute;
		visibility: hidden;
		top: 328px;
		z-index: 10;
}
div.subMenu a {
		padding: 2px 4px 2px 4px;
		background: #cc0000;
		height: 15px;
		display: block;
		width: 130px;
		color: white;
		border-top: 1px solid white;
}
div.subMenu a:hover {
		background: red;
		color: #660000;
		text-decoration: none;		
}

/* Members Area Submenu */
div.submenu a {
	display: block;
	border: 1px solid #cc0000;
	margin: 1px 2px 0px 3px;
	padding: 3px;
	background: #ffdddd;
}
div.submenu a:hover {
	background: #cc3333;
	color: white;
}
/* End of members submenu */

/* Error / conf. message style */
div.err_msg, div.ok_msg {
		margin-top: 5px;
		margin-bottom: 5px;
}
div.err_msg div, div.ok_msg div {
		padding: 20px;
}
div.err_msg {
		border: 1px solid #cc0000;
}
div.ok_msg {
		border: 1px solid #009900;
}
h3 {
		font-size: 12px;
		color: white;
		margin: 0;
		font-weight: bold;
		padding: 4px 4px 4px 8px;
}
div.err_msg h3 {
		background: #cc0000;
}
div.ok_msg h3 {
		background: #009900;
}
h3 a {
		font-weight: normal;
		display: block;
		padding: 0 3px 0 3px;
		color: white;
		border: 1px solid white;
		float: right;
		margin: -1px;
}
div.err_msg h3 a:hover {
		text-decoration: none;
		background: #ff9999;
		color: #cc0000;
}
div.ok_msg h3 a:hover {
		text-decoration: none;
		background: #99ff99;
		color: #009900;
}
/* End of error / conf message styles */
