/* CSS Document */

body {
	background-image: url(../images/greenBluegreenVline.jpg);
	background-repeat: repeat;
	padding-top: 2em;
	color: #330066;
}

a {
	font-size: 14px;
	color: #CC2200;
	font-weight: normal;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color:#663300;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

#canvas {
    margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 3em;
    background-image: url(../includes/circles.png);
	background-repeat: repeat-y;
	background-position: 260px -20px;
	text-align: center;
}

#header {
    z-index: 3;
	border: thin solid #9999FF;
	height: 42px;
	background-image: url(../includes/white50.png);
	background-repeat: repeat;
	background-position: center center;
} 


.logo {
	border: thin solid #9999FF;
}


#navigation {
    z-index: 3;
    margin-top: 2em;
	position: relative;
}

.nav {
     padding: 4px 4px 4px 4px;
	 margin-left: .5em;
	 margin-right: .5em;
}


#navigation a {
	color:#003399;
    font-family: Optima, Tahoma;
	font-style: italic;
	text-transform: uppercase;
	display:inline;
    border: groove #DFF3D7;
	background-color: #B3DC9F;
	
}

#navigation a:hover {
	background-color: #EFFFEC;
}

p {
	text-indent: 16px;
}

h2, h3, h4 {
	color: #330066;
}

#banner {
	text-align: center;
	border: thin solid #FF00FF;
}

#blank {
    clear: both;
}

#bodyText {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
    position: relative;
	z-index: 2;
	text-align: justify;
	float: left;
	width: 70%;
	margin-top: 4.5em;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 2em;
	padding: 1em;
	border: medium solid #DBE1FF;
	min-height: 200px;
}

#button1 {
     float: left;
	 border: thin solid #FF0000;
	 padding: 5px 5px 5px 5px;
}

#button2 {
     float: left;
	 border: thin solid #FF0000;
	 padding: 5px 5px 5px 5px;
}


#button3 {
     float: left;
	 border: thin solid #FF0000;
	 padding: 5px 5px 5px 5px;
}

.buttonsp {
      position: relative;
      width: 5px;
	  height: 20px;
}

#logo {
	z-index:1;
	float: right;
}

#sideBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top:5em;
	text-align: left;
	float: right;
	width: 20%;
	font-size: 10px;
	color:#663300;
	border-left: solid #000000 thin;
}

#sideBar a {
    font-size: 12px;
    color:#003399;
}

#sideBar a:hover {
    color:#663300;
}

/* top, right, bottom, left  */
#sb1 {
	padding: 12px 0px 3px 10px;
}

#sb2 {
	padding: 12px 0px 3px 10px;
}

#sb3 {
	padding: 12px 0px 3px 10px;
}

#sb4 {
	padding: 12px 0px 3px 10px;
}

#bottomBar {
    float:left;
	margin-top: 2em;
	margin-left: 1em;
	margin-bottom: 2em;
	text-align: center;
	padding: 20px 10px 10px 20px;
	border: medium solid #DBE1FF;
	width: 1200px;
	height: 200px;
}

.pict {
    
	border: 2px solid #330066;
}

#spacer {
    width: 20px;
    float: left;
}

.big-text {
    font-size: 18px;
	font-weight: bold;
}

.med-text {
	font-size: 13px;
	color: #000000;
	text-align: left;
	text-indent: 20px;
}

.sm-text {
	font-size: 11px;
	color: #660066;
	text-align: left;
	text-indent: 10px;
}