@charset "utf-8";
/* CSS Basic Document */
body
{
margin:0px;
padding:0px;
background:#e0290f;
}

*
{
margin:0px;
padding:0px;
}
p
{
margin:6px 0px;
}
img
{
border:0px;
}
.left
{
float:left;
}
.right
{
float:right;
}
.container
{
width:100%;
height:auto;
float:center;
text-align:left;
}

#alt {
        margin:0px;
        padding: 0px;
        height: 34px;
		background:url(res/alt.jpg) left top repeat-x;
		float:left;
		width:980px;
}

#alt2 {
        margin:0px;
        padding: 0px;
        height: 34px;
		float:left;
		width:980px;
}

/* CSS Menu */
#navcontainer {
        margin:0px;
        padding: 0px;
        height: 34px;
		background:url(res/menu-bg-normal.gif) left top repeat-x;
		float:left;
		width:980px;
        text-align: center;
		
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
		height:34px;
}

#navcontainer ul li a {
        width: 180px;
        height: 34px;
        padding: 0px;
        margin: 0px;
        color: #FFF;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 11px/34px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer ul li a:hover {
        color: #FFF;
        background: url(res/menu-bg-hover.jpg) left top repeat-x;
		height:34px;
}

#navcontainer li.active a {
        color: #FFF;
        background: url(res/menu-bg-hover.jpg) left top repeat-x;
		height:34px;
}
-->


/* CSS Body Document Start Here */
.body-main
{
width:980px;
height:auto;
float:left;
text-align:center;
background: #F1F1F1;
}
/* sub-navigation */
.navlist{
	width:180px;
	background-color:000000;
	color: #FF00FF;
	font: bold 11px/24px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
	padding:10px;
	float:left;
	text-align:left;
}




.navlist2{
	width:180px;
	background-color:000000;
	color: #FF00FF;
	font: bold 11px/24px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
	padding:10px;
	float:right;
	text-align:right;
}



.navlist ul {margin: 0; padding: 0;}
.navlist li {
	list-style: none;
	}
.navlist li a {
	display: block;
	padding: 0px 0px 0px 5px;
	width: 177px;
	text-decoration: none;
	color: #000000;
	background:#fff;
	border:1px solid #e6e6e6;
	margin-bottom:1px;
}
.navlist li a:hover {
	background: url(res/menu-bg-hover.jpg) left top repeat-x;
	color: #FFF;
	text-decoration: none;
	border:1px solid #e6e6e6;
	margin-bottom:1px;
}
.navlist li a.active {
	background: #a50375;
	color: #FFF;
	border:1px solid #e6e6e6;
	margin-bottom:4px;
}
/* sub-navigation */
.body-content
{
width:760px;
height:auto;
float:right;
text-align:left;
padding:10px 10px 10px 0px;
}
.content-box
{
width:760px;
text-align:left;
float:left;
height:auto;
padding:10px 0px;
}


body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

body a
{
color:#0c5eaf;
text-decoration:underline;
line-height:20px;
}

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

h1 {
	font-family: Tahoma;
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	margin:0px;
	padding:0px;
}

h4 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	margin:0px;
	padding:0px;
}

h5 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	margin:0px;
	padding:0px;
}



h6 {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	margin:0px;
	padding:0px;
}




h7 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	margin:0px;
	padding:0px;
}


.input
{
width:136px;
height:18px;
background-color:#FFF;
border:1px solid #ef7260;
padding:1px 0px 1px 3px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 16px;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #4b4b4b;
text-decoration: none;
margin:0px;
}