Body {
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
}
#container {
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/content-bg2.png);
}

#header {
	
}


#sidebar {
	float: right;
	width: 135px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#content {
	background-color: #E8ECF5;
	width: 610px;
	clear:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border: 1px solid #8ba3ce;
}
#footer { background-image:url(../images/footer2.png);
	height: 70px;
}

.clear {
	clear:both;
	font-size: 1px;
	}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #2D4C86;
	text-align: center;
	padding-top: 15px;
}

#footer a:link{
	color:#2D4C86;
	text-decoration: none;
}
#footer a:visited{
	color:#2D4C86;
	text-decoration: none;
}
#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/header2.jpg);
	text-indent:-9999px;
	height:150px;
	font-size: 10px;
	background-image:
	
}
#content h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #2D4C86;
}
#content h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #2D4C86;
}
#content h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #2D4C86;
}
#content ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	list-style-type: disc;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	list-style-type: disc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}

/* Navigation Bar Stuff */
ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid silver;
	font: 1em sans-serif;
}
ul li {
	list-style-type: none;
	border: 1px solid silver;
	border-width: 1px 1px 0 3px;
	position: relative;
	margin: 0;
	padding: 0;
}
ul ul {
	display: none;
}
ul li:hover > ul {
	display: block;
	position: absolute;
	top: -1px;
	left: 100%;
}
li a {
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	background: #fff;
}
li a:link{
	color:#2D4C86;
}
li a:visited{
	color:#333;
}

li.sub > a {
	font-weight: bold;
	background: #FFE;
}

ul ul {
	width: 10em;
}
#rtnv {
	position: relative;
	right: 0;
	width: 8em;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
#rtnv > ul {
	width: 9em;
	margin-left: -1px;
	font-size: 85%;
}
#rtnv ul {
	border: 1px solid silver;
	border-width: 0 0 0 1px;
}
#rtnv ul li {
	line-height: 1.25em;
	border: 1px solid black;
	margin-bottom: 6px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #d8e3f8; /* initial buton colour #F6FBFF*/
}
#rtnv ul ul {
	border-width: 0 1px 1px 1px;
	border-color: gray silver gray gray;
}
#rtnv ul ul li {
	border-color: #000;
}
#rtnv li > a {
	background-color: transparent;
	padding: 3px;
}
#rtnv li:hover {
	background-color:#F6FBFF ; /* hoover background button colour #d8e3f8*/
	border: 1px solid #000;
}
#rtnv li.sub:hover {
	margin-left: -10.2em;
	border: 1px solid black;
	background-color: #8ba3ce; /* sub hover button background colour*/
	z-index: +10;
}
#rtnv li.sub:hover > a {
	color: #FFF;
}
#rtnv li.sub:hover > ul {
	top: 1.75em;
	left: -1px;
	background: #FEFEFC;
}
/* End of nav Bar stuff*/

.floatleft {
	float:left;
	margin-right: 10px;
}
.floatright {
	float:right;
	margin-left: 10px;
}

label {
	width:130px;
	float:left;
	text-align:right;
	margin-right:10px;
	display:block;
	color: #2D4C86;
}
a {
	color: navy;
}
a:hover {
	color:#993300;
}
#box {
	padding-right: 100px;
	padding-left: 100px;
}
.warning {

color: red;

}
