/* CSS Document */

body {
	background-color: #E9E9E9;
}
a {
	text-decoration: none;
}
.maintable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	border: thin solid #000000;
	background-color:#FFFFFF;
}

#column1top
{
 	float: left;
 	height: auto;
	width: 80%;
}

#column2top
{
 	float: left;
 	height: auto;
	width: 20%;
	text-align: right;
}

#bodydiv
{
	padding: 10px;
}

#column1left
{
 	float: left;
 	height: auto;
	width: 60%;
	text-align:left;
	padding-top: 20px;
	line-height: 16px;
}

#columnsep
{
 	float: left;
 	height: auto;
	width: 5%;
}

#column2right
{
 	float:left;
 	height: auto;
	width: 35%;
	text-align:center;
	padding-top: 20px;
}

#footer
{
 	float:left;
 	height: auto;
	width: 100%;
	text-align:center;
}

#menu
{
	float:left;
	height: auto;
	width: auto;
	border-bottom: 1px dotted #66CC33;
	border-top: 1px dotted #66CC33;
}

table.menu
{
	width: 800px;	
	text-align:center;
	background-color: #66CC33;
	font-size: 14px;
	height: 18px;
}

table.calendar
{
	width: 250px;
	border: 1px solid #BFBFBF;
	text-align:center;
}
.today
{
	background-color: #0087DD;
	border: thin #66CC33 solid;
	color: #FFFFFF;
	font-weight: bold;
}
.importantdate
{
	background-color: #66CC33;
	border: thin #0087DD solid;
	color: #FFFFFF;
	font-weight: bold;
	cursor:pointer;
}
table.menu a{
	color: #000000;
	text-decoration:none;
}
table.menu a:hover{
	color: #FFFFFF;
}
table.projects {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.proj_head {
	color:#FFFFFF;
	background-color: #0984BF;
}
.aboutme{
	border-right: thin #000000 solid; 
	border-left: thin #000000 solid;
	background-color: #0984BF;
	color:#FFFFFF;
}
.aboutme_top{
	border-right: thin #000000 solid; 
	border-left: thin #000000 solid; 
	border-top: thin #000000 solid; 
	background-color: #0984BF;	
	color:#FFFFFF;
}
.aboutme_bottom{
	border-right: thin #000000 solid; 
	border-left: thin #000000 solid; 
	border-bottom: thin #000000 solid; 
	background-color: #0984BF;	
	color:#FFFFFF;
}
.tutorial{
	
}
.tut_description{
	background-color: #0489D6;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.tut_instructions{
	background-color: #66CC33;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
}