/* Landarv.com */

/* Text Styles */

h1 {
	font-size: 130%;
	color: #F7F7F7;
	margin-top: 0px;
	margin-bottom: 5px;
	font-variant: small-caps;
	background-color: #FF0000;
	padding-left: 8px;
}
h2 {
	font-size: 120%;
	color: #0000CC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000CC;
}
h3 {
	text-decoration: underline;
	font-size: 100%;
}

/* Navigation */

.navigation {
	color: #D2D2D2;
	font-size: 100%;
	text-indent: 25px;
	font-variant: small-caps;
	margin-bottom: 5px;
	background-color: #F3F3F3;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.navigation a {
	color: #FF0000;
	font-variant: small-caps;
	font-size: 85%;
	text-decoration: none;
	font-weight: normal;
}
.navigation a:link {
	color: #FF0000;
}
.navigation a:visited {
	color: #FF0000;
}
.navigation a:hover {
	color: #003399;
	text-decoration: none;
}
.navigation a:active {
	color: #FF0000;
}

/* layout */

body {
	margin: 0px;
	background-color: #FFFFFF;
}
.masthead {
	background-color: #000000;
	width: 100%;
	height: 74px;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 130%;
	letter-spacing: 0.4em;
	font-variant: small-caps;
	background-color: #0000CC;
	color: #EAEAEA;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	padding-left: 12px;
	font-weight: bold;
}
.address {
	font-size: .5em;
	text-align: right;
	color: #FFFFFF;
	font-variant: small-caps;
	position: absolute;
	top: 20px;
	right: 0px;
	padding-right: 8px;
	letter-spacing: .1em;
}
.container {
	width: 99%;
	position: absolute;
	top: 100px;
	margin-right: 2px;
	margin-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0000CC;
	border-right-color: #0000CC;
	border-bottom-color: #0000CC;
	border-left-color: #0000CC;
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 12px;
}
.content {
	position: relative;
	left: 0px;
	padding-left: 199px;
	padding-right: 18px;
}
.maincontent {
	padding-top: 5px;
	padding-right: 22px;
	padding-left: 22px;
	text-align: justify;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0000CC;
	margin-left: 18px;
	padding-bottom: 5px;
	font-size: 100%;
	line-height: 22px;
}

.copyright {
	font-size: 65%;
	text-align: right;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000CC;
	margin-left: 22px;
	color: #0000CC;
	letter-spacing: .1em;
}


/* sidebar Styles*/


