/* -- Header Styles -- */

body {
        font-family: arial;
        font-size: 10px;
}

p2 {
        font-size: 11px;
        font-weight: bold;
}
#Header {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 775px;
	height: 100px;
	border: solid black 0px;
	
}

/* -- Page Title Styles -- */

#PageTitle {
	position: absolute;
	top: 145px;
	left: 5px;
	width: 585px;
	height: 50px;
	padding-left: 10px;
	border: solid black 0px;
	
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #396098;
	text-align: left;

	
}

/* Content Styles */

#LeftSide {
	position: absolute;
	top: 200px;
	left: 5px;
	width: 120px;
	height: 300px;
	padding-left: 5px;
	border: solid black 0px;
	
}

#MiddleBG1 {
	position: absolute;
	top: 200px;
	left: 5px;
	width: 595px;
	height: 550px;
	padding-left: 90px;
}

#MiddleBG2 {
	position: absolute;
	top: 200px;
	left: 5px;
	width: 595px;
	height: 550px;
	padding-left: 5px;
	padding-top: 45px;
	
}

#MiddleBG3 {
    position: absolute;
	top: 150px;
	left: 135px;
	width: 465px;
	height: 550px;
	padding-left: 75px;
	padding-top: 60px;
        border: solid black 0px;
        font-size: 13px;

}
#WideMiddle {
	position: absolute;
	top: 200px;
	left: 5px;
	width: 595px;
	height: 550px;
	padding-top: 5px;
	padding-left: 5px;
	border: solid black 0px;
	
	font-family: arial;
	font-size: 13px;
	color: black;
	text-align: left;

}

#Middle {
	position: absolute;
	top: 200px;
	left: 135px;
	width: 465px;
	height: 550px;
	padding-top: 5px;
	padding-left: 5px;
	border: solid black 0px;
	
	font-family: arial;
	font-size: 13px;
	color: black;
	text-align: left;
	
}

#Middle a {
        color: #396098;
}

#Middle a:visited {
  color:#396098;
} 

#WideMiddle a {
        color: #396098;
}

#WideMiddle a:visited {
  color:#396098;
} 
#RightSide {
	position: absolute;
	top: 200px;
	left: 615px;
	width: 165px;
	height: 500px;
	border: solid black 0px;
	
}

#Countdown {
	position: absolute;
	top: 145px;
	left: 615px;
	width: 165px;
	height: 50px;
	border: solid black 0px;
	
	text-align: center;
	font-family: arial;
	color: #396098;
	
}

#Footer {
	position: relative;
	top: 750px;
	left: 5px;
	width: 775px;
	height: 40px;
	border: solid black 0px;
	
	text-align: center;
	font-family: arial;
	font-size: 10px;
	color: black;
	
	
}