/*** Just for Looks ***/

body {
	margin: 0px;
	background: #FFF;
}

#header {
	height: 94px;
	background-image: url('../images/top_banner_bg.jpg');
}

#wrapper {
	background-position: bottom left; 
	background-image: url('../images/ghost_logo_bg.jpg'); 
	background-repeat: no-repeat; 
	margin: 20px;
}

#left {
	vertical-align: top;
}

#middle {
	vertical-align: top;
	width: 100%;
	padding: 15px;
}

#right {
	vertical-align: top;
	font-family: sans-serif;
	text-align: left;
}

#right form {
	text-align: left;
}


#nav {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
	height: 31px;
}
		
#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#selected {
	background-image: url('../images/nav_selected.png');
	background-repeat: repeat-x;
	height: 29px;
	width: 115px;
	font-family: arial, sans-serif; 
	font-size: 1.07em; 
	font-weight: bold;
	text-align: center;
}

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

#nav .normal {
	padding: 0px 15px 0px 15px;
	background-position: right;
	background-image: url('../images/nav_divider.png');
	background-repeat: no-repeat;
	height: 31px;
	font-family: arial, sans-serif; 
	font-size: 1.07em; 
	font-weight: bold;
}

#nav .normal a {
	text-decoration: none;
	color: #134a8c;
}

#footer {
	border-color: #5173b0;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	padding: 10px 0px 0px 150px;
	font-size: 0.9em;
	font-family: sans-serif;
	color: #666666;
	text-align: left;
}

#login {
	border-color: #b3b3b3; 
	border-width: 0px 1px 0px 1px; 
	border-style: solid; 
	padding: 6px; 
	text-align: center;
}

h1.csc-firstHeader {
	color: #003366;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

p.bodytext, p {
	font-family: sans-serif;
}

#right a,
#left a {
	text-decoration: none;
	color: #ff6600;
	font-weight: bold;
	font-family: sans-serif;
}

h4 {
	color: #003366;
	font-family: sans-serif;
	font-weight: bold;
}

#subnav {
	display: block; 
	margin: 0px; 
	padding: 15px; 
	background-image: url(../images/subnav_bg.png); 
	background-repeat: repeat-y;
}
