/*****************************
*********OMNIPRESENT*********/

html {
overflow: scroll;
} 

body{
	margin: 0;
	font-family: verdana;
	font-size: 80%;
	
	background-color: #02436D;
	background-image: url("images/BG-tile.jpg");
	background-repeat: repeat-x;
	background-position: top left;
}
img{
	padding: 0px;
	margin: 0px;
}

a{
	color: #03446C;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
}
img{
	border: 0px;
}

/*****************************
*********TEMPLATE************/

table.main{
	width: 667px;
	height: 100%;
	border: #000000 1px solid;
	
	margin-left: auto;
	margin-right: auto;
}
div.bodyBG{
	background-image: url("images/footer-tile2.jpg");
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: center;
}

td.header{
	width: 665px;
	height: 197px;
	padding: 0px;
	margin: 0px;
	
	background-image: url("images/header.jpg");
	background-color: #91C18F;
	background-position: top left;
	border: #000000 1px solid;
}
td.content{
	width: 75%;
	vertical-align: top;
	padding: 0px;
	
	background-color: #91C18F;
	background-image: url("images/footer-tile.jpg");
	background-repeat: repeat-x;
	background-position: bottom right;
	
	border: #000000 1px solid;
}
td.copyright{
	text-align: right;
	font-size:55%;
	padding: 1px;
	height:5px;

	background-color: #70966F;
	border: #000000 1px solid;
}


/*****************************
*********SIDEBAR**************/

td.sidebar{
	width: 25%;
	vertical-align: top;
	padding: 0px;
	
	background-color: #91C18F;
	background-image: url("images/footer-tile.jpg");
	background-repeat: repeat-x;
	background-position: bottom center;
	
	border: #000000 1px solid;
}

img.showcase{
	border: #000000 1px solid;
}
div.showcase{
	font-size: 70%;
}
div.showcaseH{
	display: inline;
	color: #03446C;
	margin-left: 15px;
}

/*****************************
*********NAVBAR**************/

td.navbar{
	padding: 1px;
	padding-right: 10px;
	text-align: right;
	height: 10px;
	
	background-color: #70966F;
	background-image: url("");
	background-repeat: repeat-x;
	background-position: bottom center;
	
	border: #000000 1px solid;
}
a.navlink{
	padding-left: 10px;
	padding-right: 10px;
	
	color: #000000;
	font-size: 80%;
	font-weight: bold;
}
a.navlink:hover{
	color: #FFFFFF;
}

/*****************************
*********FORMATTING**********/

div.header{
	color: #03446C;
	font-size: 90%;
	padding: 5px;
	border-bottom: #000000 1px dashed;
	background-color: #82AD80;
	
	font-weight: bold;
}

div.highlight{
	font-size: 95%;
	padding: 2px;
	padding-left: 20px;
	background-color: #70966F;
	
	font-weight: bold;
}


div.body{
	color: #000000;
	font-size: 80%;
	margin: 5px 10px 10px 10px;
}

div.footer{
	font-size: 80%;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}


/*****************************
*********ART*****************/

table.art{
	font-size: 70%;
	border: 0px;
	width: 100%;
	padding: 10px;
}
td.art{
	border-bottom: #000000 1px solid;
	padding: 5px;
}

div.artheader{
	font-size:250%;
	padding: 5px;
	font-weight: bold;
	border-bottom: #000000 1px dashed;
	background-color: #82AD80;
	margin-bottom: 10px;
}

div.caption{
	margin: auto;
	color: #000000;
	font-size: 90%;
	padding: 15px;
	border: #000000 1px dashed;
	background-color: #70966F;
}

/*****************************
*********PROJECTS*************/

img.project{
	border: #000000 1px solid;
	width:150px;
	float: left;
	display:inline;
	margin-right: 10px;
}


/*****************************
*********MENU CODE*************/


a.menulink{
	padding-left: 10px;
	padding-right: 10px;
	
	color: #000000;
	font-size: 80%;
	font-weight: bold;
}
a.menulink:hover{
	color: #FFFFFF;
}

div.menu{
	display:inline;
	position: absolute;
	margin-top: 18px;
	text-align: left;
	font: bold 80% verdana;
	color: #000000;
	
	border: 2px solid #000000;
	border-left-width: 16px;
	
	background-color: #70966F;
	padding: 3px;
	visibility: hidden;
}
div.menu a{
	display: list-item;
	list-style-type: disc;
	color:#000000;
}
div.menu a:hover{
	color:#FFFFFF;
}

#mhome{ min-width:55px; }

#mart{ min-width:30px; }

#mprojects{ min-width:70px; }

#mabout{ min-width:55px; }