@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F2F2F2;
	background-image: url(../Images/Back2.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container  {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#topNav {
	height: 30px;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#topNav a {
	color: #F2F2F2;
	text-decoration: none;
}
#topNav a:hover {
	color: #88A7D6;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 127px; /* padding keeps the content of the div away from the edges */
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
	margin-top: 40px;
	padding-bottom: 0px;
}
#sidebar1 a {
	color: #F2F2F2;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 a:hover {
	color: #88A7D6;
}
#mainContent  {
	background-color: #27394D;
	color: #E6E6E6;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 157px;
	background-image: url(../Images/Back.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
#mainContent ul li {
	list-style-type: square;
}

#mainContent #innerContent {
	padding: 10px;
	min-height: 650px;
}


#innerContent h1 {
	font-size: 16px;
}
#innerContent a {
	color: #F2F2F2;
	text-decoration: none;
}
#innerContent a:hover {
	color: #F2F2F2;
	text-decoration: underline;
}
#innerContent table tr td   {
	border: 1px solid #666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}



#footer  {
	font-size: 80%;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E6E6E6;
} 

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #F2F2F2;
	text-decoration: none;
}

.marginLeft {
	margin-left: 6px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.alignCentre {
	text-align: center;
}
#innerContent p #FlashID {
	margin-left: 102px;
}
.blue {
	color: #88A7D6;
}

