@import url("layout.css");
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5F7081;
	background-color: #fff;
	background-image: url('../images/radbkgnd.gif');
}
#container {
	border-style: 0;
	border-color: 0;
	background-position: center;
	width: 850px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-width: 0px;
	color: #084B9B;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
#masthead {
	text-align: center;
	background-color: transparent;
	width: 850px;
	position: relative;
	height: 400px;
	top: 0px;
}
#navigation {
	background-color: #5F7081;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #C0C0C0;
	font-weight: lighter;
	border-width: 10px 0px 0px 0px;
	float: right;
	border-top-style: solid;
	border-top-color: #FF9900;
}
html>body #navigation {
	overflow: hidden;
	background-color: #5F7081;
}
#content_centre {
	border-style: solid;
	border-width: 9px 1px 9px 1px;
	border-color: #5F7081;
	width: 820px;
	padding: 15px;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #084B9B;
}
html>body #column_l {
	width: 400px;
	padding: 0 15px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
}
#column_r {
	width: 400px;
	padding: 15px 10px;
	background-color: #fff;
	top: 400px;
	color: #084B9B;
}

#column_r> #imageborder {
	border-width: 0;
}

html>body #column_r {
	width: 400px;
	padding: 15px 10px;
	background-color: #fff;
	color: #084B9B;

}	
#content {
	border-style: solid;
	border-width: 5px 1px 1px 1px;
	border-color: #638BBF;
	background-color: transparent;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #084B9B;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	color: #000000;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	background-color: #5F7081;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bolder;
}
#navigation li {
	float: left;
	color: #CC3300;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#navigation a {
	margin: 5px 5px 1px 5px;
	border-style: solid;
	border-width: 0px 2px 4px 2px;
	border-color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 1px 5px 1px 5px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #5F7081;
}
#navigation a:hover {
	font-weight: bolder;
	text-decoration: none;
	color: #fff;
	background-color: #094EA2;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

/* Right Column */
#column_r img {
	border: none;
}
/* Site typography */
h1 {
	font-size: 1.6em;
	color: #EC1B2D;
}
h2 {
	font-size: 1.6em;
	color: #5F7081;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
h3 {
	border-style: 0;
	border-color: 0;
	border-width: 0px;
	font-size: 1.3em;
	color: #CC6600;
	background-color: #fff;
	letter-spacing: .1em;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	line-height: .9em;
}
h4 {
	font-size: medium;
	color: #EC1B2D;
}
blockquote,p,ol,ul {
	font-size: 1em;
	color: #084B9B;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: .8em;
	color: #000000;
}


/* Links */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #084B9B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
html>body #column_r a {
	color: #000000;
	text-decoration: underline overline;
}

