/* General */
body {
	font-family: Verdana, Arial;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

a {
	color:blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2 {
	margin:0 0 10px;
	padding:0px;
}

/* Header */
#wrapper {
	width: 870px;
	margin: 0px auto;
}

#header {
	height: 20px;
	background: url(images/top-bg.gif) repeat-x;
}

#themenu {
	height: 20px;
	background: url(images/menu.gif) repeat-x;
}
#themenu td {
	width:150px;
}
#themenu a {
	font-family: Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	font-size:8pt;
	color: #124A71;
}
#themenu a:hover {
	text-decoration: underline;
}


/* Content */
#thecontent {
	background: url(images/stripes.gif) repeat-x;
}
#thecontent table {
	padding-top: 10px;
	padding-left: 40px;
}

#thecontent h1, #thecontent h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#thecontent h1 {
	font-size:15pt;
	color: #17207B;
}
#thecontent h3 {
	font-size: 11pt;
}

a.active {
	border:1px solid #333333;
	display:block;
	padding: 5px;
	margin:2px;
	font-weight:bold;
	color:black;
}
a.inactive {
	border:1px solid #aaaaaa;
	display:block;
	padding: 5px;
	margin:2px;
	color:#aaaaaa;
}
a.inactive:hover {
	border:1px solid #555555;
	color:#555555;
}

a.more-active {
	display:block;
	border:1px solid #999999;
	padding:5px;
	color:#999999;
}
a.more-active:hover {
	display:block;
	border:1px solid #333333;
	color:#333333;
	font-weight:bold;
}

/* Footer */
#footer {
	margin-top: 10px;
	font-size: 7pt;	
	color: #2979AC;
}
.thefooter {
	font-weight: bold;	
}
#footer a {
	font-size: 8pt;
	font-weight: bold;
	color: #2979AC;
}
#footer a:hover {
	text-decoration:hover;
}


/* Etc */
#thebox {
	font-size: 8pt;
	margin-top: 10px;
}
#thebox ul {
	margin:0px;
	padding:0px;
}
#thebox li {
	margin-left:20px;
}

.bluebox {
	width: 262px;
	height: 128px;
	background: url(images/blue-box.gif) no-repeat center;
}
.bluebox span {
	font-size: 9pt;
	font-weight:bold;
	color: #2D29A0;
}

.redbox {
	width: 316px;
	height: 128px;
	background: url(images/red-box.gif) no-repeat center;
}
.redbox span {
	font-size: 9pt;
	font-weight:bold;
	color: #E97C04;
}

.yellowbox {
	width: 235px;
	height: 128px;
	background: url(images/yellow-box.gif) no-repeat center;
}
.yellowbox span {
	font-size: 9pt;
	font-weight:bold;
	color: #D8B902;
}

.redbox a:hover, .yellowbox a:hover, .bluebox a:hover {
	text-decoration:none;
}

.colorize-header {
	background:#A4CFE0;
}
.colorize {
	background:#D9E8EE;
}

.graniteblock {
	height:130px;
}

.makeline1, .makeline2, .makeline3 {
	border-bottom:1px solid #cccccc;
}
.makeline2 {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}
