body {
    font-family: "Comic Sans MS", sans-serif;
    font-size: 100%;
    text-align: left;
}
#left {
	width:11.2em;
	margin-left:0.7em;
	padding-top: 150px;
	background-image: url(images/cab_logo.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #ffffff;
	color: #000000;
/*	border-right: solid 0.2em #6688cc; */
}
ul.menu {
	font-size: 80%;
	padding: 0;
	margin-left: 0;
}
ul.menu li {
	height: 2em;
	list-style: none;
	vertical-align: middle;
	line-height: 1.4em;
}
ul.menu li a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align:right;
	width: 12.5em;
	margin: 0;
	padding: .1em .2em;
	text-decoration: none;
	border-color: #88ddff #6688cc #6688cc #88ddff;
	border-width: 0.40em 1.0em 0.10em 0.1em;
	border-style: solid;
	display: block;
}
ul.menu li.indent a {
	position: relative;
	left: 2.5em;
	width: 10em;
}
#here {
	background-color: #0000aa;
	color: #ffff88;
	border-color: #88ddff #6688cc #6688cc #88ddff;
}
ul.menu a:link , 
ul.menu a:visited  {
	color:#0000aa;
	background-color: #ffff88;
}
ul.menu a:link:hover , 
ul.menu a:visited:hover {
	color:red;
	background-color: #ffff88;
}
ul.menu a:active {
	color:red;
	background-color: #0000aa;
	border-color: #88ddff #6688cc #6688cc #88ddff;
}
#main {
	position:absolute;
	top: 10px;
	right: 10px;
	left: 12.4em;
	min-height: 28em;
	padding: 0 20px 50px .55em;
	border-left: solid 0.15em #6688cc;
	margin: 0;
}
#header {
    text-align: left;
	background-color:#ffff00;
	padding:0.5em;
	font-size: 140%;
	font-weight: bold;
	color: #0000aa;
	left: 0;
	right: 1em;
	border: solid 3px;
	border-color: #ffff88 #ffcc00 #ffcc00 #ffff88;
}

#right {
	float: right;
	width:300px;
	margin: 10px 0 20px 20px;
}
#right_image {
	width:230px;
 	margin-bottom:5px;
 	margin-left:auto;
 	margin-right:auto;
}
div.subjectbox {
	float:left;
	width:10em;
	height:10em;
	border:2px gray solid;
	margin:3px;
}
div.advert {
	margin-left: 30px;
	margin-bottom:10px;
	width: 80%;
    padding: 10px;
    border: #cccccc solid 2px;
}
table {
	border:3px solid #000088;
	border-collapse:collapse;
}
td {
	font-weight:bold;
	border:solid 1px #000088;
	padding:10px;
}
th {
	font-size:120%;
}
form table {
			border:0;
			width:100%;
}
form td {
	 border:0;
	 vertical-align:top;
}
form td.caption {
			border:0;
			text-align:right;
			width:300px;
			font-weight:normal;
}

h1 {
	font-weight:bold;
	font-size:120%;
}
h2 {
	font-weight:bold;
    font-size: 1.0em;
}
li h2 {
	position:relative;
	left:-10px;
}
.thumb {
	width:150px;
	float:left;
	margin:10px;
	text-align:center;
	font-weight:normal;
	font-size:80%
}
.thumb img {
	width:140px;
}