html, body { /* Google Chrome fix */
	background-color: #808080;
	margin: 1em;
}

body {
	font-size: 75%;
	font-family: "Trebuchet MS", "Sans-Sherif", Arial;
	color: #262626;
	margin: 20px;
}

* {
	padding: 0;
	margin: 0;
	line-height: 1.6em;
}

section .head {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.4em;
}

#global-wrapper {
	display: table;
	width: 670px;
	margin: auto;
}

#page {
	display: table;
	width: 670px;
	margin: auto;
	background: #ffffff;
}

#wrapper {
	width: 650px;
	margin: auto;
}

header#info {
	width: 650px;
	background: #775f55;
	display: block;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 5px;
}

footer#rights {
	border-top: 1px solid #cc3300;
	display: block;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 650px;
	height: 15px;
}

.rights-info {
	background: #cc3300;
	padding: 2px;
	margin-left: 5px;
	color: #ffffff;
	font-size: 1em;
	height: 15px;
	line-height: 15px;
	float: right;
}

#web2 {
	background: transparent;
	display: block;
	width: 650px;
	height: 15px;
	margin-bottom: 0px;
}

.web2-tab {
	background: #ffffff;
	padding: 2px;
	padding-top: 0px;
	line-height: 15px;
	font-size: 1em;
	color: #000;
	height: 15px;
	float: right;
	margin-left: 5px;
	cursor: default;
}

section, .sec {
	width: 650px;
}

#content {
	min-height: 130px;
}

#header-content {
	width: 650px;
	color: #ebddc3;
	padding: 1em 1em 1em 1em;
}

#header-content h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1em;
	font-weight: normal;
}

#header-content .sep {
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #ebddc3;
	width: 600px;
}

#menu-wrapper {
	height: 25px;
	margin-bottom: 10px;
	width: 650px;
}

#menu-box {
	width: 600px;
	background: #339966;
	height: 25px;
	float: right;
}

#menu-sidebox {
	background: #cc3300;
	width: 45px;
	float: left;
	height: 25px;
}

section a:link, section a:active, section a:visited {
	color: #0000ff;
	text-decoration: underline;
}

section a:hover {
	text-decoration: none;
}

#web2 a, #web2 a:link, #web2 a:active, #web2 a:visited {
	color: #cc3300;
	text-decoration: none;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	cursor: pointer;
}

#web2 a:hover {
	color: #262626;
}

#menu {
	margin: 0px;
	padding: 0px;
}

#menu li{
	list-style:none;
	display:block;
	float:left;
	height:25px;
	line-height:25px;
}

#menu li a{
	font-size: 1.8em;
	display:block;
	float:left;
	color: #ffffff;
	font-size:11px;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
	padding:0 10px;	
}

#menu li:hover a {
	color: #262626;
}

#menu li a.active {
	color: #262626;
	text-decoration: underline;
}

.hidden {
	display: none;
}

section, #header-content, #header-title {
	font-size: 1.1em;
}

section ul {
	list-style: none;
	margin-left: 10px;
	margin-top: 0em;
}

section li {
	background: url("images/bullet.png") center left no-repeat;
	padding-left: 10px;
}

a.external {
	background: url("images/external.png") center right no-repeat;
	padding-right: 14px;
}

td {
	padding-left: 1em;
	vertical-align: top;
}

#ctc {
	background: url("images/ctc_120x155.jpg") no-repeat;
	border: 1px solid #000000;
	margin: 0px 5px 5px 0px;
	width: 120px;
	height: 155px;
	float: left;
}