* {
	margin: 0px;
	padding:0px;
 }

 body {
	 height: 100%;
	 font-family: Arial,Helvetica,sans-serif;
   font-size:12px;
 }

 p {
	 margin-bottom: 20px;
 }
 
 h1 {
	 color: #CC0001;
	 font-size:22px;
	 margin-top: 10px;
 }
 h5 {
	color: #FFF;
	font-size:22px;
	margin-top: 10px;
 }
 a img {border: none; }

 .message {
	 font-weight: bold;
	 font-size: 15px;
	 margin-bottom: 5px;
	 text-align: center;
 }
 .message1 {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
 }

 h2 {
	margin: 20px 0px;
	color:#242021;
	font-size:15px;
 }
  h3 {
	margin: 20px 0px;
	color:#242021;
	font-size:15px;
	text-align: center;
 }
  h6 {
	margin: 20px 0px;
	color:#C03;
	font-size:15px;
	text-align: center;
 }

 form {
	 text-align: center;
 }
 
 input {
	 margin-top: 10px;
 }

 #centerAlign {
	 width: 900px;
	 margin: auto auto;
 }
 
	#page {
			float: left;
		 width: 900px;
		 background-image:url(images/statpak.jpg);
		 background-repeat: no-repeat;
	}

 #header {
	 width: 900px;
	 height: 95px;
	 background-image:url(images/banner.gif);
	 background-repeat: repeat-x;
 }

 #header img {
	 float: left;
	 width: 159px;
	 clear: none;
 }

 #content {
	 float: left;
	 width: 100%; 
	 background-image:url(images/cutBag.gif);
	 background-repeat: no-repeat;
	 background-position: right top;
 }

	#mainPanel {
		float:right;
		padding-right:170px;
		width:434px;
	}

 #header ul {
	 width: 400px;
	 height: 85px;
	 float: right;
		list-style-type: none; 
	 background-image:url(images/cutBagTop.gif);
	 background-repeat: no-repeat;
	 background-position: right bottom;
	 text-align: right;
	 margin-top: 10px;
	 padding: 0px 20px 0px 0px;
 }

 #header li {
	 display: inline
 }

 #header li a {
	 color: #fff;
	 text-decoration: none;
	 margin-top: 10px;
 }



 

