﻿/* CSS Document */

body {
   margin:50px 0px; padding:0px;
	text-align:center;
	font-family: Tahoma, serif;
	line-height: 20px;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	letter-spacing: 1px;
}
a {
	
	font-family: Tahoma, serif;
	font-size: 12px;
}

a:hover {
	color: #00008B;
	background-color: #B0E0E6;
}

p {
	font-family: Tahoma, serif;
	line-height: 22px;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	letter-spacing: 1px;
	text-align: justify;
}

title {
	font-family: Tahoma, serif;
	line-height: 20px;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
}


h2 {
	font-family: Tahoma, serif;
	line-height: 20px;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
}

h3 {
	font-family: Tahoma, serif;
	line-height: 20px;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: left;
}

h4 {
	font-family: Tahoma, serif;
	line-height: 20px;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: center;
	color: Maroon;
}

div.content {
	width: 640px;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	border: 1px ridge Silver;
	background-color: #FFFFCC;
}

div.leftcontent {
	width: 70px;
	margin: 0px auto;
	float: left;
	border: 1px ridge Silver;
	background-color: #FFFFCC;
}

div.rightcontent {
	width: 500px;
	margin: 0px auto;
	float: right;
	border: 1px ridge Silver;
	background-color: #FFFFCC;
	text-align: right;
}


h1 {
	font-family: Tahoma, serif;
	line-height: 20px;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bolder;
	letter-spacing: 2px;
	text-align: center;
}

div.header {
	width:640px;
	margin:0px auto;
	text-align:right;
	padding:15px;
	border: 1px ridge Silver;
	background-color:#99FF99;
	border-bottom: 0px;
}

div.leftcontent {
	width: 70px;
	margin: 0px auto;
	float: left;
	background-color:#99FF99;
}

div.rightcontent {
	width: 550px;
	margin: 0px auto;
	float: right;
	background-color:#99FF99;
	text-align: right;
}

div.footer {
	width: 640px;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	border: 1px ridge Silver;
	background-color: #99FF99;
	border-top: 0px;
}

p.copyright {
	font-family: Tahoma, serif;
	font-size: 10px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	color: #F5FFFA;
	text-align: center;
}

h2.title {
	font-family: Tahoma, serif;
	font-size: 10px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bolder;
	letter-spacing: 2px;
	text-align: left;
	color: Gray;
}
