body {
	background-image: url(images/body-bg-x.jpg);
	background-repeat: repeat-x;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

div#find_out_more a:link, div#find_out_more a:visited, div#right a:link, div#right a:visited {
	color: #003a63;
}

div#find_out_more a:hover, div#find_out_more a:active, div#right a:hover, div#right a:active {
	color: #f00;
	text-decoration: none;
}
#container {
	width: 780px;
	margin: 0 auto;
	overflow: auto;
}
#container #logo {
	float: left;
	height: 100px;
	width: 240px;
	padding-top: 7px;
}
#container #navigation {
	float: right;
	height: 107px;
	width: 520px;
}
#container #main-body {
	background-color: #fff;
	border-top:#f5f5f5 2px solid;
	border-bottom:#ccc 2px solid;
	margin-top: 7px;
	min-height:300px;
	height:auto !important;
	height:300px;
}
#container #main-body #find_out_more {
	font-size:10px;
	color:#0B3656;
	float: right;
	width: 185px;
	border-top:#0B3656 2px solid;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding: 10px 5px 0 10px;
	background-image: url(images/index-right-more-bg-x.jpg);
	background-repeat: repeat-x;
	line-height: 1.5em;
	margin-top:20px;
}
.title-blue-small	{border-bottom:#ccc 1px dotted;}
.news_styling {
	border-bottom:#ccc 1px dotted;
	border-top:#ccc 1px dotted;
	padding: 7px 0 7px 0;
}

#container #main-body #content {
	padding: 5px 10px 0 10px;
	line-height: 2.0em;
	font-size:12px;
}
/* Concerning Images in the content section */
.imaagefloater	{
	float:right;
	padding:0 10px 0 10px;
}
.imagecenter	{
	text-align:center
}
/* end of styling*/
#container #main-body #right p {
	margin:0;
}
#footer {
	color:#9a9Fa3;
	width: 780px;
	margin: 0px auto;
	text-align:center;
	padding-top:7px;
}
#footer a:link, a:visited, a:hover, a:active	{
	text-decoration:underline;
	color:#9a9Fa3;
}
/* Text Formatting */
.intro-paragraph	{
	padding: 0 20px 0 20px;
}
.intro-paragraph-italics	{
	padding: 0 20px 0 20px;
	font:italic;
}
h1,h2,h3,h4,h5,h6	{
	font: 160% "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
.txtTitleLeft	{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color:#66707A;
	padding: 4px 0 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}
.breadcrumb	{
	color:#999999;
	font-size:x-small;
}
/* Navigation */
ul.navoptions {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height:1.5em;
	width: 185px;
}

ul.navoptions li {
	margin: 15px 0 0 0 !important;
	margin: 5px 0 0 0;
}

div#left ul.navoptions li a {
	padding: 2px 0 2px 20px;
	color: #A21D1E;
	font-weight: bold;
	text-decoration: none;
	display:block;
	font-size:10px;
	margin: 0;
	display: block;
	width: 165px;
}
div#left ul.navoptions li a:hover {
	background: #95A0A9;
	color: #fff;
	text-decoration: none;
}

/* Horizontal Navigation @ the top */
div#container .mattblacktabs ul{
	margin: 0;
	padding: 0 0 8px 0; /*offset of tabs relative to browser left edge*/
	font: bold 10px Verdana;
	list-style-type: none;
	float: left;
	width: 520px;
}

div#container .mattblacktabs li{
	display: inline;
	margin: 0;

}

div#container .mattblacktabs li a { /*Due to the nature of text with this style, words should be no more than 5 characters per word. Anymore and the element will stretch more that width of the ID "navigation" in stylesheet.css - you use normal spaces though - it'll shift the excess below just nicely*/
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 70px 8px 0 8px;
	width:69px;
	height:37px;
	font: 140% "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial";
	border-left:#003a63 1px dashed;
	font-weight: bold;
}

div#container .mattblacktabs li a#home {
	width: 50px;
}

div#container .mattblacktabs li a#contact {
	width: 90px;
}
div#container .mattblacktabs li a:link, .mattblacktabs li a:visited {
	color:#003a63;
}
div#container .mattblacktabs li a:hover, .mattblacktabs li.selected a{
	color:#f00;
	background:url(images/nav-hover.jpg) repeat-x; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI*/
}

div#container .mattblacktabs li a.active-matt {
	color:#c01b17;
	background:url(images/nav-hover.jpg) repeat-x; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI*/
	border-left:#c01b17 1px dashed;
}

div#right label { width:12em; display:block; float:left; }
        div#right .asterix { color:#f00; font-family:Verdana, sans-serif; font-size:14pt; font-weight:bold; }
        div#right input:focus { border-top:2px solid #990; border-right:2px solid #CF3; border-bottom:2px solid #CCFF33; border-left:2px solid #990;}
        
        div#right input[type="text"], textarea, select, input[type="password"] {
	        padding:1px;
	        border:1px solid #333333;
        }

        div#right input[type="text"]:focus, textarea:focus, select:focus , input[type="password"]:focus{
        	border:2px solid #003a63;
        	padding:0;
        }
        
        div#right input[type="text"], select, textarea {
            font-size: 1em;
        }

        div#right input, div#right select { margin: .2em 0 .5em 0; }