/*******************************************************************/
/*Site Styling
/*******************************************************************/
BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #fff;
}
H1 {
	color: #FFCC00;
	font-size: 180%;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-bottom: 4px;	
}
H2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	/*background-color: #FFD148;*/
	padding-left: 0px;
	height: 21px;
	padding-left: 0px;
	padding-top: 2px;
	/*background-image: url(../img/h2tip.gif);
	background-position: right;
	background-repeat: no-repeat;*/
	
	/*background-color: #FFFF6A;
	background-color: #0072AE;
	background-color: #66CC99;*/
	color: #FFD148;
	border-left: 0px solid #F0FAFF;
	position: relative;
	left: 0px;
}
P {
	color: inherit;
	color: #fff;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 3px;
}
FORM {
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}
.strong {
	font-weight: bold;
}
.yellow {
	color: #FFD148;
}
.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}

#content_main ul li {
	margin-left: 30px;
}

#navigation {
	background-color: #66CC99;
}
#navigation ul li a {
	text-transform: none;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	color: #003399;
}
#navigation ul li a:hover {
	color: #fff;
}
#navigation ul li a.selected {
	color: #fff;		
}
#main {
	background-color: #0072AE;
	/*background-color: #fff;*/
}
#main.home {
	background-color: #0072AE;
	/*background-color: #fff;*/
}
#content_box {
	/*background-color: #004E7C;*/
	background-color: #F0FAFF;
	
	background-color: #fff;
	background-color: #F0FAFF;
	background-color: #004E7C;
	color: #fff;
	padding-left: 10px;
}
#content_box P {
	margin-left: 10px;
	margin-bottom: 10px;
}
#content_title {
	background-color: #004E7C;
}
IMG.title_img {
	z-index: 10;
	position: relative;
	position: absolute;
	clear: both;
	left: -5px;
	top: 25px;
}
#footer {
	background-color: #003399;
}
#header {
	background-color: #004E7C;
}
	
/*Login*/
#login_box {
	background-color: #004E7C;
}
#newuser_box {
	background-color: #004E7C;
}

#login_title {
	background-color: inherit;
}
#login_submit {
	background-color: inherit;
}

/*Regular links*/
a {
	color: #fff;
}
a:hover {
	color: #fc0;
}


/*Footer nav*/
.footer_nav {
	margin-left: 10px;
	font-size: 90%;
}
ul.footer_nav_list li a {
	font-size: inherit;
	text-transform: none;
}
ul.footer_nav_list li a:hover {
	color: #fc0;
}



/*Give most browsers pipes between the links as :after elements and pad the pipes*/
/*IE won't interpret these pseudo elements so give the links a little more padding and underline them*/
ul.footer_nav_list li:after {
	content: ' | ';
	font-size: inherit;
	padding-left: 5px;
}
/*IE only*/
ul.footer_nav_list li {
	padding-left: 7px;
	padding-right: 7px;
}
/*Most other browsers*/
ul.footer_nav_list>li {
	padding-left: 4px;
	padding-right: 4px;
}
/*IE only*/
ul.footer_nav_list li a {
	text-decoration: underline;
}
/*Most other browsers*/
ul.footer_nav_list li>a {
	text-decoration: none;
}

.centre {
	text-align: center;
}

.italic {
	font-style: italic;
}