body {
	padding: 0;
	color: #000;
	background-color: #FFFFCE;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
.topnav {
	background-color: #000;
	overflow: hidden;
}
.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	padding-top: 14px;
	padding-right: 15px;
	padding-bottom: 14px;
	padding-left: 15px;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6  {
	margin-left: 5px;
	margin-top: 0;
	color: #004466;
	padding: 0px;
}
a img {
	border: none;
}
a:link {
	color:#0000FF;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.blue-button {
	color: #FFF;
	background-color: #004466;
	margin-left: 0px;
}

.container {
	width: 80%;
	max-width: 1260px;
	margin: 0 auto;
	background-color: #C0E6ED;
}

.header {
	background-color: #5199BB;
}
.sidebar1 {
	float: left;
	width: 20%;
}
.content {
	width: 57%;
	float: left;
	background-color: #FFF;
	padding: 10px;
}
.sidebar2 {
	float: left;
	width: 20%;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #666;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #C0E6ED;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	background-color: #004466;
}

.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	background-color: #FFF;
	color: #00F;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Small Desktop / Large Tablet View */
@media only screen and (min-width: 651px) and (max-width: 979px) {
.container {
    width: 100%;
}
.content {
    width: 76%;
}
.sidebar2 {
	display:none;
}


    }


/* Small Tablet View*/
@media only screen and (min-width: 481px) and (max-width:650px) {
.container {
    width: 100%;
}
.topnav a {
	font-size: 16px;
}
.sidebar1 {
	width: 25%;
}
.content {
    width: 70%;
	font-size: 20px; 
}
.sidebar2 {
	display:none;
}
h1  {
	font-size: 26px;
}
h2  {
	font-size: 24px;
}

    }
	
	
/* Smart Phone View */
@media only screen and (max-width: 480px) {
.container {
    width: 100%;
}

.topnav a{
	font-size: 18px;
}
.header {
	width: 100%;
	height:auto;
}
.content {
    width: 94%;
	font-size: 21px; 
}
.sidebar1 {
    display: none;
}
.sidebar2 {
    display: none;
}
ul.nav a, ul.nav a:visited {
    font-weight: bold;
}
h1  {
	font-size: 25px;
}
h2  {
	font-size: 22px;
}

.footer {
	font-size: 21px;
}

    }
    


/* Smart Phone View */
@media only screen and (max-width: 300px) {
.container {
    width: 100%;
}
.content {
    width: 95%;
}

.sidebar1 {
    display: none;
}
.sidebar2 {
    display: none;
}
h1  {
	font-size: 25px;
}
h2  {
	font-size: 22px;
}

    }
