body {
    font-family         : Verdana, Geneva, Arial, helvetica, sans-serif;
    margin              : 0px;
    background-color    :#FFF;
  	width               : 100%; 
	height              : 100%; 
}

.Container{
	background-color    : #ffffff;
	position            : absolute;
	left                : 50%;
	margin-left         : -364px;
	width               : 729px;
	top                 : 0px;
	height              : 625px;
}

.Main{
	border-LEFT         : solid 2px #9E1C18;
	border-RIGHT        : solid 2px #9E1C18;
	border-bottom       : solid 2px #9E1C18;
}

.Header{
	height              :115px;
	margin              :0px;
	overflow            :hidden;
	text-align          :center;
}

.Header img{
    border              :0px;
}

.Content{
	border-top          : solid 2px #9E1C18;
	padding             :10px;
	padding-top         :15px;
	overflow            : auto;
	background-color    :#FFFFFF;
	height              :625px;
}

.Content p{
	padding             :0px;
	margin              :0px;
}

a{
	text-decoration     : none;
	color               : #9E1C18;
}
a:link {
	text-decoration     : none;
}
a:visited {
	text-decoration     : none;
	color               : #9E1C18;
}
a:hover {
	text-decoration     : underline;
	color               : #9E1C18;
}
a:active {
	text-decoration     : none;
	color               : #000000;
}
