html, body {
	margin:0;
	padding:0;
}

body {
	font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	/* Add full width menu bar 
	background:url(images/bg_body_backend.jpg) repeat-x 0px 0px;*/
	text-align:center;
	background-color: #031C35;
	margin-bottom: 80px;
}

#container {
	margin:0 auto;
	width:948px;
	padding: 0 15px 20px 15px;
	text-align:left;
	background-color: #07589A;
}

#container_inner {
    background-image: url(../../images/content_left_bg.jpg); 
    background-position: right; 
    background-repeat: repeat-y;
}

#container_left {
	width: 668px;
	float: left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#container_right {
    width: 235px;
    background-color: #044173;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    float: right;    
}

#container_right p {
    font-size: 14px;
}

#header {
    background-repeat: no-repeat; 
    background-image: url(../../images/Logo.gif); 
	border-bottom: 15px solid #4A85B5;
	height: 90px;
	margin:0;
	width: 948px;
	background-color: White;
}

#footer {
	color: #666666;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #0066CC;
	background-image: url(../../images/footer.jpg);
	background-repeat: repeat-x;
	width: 976px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#footer img{
	border: 1px solid #999999;
	margin-right: 10px;
}

#footer2 p{
	color: #CCCCCC;
	font-size: 0.8em;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	width: 976px;
	border-top-style: none;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}

h1 {
    color: White;
    font-size: 26px;
    margin-top: 0px;
}

h2 {
    color: White;
    font-size:18px;
}

p {
    font-size: 16px;
    color: White;
}

#container_inner ol li {
    color: White;
}

#container_inner ul li {
    color: White;
}

p a {
    color: White;
}

#FORM-TABLE-------------------------------------------------{}

.tableForm {
	border: solid 1px #DCDCDC;
	background-color: #F7F7F7;
	margin-bottom: 10px;
}

.column1 {
	width: 30%;
	vertical-align: top;
}

.column2 {
	width: 70%;
	vertical-align: top;
}

#TABLES-----------------------------------------------------{}

.tableDefault {
	clear:both;
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
}

.tableDefault a{
	color: Blue;
}

.tableDefault a:hover {
	color:#f60;
	text-decoration: underline;
}

.col1{
	width: 40%;
	text-decoration: underline;
}

.tableDefault .colColour{
	width: 50%;
	background-color: #DBD5CA;
}
.col2{
}

.tableDefault table{
	margin-bottom: 40px;
	padding: 5px 5px 5px 5px;
}

.tableDefault th {
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
	color: #0066CC;
	border: solid 1px #DCDCDC;
}

.tableDefault td {
	border: solid 1px #DCDCDC;
	padding: 5px 5px 5px 5px;
}

.titleBG {
	background-color: #F0F7FB;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.tableDefault tr {
}

.tableDefault caption {
	display: none;
}

.tableDefault tfoot{
	display: block;
	text-align: left;
	color: #0066CC;
}
.tableDefault TABLE {
	padding: 0px;
	margin-bottom: 0px;
	float: right;
}

#WRAPPER-CLASSES-----------------------------------------------------{}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.blackOverlay {
  position: relative;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}

.whiteContent {
  position: relative;
  top: 25%;
  left: 0%;
  width: 80%;
  height: 50%;
  padding: 16px;
  border: 16px solid orange;
  background-color: white;
  z-index:1002;
  overflow: auto;
}

.breadcrumbs {
    font-size: 0.9em;
    color: #9D9D9D;
    margin-top: 10px;
}

.breadcrumbsOn {
    font-weight: bold;
}

/*generic styling*/
.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */