@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(images/bg.jpg);
}
.arleseyptg #container {
	width: 980px;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/containerbg.jpg);
	background-repeat: repeat-y;
} 
.arleseyptg #header {
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(images/headerbg.jpg);
} 
.arleseyptg #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.arleseyptg #headerbox {
	height: 80px;
	width: 600px;
	background-image: url(images/header.jpg);
	top: 35px;
	position: relative;
	float: right;
} 
.arleseyptg #navbar {
	background-image: url(images/navbarbg.jpg);
	height: 53px;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 8px;
	background-repeat: no-repeat;
} 
.arleseyptg #navbar a {
	font-size: 16px;
	color: #F90;
	font-weight: bold;
	text-decoration: none;
	margin-left: 17px;
	margin-right: 17px;
}
.arleseyptg #navbar a:hover {
	color: #6C9;
}
.arleseyptg #sidebar1 {
	float: right;
	width: 300px;
	padding: 0px 10px;
	margin: 0px 20px;

}
.arleseyptg #sidebar1 h3 {
	color: #6C9;
	font-size: 16px;
	font-weight: normal;
}
.arleseyptg #sidebar1 p {
	font-size: 14px;
	color: #606;
}
.arleseyptg #sidebar1 a { 
 	color: #F90;
}
.arleseyptg #sidebar1 a:hover {
	color: #6C9; 
}
.arleseyptg #sidebar1 ul {
	font-size: 14px;
	color: #606;
}
.arleseyptg #sidebar1 li {
	list-style-image: url(images/bullet.gif);
	line-height: 20px;
}
.arleseyptg #mainContent { 
	margin: 0 20px; 
	padding: 0 20px; 
} 
.arleseyptg #mainContent p {
	font-size: 14px;
	color: #606;
}
.arleseyptg #mainContent h1 { 
 	color: #6C9;
	font-size: 20px;
	font-weight: normal;
}
.arleseyptg #mainContent h2 {
	margin-top: 0px;
	color: #6C9;
	font-size: 18px;
	font-weight: normal;
}
.arleseyptg #mainContent h3 {
	color: #6C9;
	font-size: 16px;
	font-weight: normal;
}
.arleseyptg #mainContent a { 
 	color: #F90;
}
.arleseyptg #mainContent a:hover {
	color: #6C9; 
}
.arleseyptg #mainContent ul {
	font-size: 14px;
	color: #606;
}
.arleseyptg #mainContent li {
	list-style-image: url(images/bullet.gif);
	line-height: 20px;
}
.arleseyptg #footer {
	background-image: url(images/footerbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 80px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	text-align: center;
	font-size: 12px;
	color: #606;
} 
.arleseyptg #footer p {
	margin: 0;
	padding: 15px 0 0px 0;
	line-height: 20px;
}
.arleseyptg #footer a {
	color: #F90;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
.arleseyptg #footer a:hover {
	color: #6C9;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.formboxes1 {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
}
