/* Standard Tags */
body {
	background-color: #eae7ed; 
 margin: 0px;
}

h1 { 
	color:#4E4373;
	font-weight: 600;
	font-size: 28px;
	font-family: verdana, san serif;
	text-decoration: none;
	text-align: center;
	line-height: 115%;
}

h2 { 
	color:#4E4373;
	font-weight: 600;
	font-size: 24px;
	font-family: verdana, san serif;
	text-decoration: none;
	
	line-height: 115%;

}

h3 { 
	color:#B2AA70;
	font-weight: 600;
	font-size: 20px;
	font-family: verdana, san serif;
	text-decoration: none;
font-style: italic;

	line-height: 115%;
 }
 
h4 { 
	color:#4E4373;
	font-weight: 600;
	font-size: 18px;
	font-family: verdana, san serif;
	text-decoration: none;

	line-height: 115%;
 }
 
 h5 { 
	color:#000000;
	font-weight:600;
	font-size: 18px;
	font-family: verdana, san serif;
	text-decoration: none;
	
	line-height: 115%;
 }
 h6 { 
	color:#cd5c5c;
	font-weight:600;
	font-size: 18px;
	font-family: verdana, san serif;
	text-decoration: none;
	
	line-height: 115%;
 }

p { 
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	font-family:verdana, san serif;
	text-decoration: none;
	
	line-height: 115%;
}

td { 
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	font-family:verdana, san serif;
	text-decoration: none;

	line-height: 115%;
}

li { 
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	font-family:verdana, san serif;
	text-decoration: none;
	
	line-height: 115%;
}

/* Your own classes*/

.title { 
	color:#cd5c5c;
	font-weight: bold;
	font-size: 16px;
	font-family: verdana, san serif;
	text-decoration: none;
		line-height: 115%;}
	
	
.calendar {
	color: #4E4373;
	font-weight: 600;
  font-size: 16px;
	font-family:verdana, san serif;
	text-decoration: none;
	text-style: italic;

	line-height: 115%;}
	
	
	


.smalllinktext {
	color: #0000000;
	font-weight: normal;
  font-size: 12px;
	font-family:verdana, san serif;
	text-decoration: none;
	
	line-height: 115%;

}
.content{
  padding: 10px; 

}
.rightcolumn {
  padding: 10px; 
  border-left: 1px solid #373737;

}
.footer {
  padding: 5px; 
  border-top: 2px solid #4e4373;
  border-bottom: 1px solid #4e4373;
 	color: #0000000;
	font-weight: normal;
  font-size: 12px;
	font-family:arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;

}
.mastertable {
background-color: white;
border: 4px solid #4e4373;
}

.nav {
  border-top: 2px solid #4e4373;
  border-bottom: 3px solid #4e4373;
  background-color: #eae7ed;
	padding: 5px 0px 5px 0px;
}

/* Hyperlinks */

a { 
	color: #cd5c5c;
	font-weight: bold;
	text-decoration: none;
}

a:hover { 
	color: #d0c897;
	font-weight: bold;
	text-decoration: underline;
}
 
a:active {
	color: #cd5c5c;
	font-weight: bold;
	}

a:visited { 
	color: #f08080;
	font-weight: bold;
	text-decoration: underline;
}

a:visited:hover { 
	color: #d0c897;
	font-weight: bold;
	text-decoration: underline;
}



