@charset "utf-8";
body {
	padding: 0;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1.2;
	background-color: #090;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
	 /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FFF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #FFF;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border: 3px solid #060;
	border-radius: 15px;
	color: #FFF;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #063;
	background-image: url(imageaa11.png);
	height: 160px;
	font-size: 36px;
	font-weight: bold;
	color: #FF3;
	text-align: center;
	padding-bottom: 40px;
	border: 7px solid #060;
	padding-top: 20px;
	margin-bottom: 14px;
	border-radius: 15px;
}
.header1a {
	font-size: 60px;
	line-height: 1.8;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.divline {
	width:830px;
	background-color:#090;
	height:2px;
	margin-right: auto;
	margin-left: auto;
}

.divlinks {
	width:828px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #060;
	background-color: #060;
}

.divnav {
	width:828px;
	background color:#00F;
	color:#060;
	height:38px;
	margin:0 auto;
}

.divnav ul {
	list-style-type:none;
}

.divnav ul li {
	float:left;
}

.divnav ul li a {
	display:block;
	height:38px;
	background-color:#FF0;
	width:136px;
	font-size:100%;
	font-weight:bold;
	color:#063;
	text-align:center;
	text-decoration:none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #060;
	background-image: url(imagecc22.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2;
}

.divnav ul li a:hover {
	background-color:#063;
	color: #FF0;
	background-image: url(imagecc99.png);
}

.divnav ul li a.current, divnav ul li a.current:hover {
	background-color:#063;
	color:#FF0;
	cursor:default;
	font-weight: bold;
	background-image: url(imagecc99.png);
}

.content {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 20px;
	font-size: 115%;
	text-align: justify;
	color: #FFF;
	background-color: #FFF;
}
.center11 {
	text-align: center;
	color: #FFF;
	font-size: 120%;
	display: block;
	background-color: #FFF;
	height: 60px;
	line-height: 60px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #FFF;
	border-radius: 10px;
	margin-top: 45px;
	margin-bottom: 35px;
	font-weight: bold;
}
.left {
	text-align: left;
}


.indent11 {
	padding-right: 130px;
	padding-left: 100px;
}

.indent22 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFF;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-radius: 10px;
	width: 400px;
	margin-top: 35px;
	margin-bottom: 30px;
	line-height: 1.3;
}

.sidebar1rules {
	float: none;
	width: 640px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	background-color: #FFF;
	text-align: center;
	color: #FFF;
}

ul.nav1rules {
	list-style: none; /* this creates the space between the navigation on the content below */
	margin: 0px;
	width: 640px;
	color: #FFF;
	background-color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	height: 42px;
}

ul.nav1rules li {
	width: 640px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 8px;
	color: #FFF;
	background-color: #FFF;
}

ul.nav1rules a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 640px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	padding: 0px;
	color: #FFF;
	background-color: #FFF;
	background-image: none;
}

ul.nav1rules a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	width: 640px;
	background-image: none;
	background-color: #FFF;
}

.sidebar2rules {
	float: none;
	width: 640px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 900px;
	background-color: #FFF;
	color: #FFF;
	text-align: left;
	text-indent: 15px;
}

ul.nav2rules {
	list-style: none; /* this creates the space between the navigation on the content below */
	margin: 0px;
	width: 640px;
	color: #FFF;
	background-color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	height: 42px;
}

ul.nav2rules li {
	width: 640px;
	height: 42px;
	color: #FFF;
	background-color: #FFF;
	line-height: 42px;
	margin-bottom: 8px;
}

ul.nav2rules a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 640px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	padding: 0px;
	color: #FFF;
	background-color: #FFF;
	background-image: none;
}

ul.nav2rules a:hover, ul.nav a:active, ul.nav a:focus  { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	width: 640px;
	background-color: #FFF;
	background-image: none;
}

.sidebar3rules {
	float: none;
	width: 640px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 124px;
	background-color: #FFF;
	color: #FFF;
	text-align: left;
	text-indent: 30px;
}

ul.nav3rules {
	list-style: none; /* this creates the space between the navigation on the content below */
	margin: 0px;
	width: 640px;
	color: #FFF;
	background-color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	height: 42px;
}

ul.nav3rules li {
	width: 640px;
	height: 42px;
	color: #FFF;
	background-color: #FFF;
	line-height: 42px;
	margin-bottom: 20px;
}

ul.nav3rules a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 640px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	padding: 0px;
	color: #FFF;
	background-color: #FFF;
	background-image: none;
}

ul.nav3rules a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFF;
	width: 640px;
	background-color: #FFF;
	background-image: none;
}

.section1b {
	font-weight: bold;
	color: #FFF;
	font-size: 105%;
}
.return11a {
	font-size: 70%;
	font-weight: bold;
}

.contentdd {
	font-size: 115%;
}

/* ~~ The footer ~~ */
.footer {
	color: #FF0;
	background-color: #090;
	text-align: center;
	border-radius:10px;
	border: 3px solid #060;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 18px;
	font-weight: bold;
	font-size: 100%;
	height: 34px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#notice {
	font-size: 40px;
	color: #00F;
	background-color: #FFC;
	display: block;
	border: 5px double #F00;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	text-align: center;
}
