* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: arial;
}

body {
    text-align: center;
    width: 100%;
    min-width: 900px;

    margin:0px;
    background-image: url('../images/tile-t50.jpg');
    background-attachment: fixed
}

a {
    color: rgb(0,94,152);
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}


.bold {
    font-weight: bold;
}

h1 {
    font-size: 1.5em;
    margin: 0;
    padding-left: 5px;

    border-top: 1px solid rgb(110,160,70);
    border-bottom: 1px solid rgb(110,160,70);
    background-color: rgb(222,238,183);
}
h2 {
    font-size: 1.2em;
    margin: 0;

    border-bottom: 1px solid rgb(110,160,70);
}
h3 {
    font-size: 1.1em;
}

hr
{
	padding: 0;
	margin: 0;
	
	border: 1px solid rgb(110,160,70);
}


div#wrapper {
     text-align: left;
     width: 900px;
     margin-left: auto;
     margin-right: auto;
}

.printheader {
    display: none;
}

div#header {
    margin-bottom: 10px;
}

div#header tr.bottom {
    background-color: white;
}

div#header td#menu {
    text-align: center;
    vertical-align: top;
    padding-top: 5px;
}

div#header td#menu table.menu {
}

div#header td#menu a {
    color: rgb(110,160,70);
}
div#header td#menu a:hover {
    color: rgb(0,94,152);
    text-decoration: none;
}
div#header td#menu span.cur_menu {
    color: rgb(0,94,152);
    font-weight: bold;
}

div#header td#menu a img {
    border-bottom: 2px solid rgb(110,160,70);
    border: 0px;
}



div.content {
    padding: 10px;

    background-color: white;
    border: 2px solid rgb(110,160,70);
    border-bottom: 2px solid rgb(110,160,70);

    text-align: justify;
}

div.content p {
}

div.content img
{
	float: right;
	clear: both;
	margin: 10px;

	border: 2px solid black;
}


div#footer {
    margin-top: 10px;
    margin-bottom: 10px;

    text-align: center;

    background-color: white;
    border: 2px solid rgb(110,160,70);
}

div#footer div#menu {
    white-space: nowrap;
    padding-right: 10px;

    background-color: white;
}
div#footer div#menu a {
    color: rgb(110,160,70);
}

div#footer div#contact
{
    padding-top: 1em;

	font-weight: bold;
	font-size: 1.1em;
}
div#footer div#copyright {
    padding-top: 5px;
    font-size: 9px;
}







/*schedule*/
table.schedule 
{
}
table.schedule td.header
{
	background-color: rgb(110,160,70);
	color: white;
	font-weight: bold;
	text-align: center;
}
table.schedule td.class_name
{
	width: 70px;

	background-color: white;
	font-weight: bold;
	white-space: nowrap;
}
table.schedule tr.row td.data
{
	background-color: #eeeeee;
}
table.schedule tr.row-alt td.data
{
	background-color: #f5f5f5;
}
table.schedule td.data
{
	white-space: nowrap;
	border: 1px solid white;
}


div.under_construction
{
	margin: 50px;
	padding: 50px;

	border: 1px solid black;

	text-align: center;
	font-size: 20px;
	font-weight: bold;
}


/* links */
table.links
{
}
table.links td.title
{
	background-color: rgb(110,160,70);
	color: white;
	font-weight: bold;
}
table.links td.body
{
	padding: 5px;
	background-color: #eeeeee;
}


/* application */
table.application
{
}
table.application td.label
{
	padding-right: 5px;
}
table.application td.field
{
	width: 100%;
}
table.application span.required
{
	color: rgb(237,118,0);
	font-weight: bold;
}
