body {
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: rgb(0,0,0); 
}

.header {
	position: absolute;
	top: 10px;
	left: 1em;
	width: 54em;
	padding: 0px;
	margin: 0px;
}


.content {
	position: absolute;
	top: 90px;
	left: 11.5em;
	width: 40em;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}


.content h1{
	font-size: 22px;
	font-weight: bold;
	margin-top: 0em;
	padding-top: 0em;
	color: rgb(220,0,0);
	font-family: cursive,"Comic Sans MS", Helvetica, Arial, sans-serif;
	text-align: left;
	border-bottom: 2px solid rgb(220,0,0);
}

.content h2{
	font-size: 22px;
	font-weight: bold;
	color: rgb(0,0,0);
	margin-top: 1em;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}

.content h3{
	font-size: 18px;
	font-weight: bold;
	color: rgb(220,0,0);
	margin-top: 1.5em;
	margin-bottom: 0em;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;

}

.content p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: rgb(0,0,0); 
	font-weight: normal;

}
.content p:first-letter{
	font-size: 18px; 
	font-weight: normal; 
	color: rgb(220,0,0); 
	font-family: cursive, "Comic Sans MS", Helvetica, Arial, sans-serif;
}

.content a, .content a:active, .content a:visited   {
	color: rgb(0,0,220);
	text-decoration: none;	
}

.content a:hover {
	text-decoration: underline;
}

.content table{
	font-size: 16px;

}

.content table2{
	font-size: 16px;
	border: 1px solid rgb(0,0,0);
	border-collapse: collapse;

}


.content ul {
	list-style-image: url("/styles/bullet.gif");
	text-align: left;

}

.content ol{
	list-style-type:decimal;
	font-weight: normal; 
	color: rgb(220,0,0);
	font-size: 18px;
	font-family: cursive, "Comic Sans MS", Helvetica, Arial, sans-serif;
}

.content li {


}



.content i{
 	font-style:italic;

}

.content em{
 	font-style:italic;
	color: rgb(0,0,128);
}

.content code{
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(220,0,0);
}

#r {
	color: rgb(255,0,0);
}
#g {
	color: rgb(50,200,100);
}
#b {
	color: rgb(0,0,255);
}
#y {
	color: rgb(255,200,0);
}

.tasks table{
	border-collapse: collapse;

}

.tasks td{
	background-color: rgb(225,225,225);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	border: 15px solid rgb(255,255,255);
	font-size: 15px;

}
.tasks tr{
	color: rgb(0,0,192);
	font-size: 15px;

}

.tasks ul {
	list-style-image: none;
	list-style-type: decimal;
	text-align: left;	
	font-size: 15px;

}

.tasks li {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 15px;


}

.project table{
	border-collapse: collapse;

}

.project td{
	width: 40em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-left: 0px;
	border: none;
	background-color: rgb(255,255,255);
	background-image:url("/styles/project.jpg"); 
	background-repeat:no-repeat

}
.project tr{
	color: rgb(220,0,0);

}

.project h2{
	font-size: 22px;
	font-weight: bold;
	color: rgb(0,0,0);
	margin-left: 4px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
}


.readon{
	color: rgb(220,0,0);

}

.readon ul {
	list-style-image: url("/styles/readon.gif");
	text-align: left;	

}

.readon a, .readon a:active, .readon a:visited   {
	color: rgb(0,0,220);
	text-decoration: none;	
}

.readon a:hover {
	text-decoration: underline;
	color: rgb(0,0,220);
}


.news {
	position: absolute;
	top: 90px;
	left: 53em;
	width: 160px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.news table{
	width: 100%;
	border-spacing: 0px;
	margin-bottom: 10px;
	border: 1px solid rgb(220,0,0);
	


}

.news td{
	background-color: rgb(255,255,255);
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;

	border:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0); 
	font-weight: normal;	

}
.news h1{
	
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 12px;
	color: rgb(220,0,0); 
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.5ex;

	

}

.news a, .news a:active, .news a:visited {
	color: rgb(0,0,0); 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;	
	font-weight: normal;
	text-decoration: none;	
	margin-top: 0em;
	margin-bottom: 0.5ex;

	

}


.news a:hover {
	text-decoration: underline;
	color: rgb(0,0,220); 
}


.news tr{
	color: rgb(0,0,0);
	padding-bottom: 2ex;
	margin-bottom: 20px;
	border: 4px solid rgb(0,0,0);

}




.promo table{
	width: 64%;
	border-spacing: 0px;
	margin-bottom: 0px;
	border: 1px solid rgb(220,0,0);
	


}

.promo td{
	background-color: rgb(255,255,255);
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 4px;

	border:none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0); 
	font-weight: normal;	

}

.promo h1{
	
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 12px;
	color: rgb(220,0,0); 
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0.5ex;
	border-bottom: 0px;
	

}


.menucontent {
	position: absolute;
	top: 90px;
	left: 1em;
	width: 11em;
	padding: 0px;
	margin: 0px;
	font-size: 14px;

}


