/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126   License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;	padding: 0;	border: 0;	font-size: 100%;
	font: inherit;	vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';	content: none;}
table {border-collapse: collapse;	border-spacing: 0;}
/* end reset */
/*  Go 1000 --  Main CSS Styling set up for 1000px-ish screen -- starts here  -- smaller below, then bigger by size  */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .88em;
	background-color: #ccffff;
	color: #000039;
	margin: 0em auto 0em auto;
	padding: 0em;
}
#container { 
  width: 100%;
  max-width: 1900px;
  margin: 0px auto 0px auto;
text-align: left; 
background-color: #ccffff;
} 
p {
  line-height: 1.3;
  margin: .5em 0em .8em 0em;
}

a:link {
	color: #00F;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #009;
}

a:hover {
	text-decoration: none;
	color: #309;
}

a:active {
	text-decoration: none;
	color: #09C;
}

h1, h2, h3, h4 {
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

h1 {
text-align: center;
	font-size: 2em;
	color: #000085;
	margin: .6em 0em .8em 0em;
	padding: .5em 0px 0px 0px;
}

h2 {
	font-size: 1.4em;
	color: #000063;
	margin: .6em 0em 1.4em 0em;
}

h3 {
	font-size: 1.2em;
	color: #000063;
margin: 1.6em 0em 1.4em 0em;
}

h4 {
	font-size: 1.1em;
	color: #000063;
margin: .6em 0em .8em 0em;
}

img { border: 0;
 -webkit-box-shadow: 2px 2px 4px 0px #004; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
   box-shadow: 2px 2px 4px 0px #004;
}
.logo {
margin: 0px 10px 0px 0px;
vertical-align: text-top;
}
.navlogo{
margin: 0px 10px 0px 0px;
}
.art {
padding: 20px;
}

#header { 
	padding: 0px 0px 1em 0px;  
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccffff), to(#336699)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ccffff, #336699); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #ccffff, #336699); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ccffff, #336699); /* IE10 */
  background-image:      -o-linear-gradient(top, #ccffff, #336699); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ccffff, #336699);
} 

#navbar {
	width: 46em; 
	padding: .3em .3em .3em .3em; 
	text-align: center;
	font-size: 1em;
	border-top-width: 0;
	border-bottom-width: 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000085;
	border-bottom-color: #000085;
}

#sidebar1 {
	width: 14%; 
	margin: 1em 0em 1em 3%;
	padding: 2em .8em 58em .5em; 
	text-align: center;
float: left;
 background-color: #ccffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccffff), to(#336699)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ccffff, #336699); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #ccffff, #336699); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ccffff, #336699); /* IE10 */
  background-image:      -o-linear-gradient(top, #ccffff, #336699); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ccffff, #336699);
}

#sidebar2 {
	width: 25%;
margin: 1em 0em 1em 2%;
	padding: 2em 10px 58em 10px;
	text-align: center;
float: left;
 background-color: #ccffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccffff), to(#336699)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ccffff, #336699); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #ccffff, #336699); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ccffff, #336699); /* IE10 */
  background-image:      -o-linear-gradient(top, #ccffff, #336699); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ccffff, #336699);
}

#mainContent { 
	width: 42%; 
	margin: 1em 0em 1em 2%;
	padding: .05em 2% 50em 2%;
float: left;
 background-color: #ccffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccffff), to(#336699)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ccffff, #336699); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #ccffff, #336699); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #ccffff, #336699); /* IE10 */
  background-image:      -o-linear-gradient(top, #ccffff, #336699); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #ccffff, #336699);
}
.clr {
clear: both;
padding: 1px 0px 1px 0px;
}
#footer { 
	text-align: center;
	padding: .01em;
} 

#mainContent span {
	font-size: .9em;
}

#mainContent table {
	text-decoration: none;
	position: relative;
	height: 40%;
	width: 90%;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	border-spacing: 1em;
}

#sidebar1 a:hover {
	background-color: #0CC;
	padding: 8px;
}
#sidebar1 a {
	display: block;
	margin: 26px 10px 26px 10px;
	padding: 8px;
	border-width: 1px 0px 1px 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #03F;
	border-bottom-color: #03F;
}

@media screen and (max-width: 380px) {
#mainContent { 
	width: 90%; 
	padding-bottom: 1em;
	}
#sidebar1 {
width: 88%;
padding-bottom: 1em;
}
#sidebar1 a {
padding: 16px 8px 16px 8px;
//margin: 26px 10px 26px 10px;
}
#sidebar1 a:hover {
padding: 16px 8px 16px 8px;
}
#sidebar2 {
clear:both;
	width: 88%;
	padding-bottom: 1em;
}
}

@media screen and (min-width:381px) and (max-width: 701px) {
#mainContent { 
	width: 62%; 
	}
#sidebar1 {
width: 24%;
}
#sidebar1 a {
padding: 16px 8px 16px 8px;
//margin: 26px 10px 26px 10px;
}
#sidebar1 a:hover {
padding: 16px 8px 16px 8px;
}
#sidebar2 {
clear:both;
	width: 92%;
}
}

@media screen and (min-width: 1300px) {
body {
font-size: .92em;
}
}

@media screen and (min-width: 1500px) {
body {
font-size: 1em;
}
}

@media screen and (min-width: 1700px) {
body {
font-size: 1em;
}
}