/* CSS Document * By www.dkinweb.com and www.itserviceteam.com */
/* Page building blocks */
body{
	background-color: #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D465A;
	text-align: left;
}
#title{
	height: 50px;
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
}
#wrap{
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF6600;
	height: 1500px;
	margin-bottom: 10px;
	background-image: url(../graphics/leftcol-bg.jpg);
	background-repeat: repeat-y;
	margin-top: -20px;
}
#header{
	height: 70px;
	background-color: #2D465A;
	background-image: url(../graphics/header-bg.jpg);
	background-repeat: no-repeat;
	width: 780px;
}
#leftcol{
	float: left;
	height: auto;
	width: 225px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#rightcol{
	width: 510px;
	float: right;
	background-color: #FFFFFF;
	clear: right;
	height: auto;
	padding: 4px;
}
#footer{
	clear: both;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 1.1em;
}
#botad{
	background-color: #FFFFFF;
	width: 780px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 3px dashed #000033;
	clear: both;
	height: auto;
	color: #000000;
	font-size: 1.4em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.textbox{
	width: 480px;
	padding: 3px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000CC;
	border-bottom-color: #669933;
	font-weight: bold;
	height: 200px;
}
/* Page text */
p{
	font-size: 0.7em;
}
p.large{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	float: left;
	height: 100px;
	width: 175px;
	padding: 3px;
	margin: 20px;
	display: block;
}
h1{
	color: #FFFFFF;
	text-align: right;
	font-size: 1em;
}
h1.secondary{
	color: #FFFFFF;
	text-align: right;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
h2{
	font-size: 1em;
}
h3{
	font-size: 1em;
	color: #2D465A;
	text-align: center;
}
/* Page lists */
li{
	font-size: 0.7em;
}
/* Page links & navigation */
a{
	font-weight: bold;
	color: #000099;
}
/* Page images */
img.tall
{
	background-color: #FFFFFF;
	margin: 5px;
	padding: 2px;
	float: left;
	height: 158px;
	width: 105px;
	border: 1px solid #2D465A;
}
img.long{
	background-color: #FFFFFF;
	margin: 5px;
	padding: 2px;
	float: right;
	height: 113px;
	width: 150px;
	border: 1px solid #2D465A;
}
