﻿/* Main Container inside body, sets overall width and centres on screen  */

#container {width:980px;
           height:100%;
           text-align:left;
           margin:0 auto 0 auto;
           background-color:#FFFFCC
}
           
body       {font-family:"Times New Roman", Arial, Helvetica, sans-serif;
	       text-align:center;          /* IE6 fix */
	       font-size:75%;
	       }

input, select, th, td {font-size:1em;}
h1 {font-size:2.5em;}	
h2 {font-size:2em;}
h3 {font-size:1.75em;}
h4 {font-size:1.5em;}
h5 {font-size:1.25em;}
h6 {font-size:1em;}


           
           
/* Header Section   */

#left, #center, #right {
	       border-style:solid;
	       border-color:blue;
	       margin-bottom:10px;	       
}

#left      {width:120px;
            height:80px;
            position:relative;
            float:left;
            border-width:1px 0 1px 1px;
            background:#FFFFFF
}

#right      {width:120px;
            height:80px;
            position:relative;
            float:left;
            border-width:1px 1px 1px 0;	
            background:#FFFFFF
}

#center     {width:738px;
             height:80px;
             position:relative;
             float:left;
             background:#ffff00;
             border-width:1px 0 1px 0;
}

.hdrtext    {position:absolute;
             width:650px;
             height:50px;
             left:50%;
             top:50%;
             margin-top:-15px;
             margin-left:-310px;
             font-size:24px;
             font-weight:bold;
             color:#ff0000;
             letter-spacing:2px;
             text-align:left;
}

#hdrimage1, #hdrimage2 {position:absolute;
            width:45px;
            height:68px;
            left:50%;
            top:50%;
            margin-top:-34px;
            margin-left:-22px
}

p#cleared {clear:both

/* Home Page */

}

#homecontainer {position:relative;
    top: 25px;
    }
/* hide from mac IE5 \*/
* html #homecontainer {
     height: 1%
	}
/* End hide */

#homecontainer h2 {line-height:1em;
	margin-top:0;
	color:#000066
	}


#footer {background-color: #FDD;
	border: 1px solid #C00;
	padding: 5px;
	text-align:center;
	font-size:.8em;
	}
	
#leftcol, #rightcol {
	background-color:#DDF;
	padding:5px;
	border: 1px solid #00C;
	}
	
#leftcol li, #rightcol li {list-style:none;
	padding:5px 0px 5px 0px;
	}
	
#leftcol {position:absolute;
	left:0;
	top:0;
	width: 260px;
	}
	
#rightcol {position:absolute;
	right:0;
	top:0;
	width: 260px;
	}
	
#content { margin: 0 290px;
	text-align:justify;
	font-size:.9em;
	}

	
#footer hr {display:none;}

/* General Page Formatting */

#maincontainer h2 {
	 color:#990000;
	  text-align:center;
}

#maintext {
	font-size:1.5em;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}
