/*
--------------------
*/

* {margin: 0; padding: 0;}
html {height: 100%;}
body {height: 100%;}

/* Body Typeset
-------------------------- */
body {
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin:  0px;
	padding: 0;
	}

h1 {font-size: 150%; font-style: italic; padding-bottom: 10px;}
h2 {font-size: 140%; }
h3 {font-size: 130%}
h4 {font-size: 115%; }
h5 {font-size: 100%; font-weight: bold; }
h6 {font-size: 85%; font-weight: bold; }
address {
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
}

/* Layout
-------------------------- */

#container {
	width: 760px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/bgshadow.gif);
	background-repeat: repeat-y;
	border: solid #003366 1px;
	clear: both;
	}
	
/* masthead */
#masthead {
	width: 760px;
	position: relative;
	float: left;
	clear: both;
	}
#mastheadkeywords {
	width: 740px;
	color: #FFFFFF;
	background-color: #68A0FF;
	padding: 10px 10px 10px 10px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #003366;
	}
#mastheadkeywords h1 {
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
}
#masthead-row1 {
	width: 760px;
	float: left;
	position: relative;
	border-bottom: solid #003366 1px;
}
#logo {
	width: 180px;
	float: left;
}
#mastheadimage {
	width: 580px;
	float: left;
}		
	
#header {
	background-color: #FFFFFF;
	text-align: center;
	width: 760px;
	}
#content {
	width: 760px;
	}
#row1 {
	width: 760px;
	position: relative;
	overflow: hidden;
	float: left;
	}
#row1-col1 {
	width: 178px;
	float: left;
	border-right: solid #003366 2px;
	margin-bottom: -3500px;
	padding-bottom: 3500px;
	}
#row1-col1-panel1 {
	width: 178px;
	text-align: center;
	}
#row1-col1-panel1 img {
	padding: 5px 5px 5px 5px;
	}
#row1-col2 {
	width: 580px;
	float: left;
	padding-bottom: 3500px;
	margin-bottom: -3500px;
	}
#panel1 {
	width: 560px;
	position: relative;
	float: left;
	padding: 10px;
	}
#panel1-top {
	width: 560px;
	position: relative;
	float: left;
	margin: 0px 0px 5px 0px;
	border-bottom: solid #CCCCCC 1px;
	padding: 0px 0px 5px 0px;
}
#panel1-top-left {
	width: 400px;
	float: left;
	margin-right: 10px;
}
#panel1-top-right {
	width: 140px;
	float: left;
	border: solid #CCCCCC 1px;
	font-size: 90%;
	padding: 3px 4px 3px 4px;
}
#panel1-top-full {
	width: 550px;
	float: left;
	margin-right: 10px;
}




#panel1-mid {
	width: 560px;
	position: relative;
	float: left;
}
#panel1-mid-1 {
	width: 400px;
	float: left;
	margin-right: 10px;
}
#panel1-mid-2 {
	width: 150px;
	float: left;
}
a,/* LINKS */ a:link, a:active{
	color:#003366;
	background-color:#FFFFFF;
	text-decoration: underline;
	}
a:hover {
	color:#3366CC;
	background-color:#FFFFFF;
}

/* style features
-------------------------- */
#mainmenu {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 760px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 80%;
	}
#mainmenu ul {
	margin: 0;
	padding: 0;
	}
#mainmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
#mainmenu li a {
	padding: 2px;
	margin-bottom: 0;
	border: 0;
	color: #000000;
	text-decoration: none;
	}
#mainmenu li a:hover {
	color: #003366;
	}
#mainmenu li.here a:hover {
	color: #FFFFFF;
	background-color: #666666;
	}
#mainmenu li.here a {
	color: #FFFFFF;
	background-color: #666666;
	}

#vertmenu {
	text-align: left;
	color: #000000;
	padding: 10px 5px 10px 5px;
	}
#vertmenu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	}
#vertmenu li {
	list-style: none;
	margin: 0;
	padding: 3px 0px 3px 3px;
	border-bottom: dotted #003366 1px;
	}
#vertmenu li a {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0;
	border: 0;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	}
#vertmenu li a:hover {
	color: #999999;
	font-weight: bold;
	}
#vertmenu li.here a:hover {
	color: #666666;
	}
#vertmenu li.here a {
	color: #333333;
	}
#vertmenu-header {
	color: #000000;
	font-weight: bold;
	padding: 4px 1px 4px 8px;
	}
#footer {
	clear: both;
	width: 760px;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
	font-size: 90%;
	text-align: center;
	border-top: solid #003366 2px;
	border-bottom: solid #003366 10px;
	}
	
#footermenu {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 760px;
	color: #000000;
	}
#footermenu ul {
	margin: 0;
	padding: 0;
	}
#footermenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
#footermenu li a {
	padding: 0px 5px 0px 5px;
	margin-bottom: 0;
	border: 0;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
	}
#footermenu li a:hover {
	color: #999999;
	}
#footermenu li.here a:hover {
	color: #666666;
	}
#footermenu li.here a {
	color: #333333;
	}





/* Lists
-------------------------- */
ul, ol {
	margin-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
li {
	padding-top: 3px;
	padding-bottom: 3px;
	}
	
/* Tables 
--------------------------- */
 td.padded {
	padding: 5px 5px 5px 5px;
	margin: 3px 0px 0px 0px;
	border: solid #CCCCCC 1px;
	vertical-align: top;
 }
#designinfo {
	font-size: x-small;
	float: left;
}
.bold {font-weight: bold;}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.italic {
	font-style: italic;
}
	

	
/* style features
-------------------------- */
.center {text-align: center;}
.imgleft {
	float: left;
	border: solid #CCCCCC 1px;
	margin: 0px 5px 5px 0px;
	}	
.imgright {
	float: right;
	border: solid #CCCCCC 1px;
	margin: 0px 0px 5px 5px;
	}	
.imgcentre {
	border: solid #CCCCCC 1px;
	text-align: center;
	margin-bottom: 5px;
}

.smalltxt {
	color: #003366;
	background-color:#FFFFFF;
	font-size: 60%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.mediumtext {
	color: #003366;
	background-color:#FFFFFF;
	font-size: 75%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.bulletin_news{
	color: #003366;
	background-color:#FFFFFF;
	font-size: 115%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style:italic;
	padding: 3px 0px 5px 0px;
	border-bottom: dotted #003366 1px;
}
.news_article_headline {
	color: #003366;
	background-color:#FFFFFF;
	font-size: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	}
.news_article_intro {
	color: #003366;
	background-color:#FFFFFF;
	font-size: 90%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
.maroon {
	color: #993333;
	}
.green {
	color: #33CC99;
	}
.orange {
	color: #FF9900;
	}	


/* TABLE STYLES */

.tablestyle1 {
	color: #003366;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	}
.blockheading {
	color: #003366;
	background-color:#FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
.dotted_border {
	border-bottom: dotted #003366 1px;
	padding-bottom: 5px;
}
