@charset "utf-8";
html {
height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}

#Header {
	padding-bottom: 10px;
	padding-top: 20px;
	width: 1000px;
	padding-left: 50px;
} 
#ContentBody {
	padding-left: 50px;
	width: 1000px;
}
#LEFTNAV {
	width: 200px;
	float: left;
}

#Lines {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #da293d;
	border-bottom-color: #000000;
	height: 2px;
}
#RIGHTCONTENT {
}



#navigation {
	width: 600px;
	border: 1px solid #d0d0d0;
	background-color: #F3F3F3;
	height: 30px;
	margin-left: 75px;
} 

#navigation ul {
	list-style: none;
	width: 110px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#content {
	width: 580px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 85px;
} 
.regtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a.navigation:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
}
a.navigation:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
}
a.navigation:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	text-decoration: none;
}
a.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DB283B;
	line-height: 20px;
	background-color: #f1f1f1;
	text-decoration: none;
}

#Footer_From_Content_Layout {
	width: 580px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 85px;
	position: relative;
	top: 50px;
} 

#LeftSide {
	background-color: #F3F3F3;
	height: 100%;
	width: 53px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #d0d0d0;
	float: left;
	background-image: url(../Images/SideLogo.jpg);
	background-repeat: no-repeat;
	position: fixed;
}
#footer {
	height: 40px;
	width: 500px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 20px;
	margin-left: 50px;
	top: 100px;
}

#MainContainer {
	font-family: Tahoma;
	font-size: 10px;
	width: 100%;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
a.reglink:link {
	color: #000099;
	text-decoration: none;
}
a.reglink:visited {
	color: #000099;
	text-decoration: none;
}
a.reglink:active {
	color: #000099;
	text-decoration: none;
}
a.reglink:hover {
	color: #DB283B;
	text-decoration: none;
}

#underlinenav td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}
#underlinenav td:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	background-color: #f1f1f1;
}