@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 */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #666666;
}

img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.container {
	width: auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(sidebar.gif);
	background-repeat: repeat-y;
} 
.header {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #00CCFF;
	font-size: 23px;
	font-weight: bold;
	height: 95px;
} 
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 133px;
	background-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #000000;
	font-size: 13px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
}
.sidebar1 ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	font-size: 12px;
}
.sidebar1 li {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	padding-top: 7px;
}
.sidebar1   li a {
	color: #6600CC;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #D7D7D7;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.sidebar1   li a:visited {
	color: #6600CC;
	font-weight: bold;
}
.sidebar1   li a:hover {
	color: #6600FF;
	text-decoration: none;
	background-color: #E0E0E0;
}


.maincontent {
	margin-left: 175px;
	margin-right: 5%;
	padding: 10px;
	height: 1%;
} 
.footer {
	padding: 10px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #00CCFF;
	text-align: center;
} 
.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;
}
h1 {
	font-size: 18px;
	color: #CC9900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.leftimg {
	float: left;
	margin-right: 7px;
	padding: 10px;
}
.field {
	width: 103px;
}
.submit {
	border: 2px solid #00CCFF;
	width: 117px;
	padding: 5px;
}
a {
	color: #6600CC;
	text-decoration: none;
}
a:visited {
	color: #6600CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
ul {
	padding-left: 20px;
	list-style-type: square;
}
li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.imgflt {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.imgfltleft {
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.style1 {
	font-size: 18px;
	color: #00CCFF;
	letter-spacing: 3px;
	line-height: 30px;
}
.style2 {
	color: #000000;
	font-size: 24px;
}
.body1 {
	padding-right: 10px;
	padding-left: 10px;
	width: 600px;
}
.notice {
	width: 475px;
	padding: 10px;
	border: 1px dotted #CCCCCC;
	margin-top: 15px;
}

.imgflt2 {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
