
/* Stylesheet */ 

a, a:link {
	color: Teal;
	text-decoration : none;
}

a:visited {
	color: Teal;
}

a:hover, a:active {
	color: #00CED1;
}

body {
	margin: 20px;
	background: #F0F8FF;
	color: #333333;
	text-align: center;
	padding: 0;
	font-family : "Trebuchet MS", Verdana, Geneva, Helvetica, arial, sans-serif;
}

h3, p {
 margin:0;
 padding:15px;
 }
 
 h4 {
	font-style: italic;
}

 
 h1, h2, h3, h4, h5 {
	color: #5F9EA0;
	margin:0; 
 padding: 15px 0px;
}

p {
	text-align : justify;
}
 
p:first-letter {
 font-size: 110%; 
 font-weight: bold;
 color:Teal;
 }
 
 td {
	text-align: left;
}

fieldset {
	margin: 15px;
	border: 1px solid #5F9EA0;
	font-size: small;
	color: #333333;
}

input, textarea {
background-color : #F0FFFF;
}

legend {
	color: Teal;
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
}
 
 ul {
	padding: 0px;
}

#main {
	text-align: left;
	border: 1px solid #5F9EA0;
	width: 650px;
	margin: auto;
}

#head {
 height:60px;
 background:#eeeeee;
 color: #333333;
 }

#navbar {
	height: 25px;
	background: #B0E0E6;
	color: #FFFFFF;
	border: solid #5F9EA0;
	border-width: 1px 0 1px 0;
	padding-right: 20px;
	text-align : right;
}

#container {
 position:relative;
 background: #F0FFFF;
 color: #333333;
 width:650px;
 padding:0;
 }

#left {
 float:left;
 background:#F0FFFF;
 color: #5f9ea0;
 width:145px;
 line-height : 200%;
 font-variant : small-caps;
 letter-spacing : 2px;
 }

#content {
 width:495px;
 background:#ffffff;
 color: #333333;
 border:solid #5f9ea0;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#foot {
	height: 25px;
	background: #B0E0E6;
	color: #333333;
	border: solid black;
	border-width: 1px 0 0 0;
	margin: 0;
}

.etc {
	font-style: italic;
	color: #5F9EA0;
}

.mid {
	margin-left: 100px;
	font-weight: bold;
}

.ind {
	padding-left: 15px;
}

.sub {
	font-size: x-small;
}

.hd {
	font-size: medium;
	color : Teal;
	font-variant : small-caps;
	text-align : center;
}