body {
background-color: #333;
font-family: "comic sans MS", sans-serif;
}

/* unvisited link */
a:link {
color: #000000;
}
/* visited link */
a:visited {
color: #000000;
}
/* mouse over link */
a:hover {
color: #000000;
}
/* selected link */
a:active {
color: #000000;
}


/* general classes, images classes, paragraph classes, div classes */

/* general classes */
.float {
float: left;
}

.decornone {
text-decoration: none;
}

.spacebefore {
margin-top: 20px;
}

.center {
text-align: center;
}

/* form classes */
textarea {
border: 1px solid black;
}

input {
border: 1px solid black;
}

input.noborder {
border: none;
}

/* images classes */

img.officer-pic {
width: 190px;
height: 241px;
}

img.aias-title {
width: 304px;
height: 100px;
margin: 10px auto 0px auto;
}

img.contact-title {
width: 290px;
height: 100px;
margin: 10px auto 0px auto;
}

img.demsky-title {
width: 340px;
height: 100px;
margin: 10px auto 0px auto;
}

img.links-title {
width: 158px;
height: 100px;
margin: 10px auto 0px auto;
}

img.news-title {
width: 443px;
height: 100px;
margin: 10px auto 0px auto;
}

img.sweat-title {
width: 372px;
height: 100px;
margin: 10px auto 0px auto;
}


/* paragraph classes */
p.main {
text-align: justify;
margin: 0px 0px 10px 0px;
text-indent: 30px;
line-height: 1.3em;
}

p.second {
margin: 0px;
line-height: 1em;
}

p.form {
margin-bottom: 10px;
}

/* division classes */
div.officers {
width: 190px;
height: 300px;
text-align: center;
margin: 0px 8px 0px 8px;
}

/* list classes */
ul.lvl1 {
margin: 10px 0px 10px 40px;
}

ul.lvl2 {
margin-left: 40px;
}

ul.nobull {
list-style-type: none;
}

ul li {line-height: 1.2em;}

/* header tags */
h1, h2, h3, h4, h5, h6 {
font-family: "comic sans MS", sans-serif;
/* font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; */
}

h1 {
font-size: 2em;
margin: 30px 0px 15px 0px;
}

h2 {
font-size: 1.5em;
margin: 30px 0px 15px 0px;
}

h3 {
font-size: 1.2em;
margin: 0px;
}
	h3.spacebefore {padding-bottom: 3px;}

h4 {
font-size: 1em;
margin: 0px;
font-weight: normal
}

h5 {
font-size: 0.80em;
margin: 0px;
font-weight: normal
}


/* properties of DIVISIONS */

/* page - DO NOT CHANGE - page */
#page {
width: 1000px;
margin: 0px auto;
}

/* header - DO NOT CHANGE - header */
#header {
width: 1000px;
height: 179px;
}
	#header img {float: left;}

/* content section - CHANGABLE - content section */
#body {
background-image: url('../images/1000wide_15.jpg');
background-repeat: repeat-y;
width: 1000px;
float: left;
}

#leftbar {
width: 255px;
min-height: 550px;
float: left;
}

#sticky {
background: url('../images/stickynote.png') no-repeat;
width: 208px;
height: 211px;
margin: 10px 0px 0px 40px;
text-align: center;
float: left;
}

#content {
width: 620px;
min-height: 550px;
float: left;
}

#contentpic {
margin: 0px 10px 0px 0px;
width: 230px;
height: 200px;
float: left;
}

#bodyhead {
width: 620px;
margin-bottom: 20px;
text-align: center;
}

#contactnumbers {
width: 600px;
}

#form {
width: 340px;
margin: 0px auto 0px auto;
}

#altform {
width: 660px;
margin-top: 20px;
}

#suborder {
width:155px;
height: 67px;
margin: 10px auto 0px auto;
}

#submess {
width:174px;
height: 71px;
margin: 10px auto 0px auto;
}

/* footer - DO NOT CHANGE - footer */
#footer {
background-image: url('../images/1000wide_17.jpg');
width: 1000px;
height: 54px;
float: left;
}

#spacer {
margin-top: 30px;
width: 130px;
height: 35px;
float: left;
}

#altnav {
margin-top: 30px;
width: 870px;
height: 35px;
text-align: center;
font-family: "times new roman", serif;
float: left;
}

#links {
width: 1000px;
height: 16px;
float: left;
}