/* TUTOR FORM STYLING */
/* Credits: Dynamic Drive CSS Library URL: http://www.dynamicdrive.com/style/ */

#twocolcontainer {width: 80%;margin-left:auto;margin-right:auto;}
								 
#twocolheader {font-size: 20pt; color: #330099; padding: 5px;}
.mycolheader {font-size: 14pt; color: #330099; padding: 2px;}   
   
#column1 {
	font-size: 11pt;
   float: left; 
	width: 49%;
   color: black;
	text-align: justify;
	padding: 0px;
	}

#column2 {
	font-size: 11pt;
	float: right;
   width: 49%;
	color: black;
	text-align: justify;
	padding: 0px;
	} 

.myList0 {list-style-type: none; font-size: 9pt; color: black; padding-left: 5px;}
.myList {list-style-position: outside; font-size: 10pt; color: black; list-style-image: url(images/51.gif);}					
.myList2 {list-style-position: outside; font-size: 9pt; color: blue; list-style-image: url(images/361.gif);}
.myList3 {list-style-position: outside; font-size: 9pt; color: blue; list-style-image:url(images/81.gif);}
/* .mylist3 {li a.visited: color: red;} non-validate */

.myImage {position: absolute; margin-top: -10px; margin-left: 150px;}
li.nomarker {list-style-image: none;}
li.column2 {margin-left: 0px;}		
		
.tutorInfoButton {position: fixed; bottom: 0%; left: 0%;}
.tutorReqButton {position: fixed; bottom: 0%; left: 0%;}
		
.span {font-weight: bold; font-size: 9pt; color: #315479;}
.span2 {font-weight: bold; font-size: 9pt; color: #315479;}
   	
a:link {color: blue;}
a:visited {color: red;}
a:focus {color: black;}
a:hover {color: green; background-color: gray;}
a:active {color: green}