@charset "UTF-8";
body {
	background: #006;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

span.bold {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: normal;
}


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  {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 2px;
	margin-top: 2px;
}

p {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}


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: #333;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-family: Arial, Helvetica, sans-serif;
}
.imgcover {
	border: 2px solid #000;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
}
a:visited {
	color: #000;
	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;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #FF0;
}

/* ~~ 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 {
	font-style: normal;
	color: #000;
	background-color: #FF0;
	vertical-align: top;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: auto;
}


.sidebar1 {
	float: left;
	width: 120px;
	padding-bottom: 10px;
	background-color: #FF0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	height: auto;
	padding-right: 2px;
	padding-top: 0px;
}
.content {
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: normal;
	width: 555px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #FFF;
}

.content2 {
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: normal;
	width: 565px;
	background-color: #FFF;
}

.content3 {
	float: left;
	width: 375px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: normal;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #000;
	background-color: #FFF;
}

.meg3_content {
	float: left;
	width: 252px;
	vertical-align: top;
	margin-left: 20px;
}

.meg3_content2 {
	float: left;
	width: 252px;
}

.meg3_table {
	float: left;
}

.sidebar2 {
	float: right;
	width: 275px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	height: auto;
}

.sidebar3 {
	float: left;
	width: 380px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	height: auto;
	color: #000;
	font-size: 80%;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 10px;
}
.sidebar3 img {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}


#topMenu {
	background-color: #F00;
	float: left;
	width: 960px;
	margin-bottom: 5px;
	
	display: inline;

}
#topMenu .nav li a {
	display: inline;
	
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 15px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav 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 anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	width: 100px;  /*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;
	background-color: #FF0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
ul.nav 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;
	background-color: #F00;
}


/* ~~ 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;

}
.thumbnail {
	padding-bottom: 0px;
	float: left;
	width: 115px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	padding-left: 0px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.thumbnail_2 {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.sidebar1 h5 {
	font-family: "Comic Sans MS", cursive;
	color: #000;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	text-align: center;
	padding-top: 2px;
}

.sidebar1 h4 {
	font-family: "Comic Sans MS", cursive;
	text-transform: uppercase;
	color: #F00;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

h2 {
	font-size: 22px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 2px;
	text-transform: uppercase;
}

h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bolder;
	font-size: 33px;
	border-bottom-color: #000;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}

.sidebar2 ul {
	color: #333;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	line-height: 20px;
	letter-spacing: 1px;
}
.sidebar2 h4 {
	font-size: 18px;
	color: #F00;
	line-height: 21px;
}

/* ~~ The footer styles ~~ */
.footer {
	position: relative; /* this clear property forces the .container to understand where the columns end and contain them */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FF0;
	color: #333;
	font-weight: normal;
	line-height: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	clear: both;
}

.footer p {
	padding-top: 2px;
}

.footer h6 a {
	font-size: 10px;
	color: #F00;
	text-align: center;
	font-variant: small-caps;
	line-height: 14px;
}
.credits {
	margin-right: 10px;
	margin-left: 10px;
}
.credits th {
	background-color: #F00;
	padding-left: 5px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-transform: uppercase;
	color: #FF0;
	text-align: center;
}
.credits tr td {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: small;
	background-color: #FF9;
	text-align: center;
}
.nav ul li a {
	font-size: 14px;
	text-indent: 10px;
	display: inline;
}
.sidebar2 h3 {
	color: #309;
	text-transform: uppercase;
	padding-bottom: 10px;
	line-height: 50%;
	font-size: large;
}
#side1 {
	float: left;
	width: 225px;
	color: #000;
}
#ashcan {
	float: left;
	margin-right: 10px;
}
.bottomContent {
	float: left;
	width: 670px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #000;
}

#register .question {
	font-weight: bold;
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000;
	margin-top: 15px;
	padding-top: 5px;
}
#bolder {
	font-weight: bolder;
	margin-bottom: 0px;
	font-size: medium;
	margin-top: 5px;
}

.rammContent {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: normal;
	width: 832px;
	padding-left: 10;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #000;
	float: right;
	background-color: #FFF;
}

#rammText {
	float: left;
	width: 225px;
	color: #000;
}

#form {
	width: 95%;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #0CF;
	padding-top: 10px;
	float: left;
	margin-top: 10px;
	margin-top: 15px;
}

#form hr {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #000;
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
}

#form #issues {
	width: 47%;
	text-align: center;
	float: left;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #000;
	margin-bottom: 10px;
}

#form #favChar {
	width: 47%;
	text-align: center;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#form #newOld {
	width: 47%;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 0px;
}
.TabbedPanelsContent.TabbedPanelsContentVisible img {
	float: left;
	padding: 10px;
}
