/* Link Styles */
a:link,a:visited,a:active { color: #27A8E0; text-decoration: none }
a:hover  { color: #415EAB; text-decoration: underline }

/* Heading Styles */
h1    { color: black; text-align: center; font-weight: bold; font-size: 2.8em; font-family: Verdana, Arial, Helvetica, sans-serif; clear: both; }
h2    { color: #27A8E0; font-weight: bold; font-size: 1.4em; clear: both }
h3    { color: #27A8E0; font-weight: bold; font-size: 1.0em; }

/* Other Styles */
p    { 
	color: black;
}



img {
/* Commenting this out just for a test
	padding-right : 10px;
	padding-bottom : 7px;
	*/
	border: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	background: black url('/Images/Background/Crosshatch-LightBlue-CU.jpg'); 
}

#container {
	position: relative;
	margin:0px auto;
	width: 1200px;
	top: 0px;
	height: 100%;
}

#centre-panel {
	position: relative;
	margin:0px auto;
	width: 1090px;
	top: 0px;
	height: 100%;
	background: black url('/Images/Background/Crosshatch-Black.jpg');
	color: white;
}
#shadow-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 55px;
	height: 100%;
	background: url('/Images/Background/Shadow-Right.png');
	background-repeat: repeat-y;
}
#shadow-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 55px;
	height: 100%;
	background: url('/Images/Background/Shadow-Left.png');
	background-repeat: repeat-y;
}

#logo{
	position: relative;
	margin:0px auto;
	width: 100%;
	top: 0px;
	height: 160px;
	text-align: center;
	z-index: 10;
}
#sidebar{
	float: left;
	width: 188px; /* sidebar width */
	height: auto;
	top: 0px; 
	right: auto;
	bottom: auto; /* footer height */
	left: 0;
	margin-left: 0px; 
	margin-right: 0px; 
}

#sidebar input{
	margin-left: 20px; 
}
#sidebar ul{
	list-style-type: none;
	text-indent: 1px;
	margin-left: 0px;
	padding-left: 20px;
}

#sidebar a{
	margin-left: 0px;
	margin-right: 3px; 
	font-size: 0.8em;
	color: #FFFFFF;
}
#sidebar a.selected{
	color: #27A8E0;
}
#sidebar p{
	margin-left: 20px; 
	margin-right: 3px; 
	color: #27A8E0;
	font-size: 0.8em;
}

#title-panel {
	margin-left: 140px;
	margin-right: 140px;
	background: white;
}

#title-panel p {
	font-size: large;
	font-style: italic;
	color: grey;
	text-align: right;
}

#title-panel h1    { 
	color: #27A8E0; 
	text-align: left; 
	font-style: italic;
	font-weight: bold;
	margin-bottom: -15px;
	font-size: 2.8em;
}

#content{  
	float: left;
	width: 840px;
	padding-left: 31px;
	padding-right: 31px;
	min-height: 350px;
	color: black;
	background: white url('/Images/Background/Shadow-Top-Small.png') repeat-x;
} 

#footer{
	clear: both;
	width: 100%; 
	height: 2em;
	left: 0;
	right: 0;
	top: auto;
	bottom: 0; 
	margin-right: 20px;
}

.formHeader {
	font-size: 0.8em;
	color: #c90000;
	vertical-align: text-top;
}
.PostInfo    { 
	color: gray;
	font-size: 0.8em;
}

