@charset "utf-8";

.languages {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-style:normal;
	color:#900;
	text-align:left;
}
.heading1 {
	font-size:40px;
	color:#0066FF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-align:center;
}
.heading2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;
	font-style:normal;
	font-weight:bold;
	color:#FF9900;
	text-align:left;
	padding-left:0;
}
.heading2center {
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;
	font-style:normal;
	font-weight:bold;
	color:#FF9900;
	text-align:center;
}
.bodytext20px {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:#000;
	line-height:30px;
}
.text15px {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
	color:#000;
	line-height:15px;
}

.text20px30mar {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:#000;
	margin-left:30px
	line-height:30px;
}

/* ~~ 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:#FFFFFF;
	margin:0px;
	padding:0px;
}

/* ~~ The footer ~~ */
.footer {
	width:960px;
	margin:0 auto;
	padding:0;
	position:relative;/* this gives IE6 hasLayout to properly clear */
	clear:both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	color:#C30;
	background-position:center;
	background-image:url(images/footerwaves.jpg);
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style:none;
	text-indent:20px;/* this creates the top border for the links - all others are placed using a bottom border on the LI.  Brian Murphy added the text-indent to provide a little space at the left*/
	margin-bottom:15px; /* this creates the space between the navigation and the content below */
	margin-left:-1px;
	margin-top:-8px;
	float:left;
	padding:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-top-style:solid;
	border-top-width:0px;
	border-top-color:#FC0;
}
ul.nav li {
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	background-image:url(images/button2.jpg);
	font-weight:normal;
	color:#000;
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
	padding:0px;
	border-bottom-width:0px;
	border-bottom-style:solid;
	border-bottom-color:#000;
	text-align:left;
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs 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.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example:a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/
.sidebar1 {
	display:block;
	border:0;
	float:left;
	width:20%;
	padding-bottom:10px;
	background-color:#FFFFFF;
	text-align:left;
}

.content {
	width:760px;
	float:right;
	padding-top:10px;
	padding-right:0;
	padding-bottom:10px;
	padding-left:0;
	background-color:#FFFFFF;
}

.indent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 30px;
	width: 670px;
	border: none;
}

body {
	background-color:#4E5869;
	margin:0;
	padding:0;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:125%;
	line-height:1.4;
	background-repeat:repeat;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width:960px;
	background-color:#FFF;
	margin:0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding-bottom:5px; /* This was necessary to eliminate the gray gap between the container and the footer on the Search page. */
	font-family:Verdana, Geneva, sans-serif;
	font-size:100%;
	font-style:normal;
}

a:link {
	color:#00F; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	font-family:Verdana, Geneva, sans-serif;
}
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;
	background-color:#66FFCC;
	border-bottom-color:#66FFCC;
	border-left-color:#66FFCC;
	border-right-color:#66FFCC;
	border-top-color:#66FFCC;
	color:#0066FF;
	column-rule-color:#3F3;
	outline-color:#09C;
	font-family:Verdana, Geneva, sans-serif;
}
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:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	background-position:center;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

.cherry
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	color:#000;
	list-style-image:url(images/anabull1.gif);
}
.container .content p color {
	color:#0080C0;
}
.ladyquote {
	font-family: Verdana, Geneva, sans-serif;
	color: #00F;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boldtext20pxleft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	color: #000;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bodytext15px {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
	color:#000;
}
a:visited {
	color:#00F;
	text-decoration:underline;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
}

.bodytext20px0margin {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-style:normal;
	margin:0px;
}
.bodytext20pxleft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
	line-height: 30px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 0px;
}

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. */
}

.bodytext15pxleftboldred {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	color:#F00;
	text-align:left;
}

.image1 {
	text-align:left;
	margin-right:10px;
	float:left;
}

.headingitalics {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#000;
	text-align:left;
}


.textnewspaper {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-style:normal;
	font-weight:normal;
	color:#000;
	text-align:justify;
	vertical-align:top;
	line-height:20px;
	padding-right:5px;
	padding-left:5px;
	padding-top:5px;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	text-indent:0;
}
/* ~~ 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;
	padding-left: 20;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

.bodytext20pxleft .highlight {
	background-color: #FFC;
}

.heading3center {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-style:normal;
	font-weight:bold;
	color:#099;
	text-align:center;
}

.table2 {
	table-layout:fixed;
	font-family: Verdana, Geneva, sans-serif;
	margin-left:160px;
	padding: 0px;
	width: 440px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border:solid;
	border-color:#0CF;
	border-spacing:0px;
	border-collapse:collapse;
}

.colheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #099;
	text-align:center;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-color:#0CF;
	vertical-align:top
}

.col1 {
	width:320px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:#000;
	padding-top:2px;
	padding-right:2px;
	padding-bottom:2px;
	padding-left:15px;
	margin-left:15px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border:solid;
	border-color:#0CF;
	vertical-align:top
}

.col2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	font-style:normal;
	font-weight:normal;
	color:#000;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	margin-left:0px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border:solid;
	border-color:#0CF;
	border-collapse:collapse;
	vertical-align:top
}

h2 {
	color: #f60;
}

h2:target {
	color: white;
    background: #f60;
}

.table3 {
	table-layout:fixed;
	font-family: Verdana, Geneva, sans-serif;
	margin:0px;
	padding: 0px;
	width: 660px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-color:#000;
	border-spacing:1px;
	color: #000;
	border-style:solid;
}

.t3col {
	width: 220px;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-color:#000;
	border-style:solid;
}
