<!--

body { 
    margin: 0;
	font-family: Georgia;
	font-size: 22px;
	color: black;
	font-size: 100%; /* IE hack */
	background-image: url("../images/gradient.gif");
	background-position: top center;
	background-color: #7c9bc3;
	background-repeat: repeat-y;
}

#maincontainer {
	position: relative;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 978px;
	height: 2030px;
	}

#tabledesign {
    position: relative;
	top: 10px;
    background-color: white;
	margin-left: auto;
	margin-right: auto;
    width: 955px;
    height: 2010px;
    border-collapse: collapse;
    z-index: 0; }

#description {
    padding-left: 40px;
	padding-top: 15px;
    font-size: 21px;}
	
#bullets {font-size: 18px;}

#logo {
	position: absolute;
	top: 10px;
	left: 40px;
	width: 892px;
	height: 336px;
    background-image: url("../images/logo2.jpg");
    background-repeat: no-repeat;
    z-index: 1; } 

#info {
	position: absolute;
	left: 30px;
	top: 270px;
	width: 900px;
	height: 100px;
    z-index: 2; }

.center {text-align: center; margin-left: auto; margin-right: auto;}
.smalltext {font-size: 20px; padding-bottom: 10px;}
.largetext {font-size: 28px; font-weight: bold;}
.subBorder {border: 4px solid black; -webkit-border-radius: 10px; -moz-border-radius: 10px;}

.tleft  {position: absolute; top: 0px; left: 0px; z-index: 1;}
.tright {position: absolute; top: 0px; right: 0px; z-index: 1;}
.bleft  {position: absolute; bottom: 0px; left: 0px; z-index: 1;}
.bright {position: absolute; bottom: 0px; right: 0px; z-index: 1;}

.lside  {position: absolute; 
	     top: 15px;
		 left: 0px;
         width: 10px; 
		 height: 2000px;
		 background-image: url("../images/vside.gif"); 
		 background-repeat: repeat-y; 
		 }
		 
.rside  {position: absolute; 
	     top: 15px;
		 right: 0px;
         width: 10px; 
		 height: 2000px;
		 background-image: url("../images/vside.gif"); 
		 background-repeat: repeat-y; 
		 }
		 
.tside  {position: absolute;
         top: 0px; 
		 left: 15px; 
		 width: 945px;
         height: 10px; 
		 background-image: url("../images/tside.gif"); 
		 background-repeat: repeat-x;
		 }
		 
.bside  {position: absolute; 
         bottom: 0px; 
		 left: 20px;
	     width: 944px;
		 height: 10px;
		 background-image: url("../images/bside.gif"); 
		 background-repeat: repeat-x;
         z-index: 2;
		 }

body a:link {
	text-decoration: none;
	color: #9d0000;
}
body a:visited {
	text-decoration: none;
	color: #9d0000;
}
body a:hover {
	text-decoration: none;
	color: red;
}
body a:active {
	text-decoration: none;
	color: red;
}



