body {
	background-image: url('../images/bg_blend.jpg');
	background-repeat: repeat-x;
    background-color: #FFFFFF;
    font-size:14px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding:0px;
}
input#gobutton {
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding:0px 3px; /*add some padding to the inside of the button*/
    background:#33aa66; /*the colour of the button 35b128*/
    border:1px solid #33aa66; /*required or the default border for the browser will appear 33842a*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 2px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 2px rgba(0,0,0, .75);
    box-shadow: 0 0 2px rgba(0,0,0, .75);
    /*style the text*/
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    /*letter-spacing: 1px;*/
    }
    /***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
    input#gobutton:hover, input#gobutton:focus{
    background-color :#229944; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
    box-shadow: 0 0 1px rgba(0,0,0, .75);
    }
input#gobutton_red {
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding:0px 3px; /*add some padding to the inside of the button*/
    background:#ff0000; /*the colour of the button 35b128*/
    border:1px solid #ff0000; /*required or the default border for the browser will appear 33842a*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 2px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 2px rgba(0,0,0, .75);
    box-shadow: 0 0 2px rgba(0,0,0, .75);
    /*style the text*/
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    /*letter-spacing: 1px;*/
    }
    /***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
    input#gobutton_red:hover, input#gobutton:focus{
    background-color :#cc3333; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
    box-shadow: 0 0 1px rgba(0,0,0, .75);
    }
input#gobutton_grey {
    cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding:0px 3px; /*add some padding to the inside of the button*/
    background:#666666; /*the colour of the button 35b128*/
    border:1px solid #666666; /*required or the default border for the browser will appear 33842a*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 2px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 2px rgba(0,0,0, .75);
    box-shadow: 0 0 2px rgba(0,0,0, .75);
    /*style the text*/
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    /*letter-spacing: 1px;*/
    }
    /***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
    input#gobutton_grey:hover, input#gobutton:focus{
    background-color :#333333; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 1px rgba(0,0,0, .75);
    -moz-box-shadow: 0 0 1px rgba(0,0,0, .75);
    box-shadow: 0 0 1px rgba(0,0,0, .75);
    }
a:link {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
div#outer {
    width: 973px;
    min-height: 650px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    position: relative;
	background-color:#FFFFFF;
	border: 0px solid #CCCCCC;
}

#oneCol {
	background-image: url('../images/bg_blend_tab_big.jpg');
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	padding: 20px;
	position: relative;
	border-right: 1px solid #CCCCCC;
	min-width: 194px;
	max-width: 194px;
	min-height: 140px;
	max-height: 100%;
	float: left;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
}

#oneColEndRow {
	background-image: url('../images/bg_blend_tab_big.jpg');
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	padding: 20px;
	position: relative;
	min-width: 194px;
	max-width: 194px;
	min-height: 140px;
	max-height: 100%;
	float: left;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
}

#oneColEndRowThirds {
	background-image: url('../images/bg_blend_tab_big.jpg');
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	padding: 20px;
	position: relative;
	min-width: 258px;
	max-width: 258px;
	min-height: 140px;
	max-height: 100%;
	float: left;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
}

#twoColEndRow {
	background-image: url('../images/bg_blend_tab_big.jpg');
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	padding: 20px;
	position: relative;
	min-width: 431px;
	max-width: 431px;
	min-height: 200px;
	max-height: 100%;
	float: left;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
}

#threeColEndRow {
	background-image: url('../images/bg_blend_tab_big.jpg');
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	padding: 20px;
	position: relative;
	min-width: 582px;
	max-width: 582px;
	min-height: 200px;
	max-height: 100%;
	float: left;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
}

#threeCol {
	background-image: url('../images/bg_blend_tab_big.jpg');
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	padding: 20px;
	position: relative;
	border-right: 1px solid #CCCCCC;
	min-width: 690px;
	max-width: 690px;
	min-height: 200px;
	max-height: 200px;
	float: left;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
}

#fourCol {
	background-image: url('../images/bg_blend_tab_up.jpg');
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	position: relative;
	min-width: 942px;
	max-width: 942px;
	min-height: 30px;
	max-height: 30px;
	float: left;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height: 20px;
}


#splashMain {
	background-color:#E9F5F5;
	position: relative;
	float:left;
	border: 0px solid #CCCCCC;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	min-height: 80px;
	min-width: 942px;
	max-width: 942px;
}

#bottomContent {
	background-color:#FFFFFF;
	position: relative;
	float: left;
	border: 0px solid #CCCCCC;
    margin-left: 15px;
    margin-right: 15px;
    height: 100%;
    min-width: 942px;
    max-width: 973px;
}


#cover {
	min-width: 788px;
	min-height: 550px;
	background-image: url('../images/fade.png');
}

#tabContainer {
	background-color:#FFFFFF;
	position: relative;
	border: 0px solid #CCCCCC;
	margin-left: 15px;
	margin-right: 15px;
	min-height: 30px;
	max-height: 100px;
	min-width: 942px;
	max-width: 942px;
}

#tab {
	background-image: url('../images/bg_blend_tab.jpg');
	background-repeat: repeat-x;
	background-color:#FF0000;
	padding: 18px;
	position: relative;
	border-right: 1px solid #CCCCCC;
	min-width: 151px;
	max-width: 151px;
	min-height: 5px;
	max-height: 5px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 0px;
}

#tabUp {
	background-image: url('../images/tab_up.jpg');
	background-repeat: repeat-x;
	background-color:#FF0000;
	padding: 18px;
	position: relative;
	border-right: 1px solid #CCCCCC;
	min-width: 151px;
	max-width: 151px;
	min-height: 5px;
	max-height: 5px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 0px;
}

#copyMain {
	width: 450px;
	position: relative;
	float: left;
	color: black;
	line-height: 20px;
	font-size: 12px;
	left: 50px;
	margin-bottom: 0;
	margin-top: 0;
}

#header {
	width: 973px;
    height: 100px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	letter-spacing: 1px;
	background-color:#FFFFFF;
  	color: #003333;
	text-align: left;
	top: 0px;
	float:left;
	position: relative;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

#heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	line-height:22px;
  	color: #BB0000;
	text-align: left;
	position: relative;
}

#copy {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
  	color: #000000;
	text-align: left;
	position: relative;
}

#nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: right;
	position: relative;
	margin-top: 35px;
	margin-right: 15px;
	color: #BBBBBB;
}

#nav a:link, #nav a:visited {
	color: #336699;
	text-decoration: none;
}
#nav a:hover {
	color: #336699;
	text-decoration: underline;
}

#footer {
	height:35px;
	width:933px;
	color:#000000;
	background-color:#DDDDDD;
	line-height:20px;
	font-size:10px;
	position: relative;
	text-align: left;
	padding: 20px;
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

#footer a:link {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #336699;
	font-weight: bold;
	text-decoration: underline;
}
#footer a:active {
	color: #336699;
	font-weight: bold;
	text-decoration: none;

#filink {
	font-size: 10px;
	color: #222222;
	z-index: 10;
	bottom: 0;
	right: 0;
	width: 160px;
	text-align: right;
    float: right;
    background-color:#FFFFFF;
    border-width:0px;
    border-style:solid;
    border-color: #FF0000;
    padding: 0px;
    position: relative;
}
#filink a {
	color: #FF0000;
	text-decoration: none;
}
#filink a:hover {
	color: #FF0000;
	text-decoration: underline;
}
