@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;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.2;
	
}

img {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#container {
	width: 1000px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	
} 

#container a {
	text-decoration: none;
}


#header {
	background-color: #FFF;
	padding-top: 40px;
	padding-right: 1px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 170px;
	text-align: center;
	width: 1000px;
	color: #6B6B6B;
} 


#horizontalmenu {
}

#horizontalmenu ul li {
	display: inline;
}

#horizontalmenu ul li a {
	border: thin solid #000;
	background-color: #F00;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #000;
	text-decoration: none;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 85%;
	text-align: left;
	color: #6B6B6B;
}
#sidebar1 img {
	border: thin solid #6B6B6B;
}

#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
}

#sidebar1 ul li {
	border-top-width: thin;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #6B6B6B;
	border-bottom-color: #6B6B6B;
	position: relative;
}
	
#sidebar1 ul li a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	color: #6B6B6B;
}


#sidebar1 ul li a:link {
	text-decoration: none;
	color: #6B6B6B;
}

#sidebar1 ul li a:hover {
	text-decoration: none;
	background-color: #FAFAFA;
}


#sidebar1 ul li a:active {
	text-decoration: none;
	background-color: #EFEFEF;
}

 #sidebar1 ul li ul {
	 left: -1000px;
	 position: absolute;
	 padding: 0px;
	 width: 90%;
}

#sidebar1 ul li:hover ul {
	top: 0%;
	left: 150px;
	background-color: #FF616A;
}

#sidebar1 a:link {
	color: ##6B6B6B;
}

#sidebar1 a:visited {
	color: ##6B6B6B;
}

#mainContent {
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 170px;
	margin-right: 0px;
	color: #6B6B6B;
} 

#mainContent a:link {
	color: #6B6B6B;
	text-decoration: underline;
}

#mainContent a:visited {
	color: #6B6B6B;
	text-decoration: underline;
}

#mainContent form {
	text-align: center;
}

#mainContent h1 {
	font-size: 140%;
}
#mainContent h2 {
	font-size: 115%;
}
#mainContent h3  {
	font-size: 110%;
}
#mainContent h4 {
	font-size: 80%;
	font-weight: normal;
}
#mainContent h5 {
	font-size: 110%;
	color: #B80028;
	text-align: center;
}

#footer {
	background-color: #FFF;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #6B6B6B;
} 

#footer a:link {
	color: #6B6B6B;
}

#footer a:visited {
	color: #6B6B6B;
}

#footer h1 {
	font-size: 120%;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer h2 {
	font-size: 110%;
	font-weight: bold;
	padding-top: 1em;
	color: #6B6B6B;
}

#footer h3 {
	font-size: 50%;
	font-weight: normal;
	padding-top: 1em;
	color: #6B6B6B;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footer img {
	border: none;
}

.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: 2em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 2em;
}
.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;
}

.LtCaption {
	font-size: small;
	text-align: center;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}
.RtCaption {
	font-size: small;
	text-align: center;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