.tr-home {	
	background:url(corner_tr_r.gif) top right no-repeat;
}
.tl-home{		
	background:url(corner_tl_r.gif) top left no-repeat;
}
.br-home {
	background:url(corner_br_r.gif) bottom right no-repeat;
}
.bl-home {
	background:url(corner_bl_r.gif) bottom left no-repeat;
}
.tr-learn {	
	background:url(corner_tr_g.gif) top right no-repeat;
}
.tl-learn {		
	background:url(corner_tl_g.gif) top left no-repeat;
}
.br-learn {
	background:url(corner_br_g.gif) bottom right no-repeat;
}
.bl-learn {
	background:url(corner_bl_g.gif) bottom left no-repeat;
}

.tr-ide {	
	background:url(corner_tr_b.gif) top right no-repeat;
}
.tl-ide {		
	background:url(corner_tl_b.gif) top left no-repeat;
}
.br-ide {
	background:url(corner_br_b.gif) bottom right no-repeat;
}
.bl-ide {
	background:url(corner_bl_b.gif) bottom left no-repeat;
}

.tr-ia {	
	background:url(corner_tr_y.gif) top right no-repeat;
}
.tl-ia {		
	background:url(corner_tl_y.gif) top left no-repeat;
}
.br-ia {
	background:url(corner_br_y.gif) bottom right no-repeat;
}
.bl-ia {
	background:url(corner_bl_y.gif) bottom left no-repeat;
}



.activemenu {
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;	

}



.menu {
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;

}

.activemenu-home {
	background-color: rgb(255, 0, 0);}
.menu-home {
	background-color: rgb(255, 75, 75);    
}
.activemenu-learn {
	background-color: rgb(50, 200, 100);}
.menu-learn{
	background-color: rgb(110, 220, 145);}
.activemenu-ide {
	background-color: rgb(0, 0, 255);}
.menu-ide {
	background-color: rgb(75, 75, 255);}
.activemenu-ia {
	background-color: rgb(255, 200, 0);}
.menu-ia {
	background-color: rgb(255, 220, 75);}

.activemenu p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
	
.menu p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	
}

.menu a, .menu a:active, .menu a:visited {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin: 0px;

}


.menu a:hover {
 	
	text-decoration: underline;

} 

.activemenu a, .activemenu a:active, .activemenu a:visited, .activemenu a:hover{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}


.menu table{
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;

}



.activemenu table{
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;

}

.submenu {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 10px;
	border: 2px;

}


.activemenu td{
	text-decoration: none;
	color: rgb(255,255,180);
	font-weight: normal;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	vertical-align: top; 
	text-align: center;
	
}


.menu tr{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
	
.menu td{
	border: 0px;
	padding: 0px;
	margin: 0px;

	line-height: 120%;
	vertical-align: top; 
	text-align: center;
	
}

.submenu table{
	border-collapse: collapse;
}
.submenu tr{

	
}

.submenu td{
	border: 0px;
        margin: 0px;
	padding: 2px;
	vertical-align: top; 
	text-align:left; 
	background-color: rgb(255, 75, 75);
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	
}

.submenu td#home{
	background-color: rgb(255, 75, 75);
	border-collapse: separate;
        border: 2px solid rgb(255, 0, 0);
	
}
.submenu td#learn{
	background-color: rgb(110, 220, 145);
	color: rgb(0,0,255);
	border: 2px solid rgb(50, 200, 100);	

}
.submenu td#ide{
	background-color: rgb(75, 75, 255);
	color: rgb(255, 255, 255);
	border: 2px solid rgb(0, 0, 255);
}

.submenu td#ia{
	background-color: rgb(255, 220, 75);
	color: rgb(255, 50, 50);
	border: 2px solid rgb(255, 200, 0);
}

.submenu p{
	font-weight: normal;
}

.submenu ul{

	font-weight: normal;
	list-style-type: circle;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;

}

.submenu li{	

	font-weight: normal;
	margin-left: 0px;
	padding-left: 0px;

}

.submenu a, .submenu a:active, .submenu a:visited, .submenu a:hover{
	text-decoration: none;
	color: rgb(255,255,180);
	font-weight: bold;
	font-size: 14px;
}
.submenu a#learn{
	color: rgb(0,0,255);
}
.submenu a#ide{
	color: rgb(255, 255, 255);
}
.submenu a#ia{
	color: rgb(255, 50, 50);
	font-family: Helvetica, Arial, sans-serif;
}

.submenu a#sub{
	margin-left: 2.5ex;
	color: rgb(255,255,255);

}

.submenu a:visited#sub{
	margin-left: 2.5ex;
	color: rgb(255,255,255);

}

.submenu a:hover{
	text-decoration: underline;
}

.quicklink{
	color: rgb(172,172,172);
	font-weight: normal;
	font-size: 12px;
}

.quicklink a{
	text-decoration: none;	
	color: rgb(172,172,172);

}
.quicklink a:hover{
	text-decoration: underline;
}


