/* -------------------------------------------------------------- 

   site.css
   * 
 
-------------------------------------------------------------- */

body {
	background-color: #7D3002;
	background-image: url("../images/headergradient.png"); 
	background-repeat: repeat-x; 
}


/* Layout
-------------------------------------------------------------- */

.container {
}

hr { 
}
hr.space {
}


/* Text
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {  }
code { } 

#ContentContainer
{
	padding: 6px;
	border: 1px solid #333333;
	margin-top: 35px;
	background-color: #ffffff;
}
#Header
{
	border: 0px solid red;
	width: 956px;
	height: 165px;
	background-image: url("../images/HeaderLogo.png");
}
#Header p
{
	font-size: 18px;
	font-family: Times;
	font-style: italic;
	position: relative;
	text-align: right;
	top: 15px;
	left: -95px;
}

#MenuTop
{
	background-color: #aaaaaa;
	border: 1px solid #666666;
	margin-bottom: 0px;
}
#MenuTop ul.MenuHorizontal
{
	list-style-type: none;
}
#MenuTop .MenuHorizontal li 
{
	float: left;
	/*width: 100px;*/
	text-align: center;
	border: 0px solid #ff0000;
	border-right: 1px solid #666666;
	padding: 10px 0px 10px 0px;
}
#MenuTop .MenuHorizontal li a
{
	text-decoration: none;
	padding: 12px 15px 12px 15px;
	font-weight: bold;
	color: #ffffff;
}
#MenuTop .MenuHorizontal li a:hover
{
	background-color: #666666;
	width: 100px;
}

#MenuSide
{
	background-color: #7D3002;
	border: 1px solid #666666;
	margin-bottom: 0px;
}
#MenuSide h2
{
	text-align: center;
}
#MenuSide ul.MenuVertical
{
	list-style-type: none;
}
#MenuSide .MenuVertical li 
{
	text-align: right;
	border: 0px solid #ff0000;
	border-right: 0px solid #666666;
	padding: 10px 0px 10px 0px;
}
#MenuSide .MenuVertical li a
{
	text-decoration: none;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	color: #ffffff;
}
#MenuSide .MenuVertical li a:hover
{
	background-color: #666666;
	/*width: 50px;*/
}

#Content
{
	background-color: #cccccc;
	border: 1px solid #666666;
	padding: 6px 0px 0px 0px;
}
#ContentInnerBox
{
	padding: 0px 8px 0px 8px;
}
#Content p
{
	margin-top: 18px;
	margin-bottom: 18px;
}

#FooterContainer
{
	padding: 6px;
	border: 1px solid #333333;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #ffffff;
}
#FooterIcons table
{
	border: 0px solid #ff0000;	
	width: 1px;
}
#FooterIcons table td
{
	font-size: 10px;
	text-align: center;
}
#FooterIcons table td a
{
	text-decoration: none;
}
#FooterIcons table td a:hover
{
	text-decoration: underline;
}
#FooterText
{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}
.instructor
{
	margin-left: 40px;
	padding-left: 25px;
	padding-right: 25px;
	border-bottom: 1px solid black;
	padding-bottom: 25px;
	margin-bottom: 24px;
}
.aboutleft
{
	text-align: right;
}
.aboutright
{
	text-align: left;
}
