﻿@import url('layout.css');
body {
	margin: 0 0%;
	background-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
}
a {
	color:blue;
}
a:hover {
	color: red;
	text-decoration: none;
}
/* Styles for DIV tags */
#container {
	border: 7px solid #74ADE4;
	background-color: white;
	height: ;
	background-repeat: no-repeat;
	background-position: left top;
}
#container_courses {
	border-right: 3px solid #666666;
	border-left: 3px solid #666666;
	border-bottom: 3px solid #666666;
	border-top: 3px solid #666666;
	background-color: white;
	background-image: url('../sidebanner.jpg');
	height: ;
	background-repeat: no-repeat;
	background-position: left top;
}
#masthead {
	border-bottom: 0px solid #7C8DD3;
	background-color: #FFFFFF;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 10px;
}
#navigation {
	border-top: 6px solid #74ADE4;
	background-color: #B3D2EF;
	margin-left: 190px;
	margin-right: 10px;
}
html > body #navigation {
	overflow: hidden;
}
#content_container {
	background-color: #FFFFFF;
	padding: 0px;
}
#column_left {
	float: left;
}
#column_right {
	border-left: 0px solid #E3DFE2;
	text-align: center;
	margin-top: 0px;
}
#image {
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	background-color: #FFFFFF;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	margin-left: 10px;
	margin-right: 10px;
}
form{
	margin: 5px 0px 15px 0px
}
/* Styles for Masthead */
#masthead h1 {
	margin-bottom: 0;
	color: #333333;
	font-size: 26pt;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#masthead h3 {
	margin-top: 0;
	color: #74ADE4;
	margin-bottom: 0px;
}
#masthead a {
	color: #333333;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0;
}
#navigation li {
	float: left;
	margin: 0px;
}
#navigation a {
	font-weight: bold;
	margin: 0 1px;
	padding: 5px 5px 5px 5px;
	display: block;
	border: 1px solid #B3D2EF;
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #74ADE4;
	border: 1px solid #74ADE4;
}
#sidebar h4 {
	color: #74ADE4;
	margin-top: 5px;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 30px;
	border-bottom: 0px solid #74ADE4;
}
/* Styles for sidebar */
#sidebar h5 {
	color: #74ADE4;
	font-size: 9pt;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom: 0px solid #74ADE4;
}
#sidebar p {
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 9pt;
	text-align: left;
	margin-bottom: 5px;
}

/* Styles for Right Column */
#column_right h4 {
	color: #74ADE4;
	margin-top: 2px;
	text-align: left;
	margin-bottom: 2px;
	margin-right: 10px;
	border-bottom: 0px solid #74ADE4;
}
#column_right h5 {
	border: 0px #74ADE4 solid;
	color: #FF0000;
	font-size: 9pt;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#column_right p {
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 9pt;
	text-align: left;
	margin-bottom: 4px;
}
/* Styles for Left Column */
h1 {
	font-size: xx-large;
	color: #000000;
	margin-top: 0px;text-align:left;

}
h2 {
	font-size: x-large;
	color: #111111;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;text-align:left;

}
h3 {
	font-size: large;
	color: #222222;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right:0px;
	padding:0px;text-align:left;

}
h4 {
	font-size: 16pt;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
}
h5 {
	font-size: 10pt;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 3px;text-align:left;

}
h6 {
	font-size: 12pt;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;text-align:left;

}
h6 a{
	font-size: 12pt;
	color:black;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align:left;

}
h6 a:hover{
	font-size: 12pt;
	color:black;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-align:left;

}

p {
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-align:left;
}
ul {
	color: ;
	font-weight: ;
	margin-top: 5px;
	margin-bottom:5px;text-align:left;

}
li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	text-align:left;
}
/* Styles for Footer */
#footer p {
	margin-left: 0px;
	margin-right:0px;
	margin-top: 5px;
	font-size: 8pt;
	text-align: left;
	margin-bottom: 0px;
}
#footer a {
	color:blue;
	font-size: 8pt;
}
#footer a:hover {
	color: red;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_left {
	text-align:left;
	}
.style_center {
	text-align:center;
	}
	.style_right{
	float:right;
	}

table.tablestyle p {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 2px;
	font-size: 10pt;
	text-align: left;
	margin-bottom: 2px;
}
table.tablestyle h5 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 3px;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
}
table.tablephoto {
	text-align: center;
}
table.tablephoto img {
	border: 2px solid #74ADE4;
}
table.tablephoto p {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	font-size: 10pt;
	text-align: center;
	margin-bottom: 20px;
}

img {
	margin-left: 5px;
	margin: 5px;
	border-color: #74ADE4;
}
.float-right{
	float:right;
}
