@charset "UTF-8";
/* CSS Document */

body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 20px;
	font-size: 85%;
	line-height: 130%;
	font-family:Arial, Helvetica, sans-serif;
}
td,th {
	background: #FFFFFF;
	
}
.mceContentBody {
color: #000000;
background: #ffffff;
}

body.mceContentBody {
margin: 0px 0 0px 0;
background: #FFFFFF;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
#container {
	width: 800px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #333333;
}
#languages {
	width: 800px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding-bottom: 10px;
}
#header {
	background: #000000;
	text-align: center;
	height: 130px;
}
#picbar {
	background: #000000;
	text-align: center;
	height: 161 px;
}
#menubar {
	background: #FF6600;
	margin-top: 0px;
	height: 23px;
}
#menubar ul {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	padding-left:267px;	
	padding-top:2px;
	margin-top: 0px;
}

#menubar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menubar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#menubar a:hover {
	text-decoration: none;
	color: #000000;
}
#menubar a:active {
	text-decoration: none;
}
#mainContent {
	background: #FFFFFF;
	width: 800px;
}
	
li {
	padding:0;
	list-style-position: outside;
	list-style-image: url(/assets/images/SquareBullet.jpg);
	

}	

li h1 {
	font-size: 135%;
	line-height: 100%;
	font-style: italic;
	color: #FF6600;
	font-weight: normal;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
}

li p {
	padding: 0;
}
#courses ul a:link {
	color:#666666;
	text-align: left;
}
#courses ul a:visited {
	color:#999999;
	text-align: left;
}
#courses ul a:hover {
	color: #FF6600;
	text-align: left;
}
#courses  ul a:active {
	color: #000000;
	text-align: left;
}
	#courses ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
}

.InfoLeftTable {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: left;
	clear: both;
	float: left;
}
.InfoLeftInsideTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	margin-top: 5px;
	vertical-align: middle;
	text-align: center;
	
}
.InfoLeftText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	color: #000000;
}

	
.table_right {
	width: 266px;
	padding-left: 5px;
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	text-align: left;
	vertical-align:top;
}

.table_left {
	width: 266px;
	padding-right: 30px;
	padding-left:0;
	text-align: left;
	vertical-align:top;
	padding-left:0;
}

.table_top {
	padding-top: 15px;
	text-align: left;
	vertical-align:text-top;
	padding-right: 20px;
	clear: none;
	float: right;
}
.table_columns {
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	vertical-align:text-top;
	clear: none;
	float: right;
}
	
.Quoter {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 40px;
	color: #000000;
}
#footer {
	background:#FFFFFF;
	clear: both;
	float: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}



.Times{
	font-family: "Times New Roman", Times, serif;
}


.Orange{
	color: #FF6600;
}
.TimesOrange{
	color: #FF6600;	
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;

}

.TimesOrangeHeadline{
	font-size: 135%;
	line-height: 100%;
	font-style: italic;
	color: #FF6600;
	font-weight: normal;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
}
#FloatLeft {
	clear: both;
	float: left;
}

#FloatRight {
	clear: none;
	float: right;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;

}

.text_form {
	color: #000000;
	padding-right: 10px;
	
}


