
body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #ffffff;
	font-size: .9em; 
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #242424;
}

h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif; 
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.0em;
	text-transform: uppercase;
	color: #963642;
}

p, blockquote, ol, ul {
	margin-bottom: 1em;
	line-height: 180%;
}

a {
	color: #0c67c2;
}

a:hover {
	text-decoration: none;
	color: #FF5302;
}


#wrapper {
	width: 920px;
	margin: 0 auto;
	
}


/* Header */

#header {
	height: 170px;
	padding: 30px 50px 0px 100px;
	color: #963642;	
	background: url(images/aasmtclogo3rev.jpg) bottom left no-repeat;
}


#header h1 {
	font-size: 2.5em;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align: right;
	color: #963642;
	line-height: -25px;
}

#header h2 {
	font-size: 1.3em;
	text-transform: lowercase;
	text-align: right;
	padding: 20px 0px 0px 100px;
	color: #2a5e9d;
}



/* Content */

#content {
	background-color: #ffffff;
}

/* right column */
#colOne {
	float: right;
	width: 640px;
	padding-right: 10px;
	
}

.box {
	padding: 2em 2em 1em 3em;
	border-bottom: 5px solid #8da2b3;
	
}

.box h3 {
	margin-bottom: .5em;
	font-size: 1.2em;
	text-transform: uppercase;
}


/* left column */
#colTwo {
	float: left;
	width: 230px;
	padding: 5px 10px 0 10px;

}

#colTwo h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

#colTwo a {
	padding-top: 12px;
	font-size: .9em;
	text-decoration:none;
	text-transform: uppercase;
	color: #0c67c2;
}

#colTwo a:hover {

text-decoration:underline;
color: #963642;
}

.infobox {
	padding-left: 5px;
	border-color: #8da2b3;
	border-width: 2px;
	border-style:solid;
	padding-top: 10px;
}


#colTwo ul {
	padding-left: 5px;
	list-style: none;
}


.navigation li { list-style: square ;  border-bottom: 2px #eeeeee solid;  line-height: 2.7em;  margin-left:  -20px; width: 200px; }
.navigation li a { color: #27297b; text-decoration: none; font-weight: bold; }
.navigation a:hover { color: #9d2644; text-decoration: underline; }



#menu {
}

 #menu p  {
padding-top: 5px; 
line-height: 12px; 
text-align: center; 
background-color: #2a5e9d;
text-transform: uppercase; 
padding-bottom: 5px; 
 }
 

#menu a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
	color: #09029d;
}

/* Footer */

#footer {
	background: url(images/img6.jpg) no-repeat;
}

#footer * {
	color: #a14f37;
}

#footer p {
	padding: 2em 0;
	text-align: center;
	font-size: small;
}


#headertable {
	width: 200px;
	margin-left: 10px;
	margin-top: 0px;
	text-align: right;
	
	}

