body {
	margin : 0;
	padding : 0;
	font : 75% "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color : #666;
	background : #003250 url(img/bgd.png) center repeat;
}

#container {
	width : 740px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 20px;
	padding : 20px;
	line-height: 1.7em;
	color : #666;
	background : #f2f2f5;
}
/*TOP BANNER*/
#banner {
	width : 520px;
	padding : 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	height: 348px;
}


/*TOP SCROLLBAR*/
div.scroll {
	overflow : auto;
	height : 7em;
	width : 160px;
	padding : 1em;
	color : #333333;
	background : inherit;
	border : 1px solid #aaa;
	margin : 20px;
}
/*TOP NAVIGATION*/
#navcontainer {
	clear:both;
	width : 100%;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background: #F36207;
	color: #FFFFFF;
	float: left;
	width: 100%;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 0.2em 1em;
	background: #F36207;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #FFFFFF;
}
#navcontainer ul li a:hover {
	background: #003366;
	color: #FFFFFF;
}
#active a:link, #active a:visited, #active a:hover {
	background: #003366;
	color: #FFFFFF;
}
/*CENTRE CONTENT*/
#content {
	padding : 5px;
	margin-right : 0px;
	background : #f7f7f7;
	color : #666;
	float:right;
	width:520px;
	text-align:justify;
}
/*LEFT CONTENT*/
#sidebar {
//	float : left;
	width : 180px;
	margin : 0 5px 0 0;
	padding : 5px;
	color : #666666;
	background : #f2f2f5;
}
/*LEFT MENU*/
#menu {
	width : 160px;
	padding : 10px 0 0 0;
}
#menu ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}
#menu li {
	margin : 0 0 0.1em 0;
}
#menu a {
	width : 140px;
	padding : 0.1em 0.8em;
	text-decoration : none;
	display : block;
	color : #FFFFFF;
	background : #003366;
}

#menu li.active a {
	color : #F36207;
	font-weight:bold;
}

#menu a:hover {
	background : #F36207;
	color : #FFFFFF;
}

#menu li.active a:hover {
	background : #F36207;
	color : #003366;
	font-weight:bold;
	
}

/* Blog Stuff */

.blogitem {
	margin:0;
	padding:0.5em;
	margin-bottom:1.5em;
	border: 1px dashed #666666;
}

h3.blogheader {
	width:66%;
	margin:0;
	padding:0;
	float:left;
}

.blogauthorinfo {
	font-size:76%;
	font-style:italic;
	float:right;
	text-align:right;
	width:34%;
	line-height: 0.85em;
}

.blogsummary {
	margin:0;
	padding:0;
	clear:both;
	margin-top:1em;
}

div#blogTOC {
}

div#blogTOC ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

div#blogTOC li ul {
	margin:0;
	padding:0px 0px 0px 10px;
	list-style-type:none;
}


/*FOOTER*/
#footer {
	clear : both;
	padding : 5px;
	margin-top : 15px;
	color : #bbd2e0;
	background : #f36207;
}
#footer a:link, #footer a:visited {
	background : inherit;
	color : #eee;
	text-decoration : none;
}
#footer a:hover {
	border-bottom : 1px dashed #f2f2f5;
	background : inherit;
	color : #f2f2f5;
}
/*TYPOGRAPHY*/
p {
	margin : 10px;
}
h1 {
	margin : 0 0 10px 10px;
	color : #003366;
	background : inherit;
	text-align: left;
	font-size: 2em;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	padding-left : 5px;
	color : #ef7329;
	background : inherit;
	font-size: 1.5em;
	font-weight: bold;
}

h3.left {
	color:#003366;
	background:inherit;
	font-weight: bold;
	font-size: 0.96em;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

blockquote {
	font-weight : bold;
	font-style : italic;
	color : #b29b35;
}

#contactblock {
	font-size: 0.76em;
	font-style: normal;
	color: #003366;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	float:left;
}

.contactsubblock {
	width: 120px;
	line-height:1.1em;
}

.contactsubblock tr {
	line-height:1.1em;
	height:1,1em;
}

/*LINKS*/
a {
	text-decoration : none;
	color : #f36207;
	background : inherit;
}
a:hover {
	color : #0d4953;
	background : inherit;
}
/*CLASSES*/
.news {
	font-size : 1em;
	background : inherit;
	color : #000;
}
.orange {
	background : inherit;
	color : #f36207;
}
.clear {
	clear : both;
}
#breadcrumbs {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
	clear: both;
	width: 100%;
	margin-bottom:2em;
	border-top:1px solid #003366;
}

#logo {
	text-align: right;
	width: 320px
	float:right;
}
#PageTitle {
	font-size: 5em;
	font-weight: bold;
	color: #f36207;
	text-align: right;
	padding-right: 20px;
	height:150px;
	line-height: normal;
	outline:#000000 thin;
}
