﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	width:100%;
	background-image: url('Images/DesignGraphics/topbar_back.gif');
	background-repeat: repeat-x;
}
/* This is for the top bar including logo*/
#topbar {
	width:100%; 
	height:60px;
	background-image:url('Images/DesignGraphics/topbar_back.gif');
	background-repeat:repeat-x;
}
#logo {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bolder;
	color: white;
	padding-top: 0px;
	padding-left: 0px;
}
/*This is for the top flash image bar*/
#topflashbar {
	background-image:url('Images/DesignGraphics/top_image_back.gif');width:100%; height:90px
}
/*This is for the top horizontal navigation bar*/
#topnavbar {background-image:url('Images/DesignGraphics/gbutton_back.gif'); width:100%; height:30px
	
}
/*This is for the TextSpace Flash bar*/
#textspacebar {background-image:url('Images/DesignGraphics/textspace_back.gif'); width:100%; height:50px
	
}

#header {
	margin-left: 200px;
}

#h2 {
	style= font-family: Verdana, "Trebuchet MS", sans-serif;
	color: #1485C0;
	font-size: x-large;
	margin-top: 0;
	top: 0;
	padding-top: 30px;
}

#bodyheader1 {
	background-color: #FFFFFF;
	font-family:Verdana, "Trebuchet MS", sans-serif;
	font-size: large;
	font-weight: bold;
	position:absolute;
	top:20px;
	margin-bottom: 0px
}
#bodytext {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	text-align: justify;
	margin-right: 0;
	background-color: white;
	color:black;
	margin-top: 0px;
	padding-left: 10px;
	padding-right:10px
}
#p {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: small;
	text-align: left;
	margin-right: 0px;
	color:black;
}
#ul {font-family:Verdana, "Trebuchet MS", sans-serif;
	font-size:small;
	text-align:left;
	margin-right:10px;
}
#li {font-family:Verdana, "Trebuchet MS", sans-serif;
	font-size:small;
	text-align:left;
	margin-right:10px;
	bottom:20px}
	
#textspaceback {
	background: ;
	background-image: url('Images/DesignGraphics/textspace_back.gif');
	background-repeat: repeat-x
}
/*This contains the basic page - not including headers and footer*/
#container {
	position:relative;
	top:20px;
	width: 100%;
	bottom:0px
}
/*A narrow strip of page background*/

#pagestrip {
	background-image:url('Images/DesignGraphics/PageBackground.gif');
	width:100%
}

/*This contains the basic page background - gradient thing*/
#container2 {
	background-image:url('Images/DesignGraphics/PageBackground.gif');
	background-repeat:repeat-y; 
	width:100%;
	bottom:0px
}

/*Following three elements make up the basic page layout*/
#left_col {
	width: 225px;
	left: 0px;
	top: -1px;
	position:absolute;
	bottom: 0px;
	padding-top: 0px;
}

#page_content {
	margin-right: 150px;
	margin-left: 225px;
	padding-left: 10px;
	position: relative;
	background-color:fuchsia;
	bottom: 20px;
	margin-top: 20px;
}

#right_col {
	width: 150px;
	right: 0px;
	position:absolute;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
}

#footer {background-image: url('Images/DesignGraphics/bottombar_back.gif'); 
	background-repeat: repeat-x;
	bottom: 0px;
	top:0px;
	left: 0px
}
#footer_hyper-links {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: white;
	margin-top: 10px
}
#copyright_line {font-family:Verdana, "Trebuchet MS", sans-serif;
	font-size:x-small;
	font-weight:normal; 
	text-align:center
}






