body {
	font-family: arial, helvetica, sans-serif;
	    font-size: 14px;
    color: black;
	//background-color: rgb(245, 245, 245);
	background-color: #69F;
	//border: 2px solid #000000;
}

table {
	background-color: #FFF;
}

table.header {
	background-color: #69F;
}

img {
	border: 2px solid black;
}

.adfree {
	width:1110px;
	margin:auto;
 	text-align: center;
 	//margin-top: 0px;
 	margin-bottom: 2px;
 }

/*
h1 {
	font-size: 2.5em;
    color: rgb(250, 220, 0);
    background-color: #009;
}
*/

a {
	
}

a.mylink {
	font-size: 1.5em;
    color: rgb(250, 220, 0);
	background-color: #009;
	padding: 10px;
}

#link1 {
	font-size: 1.5em;
    color: rgb(250, 220, 0);
	background-color: #009;
	padding: 10px;
}

#link2 {
	font-size: 1.5em;
    color: rgb(250, 220, 0);
	background-color: #009;
	padding: 10px;
}

#title {
	font-size: 1.7em;
	LINE-HEIGHT: 30px;
	text-align: center;
}

#subtitle {
	text-align: center;
	LINE-HEIGHT: 0px;
}

#warning {
    color: rgb(250, 0, 0);
}

p {
    <letter-spacing: 0.5em;>
    <word-spacing: 2em;>
    <line-height: 1.5;>
    text-align: left;
}

.myp {
	//font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000;
}

#description {
	float: left; 
	//margin-left: 50px;
    //position: relative;
    //top: 0;
    //left: 0;
    width: 530px;
	//margin-top: 50px;
	//margin-left: 520px;
	padding:10px
}

/*
#description2 {
    position: inline;
    top: 0;
    left: 0;
    width: 530px;
	margin-top: 0px;
	margin-left: 20px;
	padding:10px
}
*/

#pages {
	margin-left: 50px;
}

#links {
	margin-left: 82px;
}

#FrontBack {
	margin-left: 170px;
}

#Contents {
	margin-left: 35px;
}

#OutsideUSAradio {
	display: inline-block;
	float: right;
}

#OutsideUSA {
	display: inline-block;
	float: right;
}

input[type=button]
{
  background-color: rgb(183, 229, 249); 
  border-radius: 7px; 
  -moz-border-radius: 7px; 
  -webkit-border-radius: 7px; 
  border: 2px solid black;
}

input[type=image]
{ 
  border: 2px solid black;
}






a:link {
	color: #9966FF;
}

a:visited {
	color: #009933;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

.body_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
}
.body_textSmaller {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}

.sidebar_bold_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	font-weight: bold;
}
.sidebar_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
}

.sidebar_text_large {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #FFF;
	font-weight: normal;
}


.Menu_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6C6;
}
.footer_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
}
.Heading_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #000;
	font-style: normal;
}
.Subheading_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	font-style: italic;
}
.PageHeading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000;
	font-style: normal;
}
.PageHeadingsmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	font-style: normal;
	margin: 20px;
}
.mylinkitems {
	padding: 0 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	//font-style: italic;

}
nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}
nav ul {
	background: #efefef;
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 6px;
	border-radius: 8px;
	list-style: none;
	position: relative;
	display: inline-table;
	background-color: #003366;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}
	
nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #4b545f;
		background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
		background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}
		nav ul li:hover a {
			color: #fff;
		}
	
	nav ul li a {
		display: block; padding: 6px 15px;
		color: #757575; text-decoration: none;
	}
	
nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute;
	top: 20;
	//width: 135px;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
		
	}
		nav ul ul li a {
			padding: 6px 35px;
			color: #fff;
		}	
			nav ul ul li a:hover {
				background: #4b545f;
			}
			
nav ul ul ul {
	position: absolute; left: 100%; top:0;
}

