/* Rules for the whole page */
body{
		background-color: #6e899d;
		background-position: center;
		font-family: Verdana,Serif;
		font-style: normal;
		font-size: 12px;
		color: #000000;
		padding: 0px;
		margin: 0px;
		border: 0px;
		}

a {
                color: #ff9001;
                font-weight: bold;
		text-decoration: none;
		}
img {
		vertical-align: middle;
		padding: 0px;
		margin: 0px;
		border: 0px;
		}
		
#container {
		padding: 0px;
		margin: 0px;
		border: 0px;
		width: 100%;
		height: 100%;
		}
/* End main variables */
				
/* Everything at the top of the page variables */		
#header {
		background-image: url('images/headerbg.png');
                margin: 0px;
                padding: 0px;
                border: 0px;
		width: 100%;
		height: 162px;
                z-index:-1;
		}
		
#headerimg {
                background-image: url('images/headerglow.png');
                margin: 0px auto auto auto;
                padding: 0px;
                border: 0px;
                width: 649px;
                height: 162px;
                z-index:0;
                }

#bar  {
                position: absolute;
                background-image: url('images/menubg.png');
                width: 100%;
                height: 51px;
                margin: -50px auto auto auto;
                padding: 0px;
                z-index:3;
                }
#menubar {
                margin: 0px auto auto auto;
                width: 780px;
                height: 51px;
                padding: 0px;
                }

img.logo {
                margin-top: 15px;
                margin-left: 22px;
                clear:right;
                }


/* End Header chunk */

/* Main body and full content of the page variables */
#main {
                background-image: url('body.png');
                margin: -120px auto auto auto;
		width: 780px;
		height: 800px;
		padding: 0px;
		border: 0px;
                z-index: 0;
		}
		
#subheader {
		background-image: url('images/horbar.png');
		background-color: #ffffff;
		height: 31px;
		width: 539px;
		text-align: left;
		padding: 0px;
		margin: 0px 0px 20px 0px;
		border: 0px;
		}

#subbox {
		height: 200px;
		width: 650px;
		padding: 20px;
		margin: 0px;
		border: 1px #000000 dashed;
		}


p.main {
               margin-top: 75px;
               margin-right: 15px;
               margin-left: 15px;
               margin-bottom: 10px;
                }

img.tempA {
               position: absolute;
               margin-top: 75px;
               clear: right;
                }
img.tempB {
               position: absolute;
               margin-top: 75px;
               clear: both;
                }
img.tempC {
               position: absolute;
               margin-top: 75px;
               clear: left;
                }
/* End Main */

/* Footer variables. */		
#footer {
		background-image: url('images/footerbg.png');
		background-color: #003c74;
		padding: 0px;
		margin: 0px;
		border: 0px;
		width: 100%;
		height: 169px;
		}
/* End footer */