/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg_body.gif) repeat-x left top;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

ul.list1 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

ul.list1 li {
	background: url(images/bg_li.gif) no-repeat left 60%;
	padding-left: 12px;
	color: #0077dd;
}

ul.list2 {
	margin: 0 0 30px 20px;
	list-style: none;
}

ul.list2 li {
	background: url(images/bg_li.gif) no-repeat left 60%;
	padding-left: 12px;
	color: #0077dd;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 10px 0;
}

img.right {
	float: right;
	margin: 3px 0 10px 20px;
}

table {
	margin: 10px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
}

th {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background: #036;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
	
td {
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

td.time {
	width: 20%;
	background-color: #600;
	color: #fff;
	text-align: center;
}	

td.lunch {
	background-color: #ccc;
	text-align: center;
}

td.subject {
	width: 30%;
	text-align: center;
}
	
/** HEADER */

#header {
	width: 800px;
	margin: 0px auto;
	padding: 0 0 19px 0;
	height: 141px;
	background: url(images/img_logo.jpg) no-repeat top left;
	color: #254360;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
	display: none;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	display: none;
}

/** MENU */

#menu {
	width: 778px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/bg_bar.gif) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 538px;
	padding-left: 20px;
	border-left: 1px dashed #EEEEEE;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnA h3 {
	height: 30px;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	font-weight: bold;
	color: #06c;
	border-bottom: #999 1px solid;
}

#columnB {
	float: left;
	width: 200px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/img03.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}

.clear {
	clear: both;
	height: 160px;
	margin: 10px 0;
	padding: 10px;
	border: #999999 1px dashed;
}