/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #3B3B3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;
}

h1, h2, h3 ,h4, h5{
	font-weight: normal;
	color: #e7ebf4;
}

h1 { font-size: 175%; }
h2 { font-size: 150%; }
h3 { font-size: 100%; font-weight: bold; }
h4 { font-size: 90%; }
h5 { font-size: 90%; text-align: center}
h6 { font-size: 85%; font-style: italic}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #94B0C8;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #BABABA;
}

table,td,th{
	border:1px solid #000;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
td,th{
	padding:.2em .5em;
	vertical-align:top;
	font-weight:normal;
}

/* Header */

#header {
	width: 820px;
	height: 245px;
	margin: 0 auto;
	background: url(images/GR21-Logo2-CU.png) no-repeat top right;
	background-size: 620px;
}

#logo {
	float: left;
	width: 211px;
	height: 245px;
	background: #3B3B3B;
}

#logo h1 {
	padding-top: 50px;
	padding-bottom: 55px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 15px;
	color: #7fb9f4;
}


#logo h2 {
	text-align: center;
	padding: 11px 5px;
	background: #000000;
	font-size: 15px;
	font-weight: bold;
}

#logo h2 a {
	color: #31619c;
}

#logo h3 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
}

#logo h3 a {
	color:#1e1e72;
}

#logo a {
	text-decoration: none;
}

#logo ul {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 1px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: inline;
	float: left;
	padding: 0px 10px;
	text-decoration: none;
	font-weight: bold;
	text-valign: center;
}

#menu a:hover, #menu .active a {
	background: #000000;
}

#menu .active a {
}

/* Splash */

#splash {
	width: 815px;
	height: 450px;
	margin: 0 auto;
	border: 1px solid #000000;
	border-right-width: 5px;
	background: url(images/GR21_Placeholder.png) no-repeat top right;
	background-size: contain;
}

#splash p {
	padding: 35px 620px 50px 20px;
	text-align: center;
	font-weight: bold;
	color: #7fb9f4;
}

/* Page */

#page {
	width: 820px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 560px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 169px;
	height: 600px;
	padding: 25px 20px 20px 20px;
	background: #31619c;
	border: 1px solid #000000;
	border-right-width: 5px;
}

#sidebar h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	border-top: 1px dotted #000000;
}

/* Footer */

#footer {
	clear: both;
	width: 820px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	border-top-width: 5px;
}

#footer h1 {
	float: left;
	padding: 0;
	margin: 0;
	line-height: normal;
	font-size: 77%;
}

#footer h2 {
	float:right;
	padding: 0;
	margin: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}