﻿body
 {
	border-width: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin:0 auto;
	font: 10pt Verdana,sans-serif;
	color: #000000;
 	background-color: #000000;
}

h1 {
	font-size: 24px;
	margin: 10px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	margin-left: 10px;
}
h4 {
	font-size: 14px;
	margin-left: 30px;
	line-height: normal;
	margin-bottom: 0px;
	padding: 0px;
}
h5 {
	font-size: 14px;
	margin-left: 60px;
	padding-top: 0px;
	line-height: normal;
	margin-top: 0px;
	font-weight: normal;
	margin-right: 60px;
	color: #CCC;
}
h6 {
	font-size: 9px;
}

td{
	width:140px;
    bordercolor="#ffffff";
	border-color: #FFFFFF;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	font-weight: bolder;
	text-align: center;
	font-size: 10px;
}

tr{height:40px;}

a
{
	text-decoration: none;
	color: #000066;
}

a:Visited
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #000066;
	font-weight: bold;
}

p {
	margin: 10 0 5 10;
	color: #FFFFFF;
}

#Container{
	margin:0 auto;
}
#Logo
{
	margin:0 auto;
	background-color: #000000;
	z-index: 100;
	width: 100%;
	text-align: center;
	top:10px;
	position: absolute;
}
#TopMenu
{/*margin-left:190px;*/
	margin: 0 auto;
	text-align: center;
	width: 100%;
	top: 20px;
	left:50px;
	position: absolute;
	z-index:1000;
}
#Content {
	position:absolute;
	top:125px;
	text-align: left;
	vertical-align:middle;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0 auto;
	left:250px;
	margin-right:300px;
	width: 0 auto;
	z-index: 100;	
}
#Content.ul {
	position:static;
	margin: 0 auto;
	float:none;
	list-style: none;
	}

#Content.li {
	position:static;
	margin: 0 auto;
	float:none;
	list-style: none;
	}

#Content ul li {
	position:static;
	margin: 0 auto;
	float:none;
	list-style: none;
	margin-bottom:10px;
}

#ContentTextLeft {
	text-align: left;
	vertical-align:middle;
	position:relative;
	width: 0 auto;
	margin-left:50px;
	margin-right:300px;
	top: 50px;
	font-size: 14px;
	background-color: transparent;
	z-index: 100;
	line-height: 2;
}

#ContentTitle
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-align: center;
	top: 190px;
	position: absolute;
	z-index:1;
	left:500px;
}
#ContentImage {
	
	text-align: center;
	color: #000000;
	border: none;
}	
#ContentImage.a:visited 
{
	vertical-align:middle;
	text-align: center;
	color: #000000;	
}
#ContentImageSergioProfile {
	text-align: right;
	color: #FFFFFF;
	right: 0px;
	width: 30%;
	position: absolute;
	margin-left: 0px;
	left: auto;
	top: 40px;
	z-index: 0;
}
#ClassSchedule{
	text-align: left;
	color: #FFFFFF;
	position:static;
	width: 800px;
	top: 10px;
	font-size: 14px;
	margin: 0 auto;
	line-height: 1;
	margin-left:-35px
	}

#Footer
{
	z-index: 101;
	line-height: normal;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	bottom: 1px;
	position: relative;
	border-top: thin groove #FFFFFF;
}


#indent35
{
left:350px;
}

/* Dropdown list functionality*/
#nav 
{
	z-index: 200;
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	text-align: left;
}

#nav a
{
	text-decoration: none;
	color: #CCCCCC;
}

#nav a:Visited
{
	color: #999999;
	text-decoration: none;
}

#nav a:hover
{
	color:#0000FF ;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: transparent;
}

li { /* all list items */
	float: left;
	position: relative;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	margin-left: 1px;
}
li ul li{
	margin-right: 2px;
	margin-left: 2px;
}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}




/*end dropdown*/


#LeftLinks
{
	position:Absolute;
	width: 121px;
	z-index: 110;
	height:100%;
	float: left;
	text-align:left;
	left: 10px;	
}
#LeftLinks a
{
	color: #000099;
}*/



#LeftLinks .trigger{
	cursor: hand;
	}
#LeftLinks .branch{
	display: none;
	margin-left: 16px;
}


#LeftLinks li ul {
	position: relative;
	left: 20px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	text-align: left;
	}

/* Styles for Menu Items */
#LeftLinks ul li a {
	display: block;
	text-decoration: none;
	background: #fff;
	border-bottom: 0;
	background-color: #006633; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:10px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
	

/*Fix IE. Hide from IE Mac \ */
#LeftLinks * html ul li {	float: left;}

#LeftLinks * html ul li a {	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;} /* End */
		
 #LeftLinks li ul li a {padding: 2px 5px; } /* Sub Menu Styles */


#LeftLinks li:hover ul, li.over ul { display: block; } /* The magic */
#LeftLinks ul li ul li:hover ul, ul li ul li.over ul { display: block; } /* The magic */

