body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #333;
	background: #FFF;
}
p {
	font-family: Arial, Helvetica, Georgia, sans-serif;
	color: #000000;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	color: #003366;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size:13px;
	text-align: left;
	color:#006600;
}
h3 {
	font-size:16px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
h4 {
	font-size:12px;
	font-weight: bolder;
	color: #000;
	text-indent: 12px;
	text-align: left;
}

a:link {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #003399;
	text-decoration: underline;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

a:active {
	color: #003399;
	text-decoration: underline;
}

a img {
	color: #ffffff;
	border: 0;
}

table {
	font-size: 12px;
}

#container, #logo, #content, #nav, #footer {
	text-align: left;
	vertical-align: top;
	left: auto;
}

#container {
	width: 800px;
	padding: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#header {
	height: 100px;
}

#logo {
	float:left;
}

#contact-header {
	padding-top:45px;
}
#contact-map-text {
	border-bottom: solid 1px #CCC;
	padding-bottom: 1em;
}


/* start - content section on index.html */
#content-index {
	float: left;
	width: 69%;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-left: 10px;
	
}

#content-index p {
	text-align: left;
	padding: 0px 10px 0px 0px;
}
/* end - content section on index.html */

/* start - content section on interior */
#content-interior {
	width: 98%;
	margin-left: 40px;
	min-height: 500px;
	margin-right: 5px;
	margin-top: 40px;
}

#content-interior p {
	text-align: left;
	margin-bottom: 12px;
	margin-right: 0px;
	font-size: 12px;
}

#content-interior h1 {
	margin-bottom: 11px;
}

#content-interior h2 {
    margin-top: 11px;
    margin-bottom: 6px;
}
#content-interior .quote {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}



/* end - content section on interior */


/* start - course description animation */
#field {
	position:relative;
	width:auto;
	height:auto;
	top:0px;
	left:0px;
	color:#003399;
	background:#fff;
	text-align:left;
	z-index:1;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	margin: 0px;
}
.fieldTitle {
	text-decoration: underline;
	cursor: pointer;
}
.courseTitle {
	color: #333;
}
.panelContent {
	margin: 0;
	background:#fff;
	overflow:hidden;
	z-index:0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: left;
}
.img {
	float: right;
	margin: 0px;
	padding: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.bold {
	font-weight: bold;
}
.black {
	color: #000000;
	text-decoration: none;
}
.higlight {
	color: #FF0000;
}
