@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #FFFFFF;
		color: #563838;
}

body a:link, a:active{

	text-decoration: none;
	color: #563838;

}

body a:visited{
	text-decoration: none;
	color: #FFFFFF;
	}

body a:hover {

text-decoration: none;
	color:  #FFFFFF;
}

h1{
	color: #563838;
	font-size: large;
}

h2{
	font-size: medium;
	text-align: center;
}

h3{
	font-size: small;
}
h4{
	font-size: x-small;
}

.nav
{ 	margin: 0 auto;
	width: 750px;
	height: 100%;
	font-size: small;
	background-color: #FFCCFF;
	text-align: center;

}


#logo {
	background-color: #FFCCFF;
	text-align: center;
}

#border
{ 	margin: 0 auto;
	border: 2px dotted #563838;
	background-color: #FFFFFF;
	width: 750px;
	height: 100%;

}



#content
{
 	
margin: 20px auto;
width: 700px;
background-color: #FFFFFF;
font-size:small;}




a.nav {
 	margin: 0 auto;
width: 750px;
background-color: #FFCCFF;
text-decoration: none;
border: dashed;
	}
	
.tablewidth
{ width: 135px;
}

.landscape
{ width: 300px;
}

.tableheight
{
height: 20px;
}