/***************************************/
/* Presentation Stylesheet */
/***************************************/

body {
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 96%;
}

#wrapper {
	background: #ffffff;
	color: #000000;
	border: solid #000000;
	font-size: 0.725em;
	line-height: 1.5em;
}

#top {
	background: #ffffff url(../graphics/background_top.png) no-repeat;
	color:  #000000;
}

#content {
	background: #ffffff url(../graphics/background_middle.png) repeat-y;
	color:  #000000;
}

#top_content {
	background: transparent;
	color:  #000000;
}

#regular_content {
	background: transparent;
	color:  #000000;
}

#columns_a {
	background: transparent;
	color:  #000000;
}

#columns_b {
	background: transparent;
	color:  #000000;
}

#columns_c {
	background: transparent;
	color:  #000000;
}

#column_1_of_3 {
	background: transparent;
	color:  #000000;
}

#column_2_of_3 {
	background: transparent;
	color:  #000000;
}

#column_3_of_3 {
	background: transparent;
	color:  #000000;
}

#column_1_of_2 {
	background: transparent;
	color:  #000000;
}

#column_2_of_2 {
	background: transparent;
	color:  #000000;
}

#bottom {
	background: #ffffff url(../graphics/background_bottom.png) no-repeat;
	color:  #000000;
}

.clear {
	clear: both;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

/***************************************/
/* hyperlinks                          */
/***************************************/

a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #0000ff;
}

a:link.inverted {
	color: #ffff00;
}

a:link.navlink {
	font-weight: normal;
	text-decoration: underline;
	color: #0000ff;
}

a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #4aa1f8;
}

a:visited.inverted {
	color: #ccaa00;
}

a:visited.navlink {
	font-weight: normal;
	text-decoration: underline;
	color: #4aa1f8;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #f50000;
}

a:hover.inverted {
	color: #ff0000;
}

a:hover.navlink {
	font-weight: normal;
	text-decoration: underline;
	color: #f50000;
}

/***************************************/
/* text stuff                          */
/***************************************/

.largetext {
	font-size: 1.3em;
}

.smalltext {
	font-size: 0.92em;
}

.right {
	text-align: right;
}

.centered {
	text-align: center;
}

.instructor_name {
	font-weight: bold;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1a2a91;
	font-size: 1.6em;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1a2a91;
	font-size: 1.3em;
	border: solid #1a2a91;
	border-width: 1px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	padding: 5px 0px 13px 0px;
}

h2.no_border {
	border-width: 0px;
	margin: 0px;
	padding: 12px 0px 13px 0px;
}

h2.metro {
	color: #e70000;
	border-width: 0px;
	padding: 0px 0px 13px 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1a2a91;
	font-size: 1.1em;
	margin: 0px;
	padding: 5px 0px 15px 0px;
}

h3.city {
	color: #00852f;
	border: dotted #00852f;
	border-width: 1px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1a2a91;
	font-size: .95em;
	margin: 0px;
	padding: 7px 0px 15px 0px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1a2a91;
	font-size: 0.9em;
	margin: 0px;
	padding: 7px 0px 15px 0px;
}

p {
	margin: 0px;
	padding: 0px 0px 17px 0px;
}

p.highlighted {
	background: #ffffff;
	padding: 9px;
}

p.inverted {
	background: #000000;
	font-weight: bold;
	color: #ffffff;
	padding: 9px;
}

hr {
	color: #1a2a91;
}

/***************************************/
/* list stuff                          */
/***************************************/

ul {
	margin: 0px 0px 0px 31px;
	padding: 0px;
}

ol {
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

li {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 9px;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ul ul ul {
	list-style-type: square;
}

ol {
	list-style-type: upper-roman;
}

ol ol {
	list-style-type: upper-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

/***************************************/
/* forms                               */
/***************************************/

input {
	background-color: #ffffff;
	color: #000000;
	border-width: 1px;
	border-color: #d2cfc3;
}

textarea {
	background-color: #ffffff;
	color: #000000;
	border-width: 1px;
	border-color: #d2cfc3;
}

form.email {
	background: transparent;
}

/***************************************/
/* images                              */
/***************************************/

img {
	border: 0px
}

img.float_left {
	float: left;
	vertical-align: top;
	margin: 5px 17px 5px 0px;
}

img.float_right {
	float: right;
	vertical-align: top;
	margin: 5px 0px 5px 13px;
}