﻿
body {
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}

table.main {
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
}

td.header{
	height: 50px;
	background-color: #993333;
	color: #FFFFDD;
	font-family: "Verdana";
	margin-left: 30px;
	text-align: left;
}

td.bar1{
	background-image:url('images/pink_bar.jpg');
	height:5px;
	
}

td.sidebar{
	width: 225px; height:500px;
	background-image:url('backgrnds/redbackground.jpg');
	text-align:center;
	margin-top:80px;
}

table.menu{
	width: 150px;
	height: 300px;
	background-color: #993333;
	border-style: outset;
	border-color: #BB4466;
	position: relative;
	color: #FFFFDD;
	font-family: "Verdana";
	text-align: center;
}

td.footer{
	height: 20px;
	background-image: url('images/pink_bar.jpg');
	text-align: center;
	color: #800080;
	font-family: "Verdana";
	font-size: 10px;
	text-align: center;
	font-style: italic;
}

td.container{
	width:auto; height:550px;
	background-image:url('backgrnds/redbackground.jpg');
	text-align:center;
	margin-top:80px;
}

table.content{
	width: 600px;
	height: 400px;
	background-color: #FFFFDD;
	border-style: inset;
	border-color: #CCCC99;
}

td.content{
	height: auto;
	background-color: #FFFFDD;
	font-family: "Verdana";
	font-size: 13px;
	color:#993333;
	text-align: center;
}

td.contentjustify{
	height: auto;
	background-color: #FFFFDD;
	font-family: "Verdana";
	font-size: 13px;
	color:#993333;
	text-align: justify;

}

td.contentmenu{
	height: 18px; width: 200px;
	border:0 transparent none;
	background-image:url('images/silver_bar.bmp');
	background-color: #CCCC99;
	font-family: "Verdana";
	font-size: 11.5px;
	text-align: center;

}

td.sciencelinks{
	width:300px;
	height: auto;
	background-color: #FFFFDD;
	font-family: "Verdana";
	font-size: 13px;
	text-align: center;
	vertical-align:text-top;

}

/* Regular Navigation */
a:link {color:#993333; text-decoration:underline}
a:visited {text-decoration:underline; color: #993366}
a:hover {color:#ff4466; text-decoration:none;}

/*Special Text*/
.menutext a:link{color:#FFFFDD; text-decoration:none;}
.menutext a:visited{color:#FFFFDD;  text-decoration:none;}
.menutext a:hover{color:#FFCCCC;  font-weight:bold; text-decoration:none;}

.linkmenu a:link{color:#000000; font-size: 11.5px; font-weight:bold; text-decoration:none;}
.linkmenu a:visited{color:#000000; font-size: 11.5px; font-weight:bold; text-decoration:none;}
.linkmenu a:hover{color:#993333; font-size: 12px; font-weight:bold; text-decoration:none;}


.linktitles {
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

table.welcome{
	width:400px;
	height: auto;
	padding-left:100px;
	font-family:"Lucida Handwriting","Lucida Sans Unicode";
	font-size: 18px;
	font-weight: normal;
	color: #800000;
	text-align: justify;
	vertical-align:text-top;

}

