@charset "utf-8";
/* CSS Document */
/* <!-- */
/*Navigation Left Column
-------------------------------------------*/
#nav a {
	font-family:verdana, serif;
	background:#EDF1F8;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav a:hover {text-decoration:underline;}

/*Javascript Date
-------------------------------------------*/
.date  {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0061AA;
	letter-spacing: 1pt;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}

/*Left Column Quick Links Button
-------------------------------------------*/

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #FFCC66;
}

/*General formatting
---------------------------------------------*/
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	
	background-repeat: repeat-x;
	background-position: top;
    border:0;			/* This removes the border around the viewport in old versions of IE */
}

b{font-size: 110%;}
em{color: red;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFE375;
	background-color: #0061AA;
	text-indent: 10px;
	text-transform: capitalize;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #0062AB;
}
p, ul, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* -----------------------------------------------Container styles */	
#maincontainer{
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#main {
	margin: 10px;
}
	
/* -----------------------------------------------Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
	background: #EAEAEA;
	height: 194px; /*Height of top section*/
}

/* -------------------------------------------------------------column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
/* ------------------------------------------website 3 column settings */
	.alpha {
	    background:#EDF1F8;    	/* Right column background colour */
	}
    .alpha .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .alpha .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;         	/* Left column width + right column width */
        background:#EDF1F8;    	/* Left column background colour */
    }
    .alpha .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.alpha .col1 {
        margin:0 215px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .alpha .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .alpha .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
/* ---------------------------------------------------------Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
	background: #0061AA;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#footer a {
    color: #FFFF80;
}
    /* --> */

