/* CSS Document */

body {
		margin:0px 0px 0px 0px;
		background-color: white;
		}
	
	#left {
		
		position:absolute;
		left:0px;
		top:80px;
		width:180px;
		background:#fff;
		border-right:0px solid #000;
		border-bottom:0px solid #000;
		margin-right:15px;
		padding-bottom:20px;
		}

	#right {position:absolute;
		left:195px;
		top:100px;
		width:75%;
		background:#fff;
		border-right:0px solid #000;
		border-bottom:0px solid #000;
		margin-right:0px;
		padding-bottom:20px;
		}
		
	
	#rightcontent p {
		font-size:10px;
		margin-left:0px;
		}
		
	#menu{
	border-style: none;
	border-width: 0px;
	width: 136px;
	position: absolute;
	top: 100px;
	left: 7px;
	height: 146px;
}

#search{
	border-style: none;
	border-width: 0px;
	width: 136px;
	position: absolute;
	top: 480px;
	left: 6px;
	height: 146px;
}

#email{
	border-style: none;
	border-width: 0px;
	width: 136px;
	position: absolute;
	top: 370px;
	left: 7px;
	height: 146px;
}
#box3{
	border-style: none;
	border-width: 0px;
	width: 136px;
	position: absolute;
	top: 345px;
	left: 7px;
	height: 146px;
}
#mybox{
	border-style: none;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	width: 587px;
	height: 367px;
	position: relative;
	top: 25px;
	left: 10px;
	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
}

#box{
	border-style: none;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	width: 587px;
	height: 35px;
	position: relative;
	top: 20px;
	left: 10px;
	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px;
}
p {font-family: Times New Roman, serif;
	text align: left;
	}

p {text-indent: 0%; }

.myparagraph:first-letter{
font-size:200%;
float:left;
}


h1 {font-family: Arial, sans-serif;
text-align: center;
font-size: 18pt;
font-weight: 800;
font-style: bold;
color: white;
border-style: double;
border-color: black;
background-color: darkblue;
}

h2 {font-family: Times New Roman, serif;
text-align: center;
font-size: 16pt;
font-weight: 600;
font-style: italic;}

h3 {font-family: Times New Roman, serif;
font-size: 14pt;
font-weight: 600;
font-style: bold;}

h4 {font-family: Times New Roman, serif;
	text-align: center;}

a:link, a:visited {color: mediumblue;
text-decoration: none;}

a:hover, a:active {color: #8470FF;
text-decoration: underline;}

table {background-color: whitesmoke;
border-right: 1px black solid;
border-bottom: 1px black solid;
color: black;
font-style: bold;
margin-left: auto; margin-right: auto; text-align: center;
}

td {border-top: 1px black solid; border-left: 1px black solid; 
font-family: arial, sans serif;
font-weight: bold;
text-align: center;
}

tr#row1 { background-color: black;
color: white;
font-size: 12pt;}

tr#row2 { background-color: #999999;
 color: black;
font-family: times new roman, serif;}

tr#row3 { background-color: deepskyblue;
 color: black;
font-family: times new roman, serif;}


#column { 
float:left; 
margin:auto; 
width:35%; 
background-color: whitesmoke;
padding-left:25px; 
padding-right:25px; 
padding-bottom:50px; 
border-right:2px solid #000;
border-bottom:2px solid #000;
border-left:2px solid #000;
border-top:2px solid #000;
} 