@import url(rte.css);

body {
	color: #555555;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: small;
	background-color: #0C4DA2;
	background-image: url(body_bg.gif);
	background-repeat: repeat;
}

a {
	color: #FF9933;
}

#container {
	min-width: 780px;
	background-color: #0C4DA2;
}

#logo {
	height: 95px;
	border-bottom: 2px solid #EDAB33;
}

#logo img {
	border: none;
	position: absolute;
}

/*** Horizontal menu ***/

#topnav {
	text-transform: uppercase;
	padding-left: 400px;
}

#topnav ul {

}

#topnav li {
	margin: 10px 0 0px 0;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid white;
}

#topnav a {
	color: white;
	text-decoration: none;
}

#topnav li.last {
	border-right: none;
}

table#layout {
	padding-top: 10px;
}

/*** Sidebars ***/

#leftside h1,#rightside h1 {
	padding: 6px 0px 6px 0px;
	margin-bottom: 5px;
	background-image:url(buttonback.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #F05623;
	border-top: 1px solid #072B5B;
	border-left: 1px solid #072B5B;
	border-right: 1px solid #789CCB;
	border-bottom: 1px solid #789CCB;
	text-transform:uppercase;
	font-weight: bold;
	font-size: small;
	color: white;
	text-align: center;
}

#leftside p,#rightside p {
	color: white;
	margin: 0px;
	padding: 0px;
}

#leftside p a, #rightside p a {
	color: white;
}

#leftside {
	margin-left: 5px;
}

#rightside {
	margin-right: 5px;
}

/*** Sidebar menu ***/

#secondarynav {
	color: white;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	font-weight: bold;
}

div.nav {
	padding: 6px 0px 6px 0px;
	margin-bottom: 5px;
	background-image:url(buttonback.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #F05623;
	border-top: 1px solid #072B5B;
	border-left: 1px solid #072B5B;
	border-right: 1px solid #789CCB;
	border-bottom: 1px solid #789CCB;
	text-transform:uppercase;
}

div.nav a {
	text-decoration: none;
	color: white;
}

div.active {
	background-color: white;
	background-image: none;
}

div.active a {
	color: #0066CC;
}

/***  colour of the secondary menu***/
#secondarynav-sub .subnav {
	margin-left: 15px;
	color:#0066CC;
	padding: 3px 5px 3px 5px;
	background-color:#FFFFFF;
	text-align:center;
	margin-bottom: 5px;
	border-top: 1px solid #072B5B;
	border-left: 1px solid #072B5B;
	border-right: 1px solid #789CCB;
	border-bottom: 1px solid #789CCB;
}

/* secondary menu hyperlin */
#secondarynav-sub div.active a {
	color: #0066CC;
	text-decoration: underline;
}

div.subnav a {
	color: #0066CC;
	text-decoration: none;
}

/*** Content ***/

#content {
	background-color:white;
	position: relative;
	font-size: small;
	margin-left: 10px;
	margin-right: 10px;
}

#contentcontainer {
	padding: 20px 20px 0px 20px;
}

#content h1 {
	font-size:large;
	text-transform:uppercase;
	color:#183D81;
}

#content h1.csc-firstHeader {
	font-size: x-large;
}

/*** Footer ***/

#footer {
	font-size: small;
	margin: 10px 5px 5px 5px;
	text-align: center;
	color: white;
}

#footer a {
	text-decoration: none;
}

#footer p {
	padding: 0px;
	margin: 0px;
}

/*** Rounded Corners ***/

.roundtop { 
	background: url(content_tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(content_br.gif) no-repeat top right; 
}

img.corner {
   width: 12px;
   height: 12px;
   border: none;
   display: block !important;
}
