/* Color Legend */


/* Reset */

html, body {
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	font-size:10px;
	background-position: 0px;
}

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 5px 15px 5 15px; padding: 5px 15px 5 15px; border: 0;
	vertical-align: baseline;
	background: transparent; 
	}

td-sub {
	marin: 5px 15 px 15px; padding: 5px 15px 5 15px; border: 0;
	vertical-align: baseline;
	background: transparent;
}
#calendar table td-sub	{ 
			border: 1px solid #999;
			height: 3em;
			width: 5em;
			padding: 5px;
			vertical-align: top;
}
	
table { border-collapse: collapse; border-spacing: 0; }

#paypal {
	margin: 0 15px;
}

#paypal-right {
	float: right;
	clear:all;
	width: 45%;
}
#paypal-left {
	float: left;
	clear: all;
	width: 45%;
	margin: 15px, 5px, 0, 15px;
}
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

#calendar table 	{border: 1px solid #999;
					 border_collapse: collapse;
					 font-family: Georgia, "Times New Roman", Times, serif;
					 background-color:#FFFFFF; }
#calendar table th 	{border: 1px solid #999;
					 font-size: 100%;
					 text-transform: uppercase;
}
#calendar table td	{ 
			border: 1px solid #999;
			height: 5em;
			width: 5em;
			padding: 5px;
			vertical-align: top;
}
td-sub {
	marin: 5px 15 px 15px; padding: 5px 15px 5 15px; border: 0;
	vertical-align: baseline;
	background: transparent;
}

#calendar table td-sub	{ 
			border: 1px solid #999;
			height: 3em;
			width: 5em;
			padding: 5px;
			vertical-align: top;
}
#fees table td	{padding: 10px;
			
}
#fees table th	{padding: 14ps;
}
.fees { padding:6px; border: 1px solid #000000;
}

tr.fees	{ padding:6px; margin:2px; border: 1px solid #000000;
}

		
th.fees	{ border: 1px solid #000000; padding:6px; margin:4px; 
 }
  
td.fees		{ border: 1px solid #000000; padding:6px; margin:4px;
}

th.alnright { text-align: right; }
td.alnright { text-align: right; }
tr.alnright { text-align: right; }




.driversed			{ background-color:#FFEE88;
}
.devoc			{ background-color:#CC99FF
}
.parentclass		{background-color:#9BE59A;
}
.sessionb		{background-color:#6CF;
}
.alttest		{background-color:#66FF66;
}


#calendar table caption	{
	font-size:200%;
	/* [disabled]font-style:italic; */
	background-color:#FFFFFF;
}
.day	{
			text-align:right;
}
.notes	{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 80%;
			text-align: right;

}
.weekend	{
	 		background-color: #B7B7B7;
}
					 	
article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family: 24;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: center;
	color: #000;
	}

ol, ul { }


/* Global */

html 	{
	margin-top: 0px;
	margin: 0 auto 0 auto;
	} 




/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; }

h1 {
	font-size:24px;}

h2 { font-size:20px; }

h3 {
	font-size:16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
}
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:11px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p           	{ color:#000; font-size:12px; line-height:150%;  }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

pcell			{ color:#000; font-size:12px; line-height:150%; }

pcell .left		{ margin: 1em auto; } 

a           	{  text-decoration:none; }
a:link			{ color: #37479D;  }
a:visited		{ color:rgb(102,102,102);  }
a:active		{ color: #37479D;  }
a:focus			{ color: #E05C03;  }
a:hover     	{ color: #5E5E5E;  }

.button {
	display:block;
}
.button a:hover {background-color:#F2F4F9;
}



blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		      	{
	font-style: italic;
	text-align: left;
}
em2				{
	font-style: italic;
	text-align: left;
	font-size:16px; 
}

/* Images */



/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#000; font-size:12px; text-decoration:none;}
ol li	     	{ color:#000; font-size:12px; }



dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ 
				 }

tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold;  }
thead, th    	{ background:#B6C8FE;  }

tbody			{   }

td,caption 	{
	font-size:12px;
	text-align: left;
}

th	{
	font-size:20px;
	text-align:center;
}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ font-weight: bold; font-size:32px; background: #efefef; text-align:center;  }




/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym   { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


/* Containers */

#outer				{ margin:0 auto 0 auto; 
			}

#wrapper 			{
	width:900px;
	margin:0 auto 0 auto;
	background-color:#F2F4F9;
	margin-top: 0px;
	padding-top: 0px;
}

#top				{
	width:100%;
	height:180px;
	background-color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
#logo 		{float:left; margin:0 0 0 25px; }

#social-media-icons ul {list-style:none }
#social-media-icons 		{  }
#social-media-icons ul li	{ float:right; display:inline; }
#social-media-icons	ul		{  margin:10px 25px 25px 0;}

#tagline 	{float:right; margin:25px 25px 0 0; clear:right; }

#top-left			{  }

#wrapper top logo	 			{ margin:20px 0 20px 20px; }

#top-right			{   }

#title				{  }
#content tr td title				{ text-align:center; }


#topnav 			{ clear:both  }
#topnav ul			{ border-top:1px #000 solid; border-bottom:1px #652912 solid; 
						margin:0; padding:4px; background-color:#37479D}
#topnav ul li		{ display:inline;		}
#topnav ul li a		{	padding: 0 15px; margin:0 0 0 12px;  }

#topnav a:link			{ color:#FFF; font-weight:bold; font-size:16px; }
#topnav a:visited		{ color:#E4E7F5; font-weight:bold; font-size:16px;}
#topnav a:active		{ color:#FFF; font-weight:bold; font-size:16px;}
#topnav a:focus			{ color:#FFF; font-weight:bold; font-size:16px;}
#topnav a:hover     	{ color:#F6E9B4; font-weight:bold; font-size:16px; }

#bottomnav 			{ clear:both  }
#bottomnav ul			{}
#bottomnav ul li		{ display:inline;		}
#bottomnav ul li a		{	padding: 0 25px; margin:0 0 0 20px;  }

#bottomnav a:link			{ color:#000000; font-weight:bold; font-size:16px; }
#bottomnav a:visited		{ color:rgb(153,153,153); font-weight:bold; font-size:16px;}
#bottomnav a:active		{ color:#FFF; font-weight:bold; font-size:16px;}
#bottomnav a:focus			{ color:#FFF; font-weight:bold; font-size:16px;}
#bottomnav a:hover     	{ color:rgb(102,102,102); font-weight:bold; font-size:16px; }

#content{  
	
 }
 #paypal-content	{
	 width:85%;
	 margin:0 auto;
 }


#leftnav 			{   }

#leftside			{ width:620px; margin:20px 10px 10px 10px; float:left; padding:0 20px; }

#leftside h1	{text-align:center; }



#leftside h1 		{
	margin: 0 auto;
	color: #000;
}

#middlebox 			{ background-color:#CCFFFF; border-top: 4px #0066CC solid; border-bottom: 4px #0066CC solid; }

#rightside 			{ Margin:20px 10px 10px 10px; width:160px; height:100%; float:right; padding:10px 20px; background-color:#FFFFFF; border-top: 4px #FBDE00 solid; border-bottom: 4px #FBDE00 solid; }

#rightside h2 a           	{   }
#rightside h2 a:link		{ color: #37479D; font-weight:bold; font-size:24px; }
#rightside h2 a:visited		{ color: #02145E; font-weight:bold; font-size:24px;  }
#rightside h2 a:active		{ color: #37479D; font-weight:bold; font-size:24px;  }
#rightside h2 a:focus		{ color: #F6E9B4; font-weight:bold; font-size:24px6;  }
#rightside h2 a:hover     	{ color: #5E5E5E; font-weight:bold;	font-size:24px;  }


ul li h3 a           	{   }
ul li h3 a:link			{ color: #37479D; font-weight:bold; font-size:16px; }
ul li h3 a:visited		{ color:#666666; font-weight:bold; font-size:16px;}
ul li h3 a:active		{ color: #37479D; font-weight:bold; font-size:16px;}
ul li h3 a:focus		{ color:#E05C03; font-weight:bold; font-size:16px;}
ul li h3 a:hover     	{
	color:rgb(0,153,102);
	font-weight:bold;
	font-size:16px;
}
.padded {
	margin:0 auto;
	padding:0 15px;
	
}

#footer 			{ clear:both;    }

#footer p			{margin:0 auto 50 auto; text-align:center;  }}


form ol { list-style-type:none; }

form 	{  width:70%;
				}
.form_button	{
		width:100px;
}

label 	{ 
		float: left; width: 150px; margin-top:5px;
		text-align:right; display:block; background:none; font-weight:bold;
		}
	

input 	{ 
		width: 280px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background-color:$FFFFFF; 
		}
		
input:focus, textarea:focus	{ background-color:#FFFFFF; }

textarea {
		width: 280px; height: 150px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}

select { margin-bottom:20px;	}
	
.month { margin-left:155px;	}

.submit {
		width:90px; height:25px;
		margin-left:160px;
		font-size:12px;
		}

br		{ clear: left; 	}

.clear	{ clear:both; }

#form_container	{
		width:75%;
		margin:0 auto;

/* Layout Extra */




/* Navigation Extra */



/* Forms */
/* Forms */

form ol { list-style-type:none; }

form 	{ text-align:left; margin:20px;	}

label 	{ 
		float: left; width: 150px; margin-top:5px;
		text-align:right; display:block; background:none; font-weight:bold;
		}
	
input 	{ 
		width: 280px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background-color:#FFFFFF; 
		}
		
input:focus, textarea:focus	{ background-color:#FFFFFF; }

textarea {
		width: 280px; height: 150px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background-color:#FFFFFF; 
		}

select {
	margin-bottom:20px;
	border-image-repeat: stretch;
	width: 280px;
}
	
.month { margin-left:155px;	}

.submit {
		width:90px; height:25px;
		margin-left:160px;
		font-size:12px;
		}

br		{ clear: left; 	}

.clear	{ clear:both; }

form ol { list-style-type:none; }

form 	{ text-align:left; margin:20px;	}

label 	{ 
		float: left; width: 150px; margin-top:5px;
		text-align:right; display:block; background:none; font-weight:bold;
		}



/* Miscellaneous  */

.copyright-text	{ font-size:80%; font-style:italic; color:#333; }
.footer-text	{ font-size:80%; font-style:normal; color:#666; }

.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle		{ font-size:14px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px font-weight:bold; color:#555;  }
.editor			{ font-size:14px font-style:italic; color:#555;  }

.pub-date		{ font-size:10px font-style:italic; color:#555; }
.article-date	{ font-size:10px font-style:italic; color:#555;  }
.location		{ font-size:10px font-style:italic; color:#555;  }

.float-right	{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      	{ background:#D7D7FF; }
.removed    	{ background:#FFCECE; color:#f00; }
.changed		{ background:#FFB; }


/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }
	
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }

/* Resume/CV */


* {
	margin: 0;
	padding: 0;
	margin-top: 0px;
}

.clear {
    clear: both;
}

#pic {
    float: right;
    margin: -30px 0 0;
}
hcenter {
	font-size: 42px;
	font-weight: bold;
	letter-spacing: -2px;
	text-align: center;
	vertical-align: middle;
	display: inline;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: auto;
	padding-bottom: 0;
	padding-left: auto;
	position: relative;

}

h2 {
	font-size: 20px;
	margin: 0 0 6px;
	position: relative;
	text-align: center;
}
.button {
	font-size: 20px;
	margin: 0 0 6px;
	position: relative;
	text-align: center;
}
h2 span {
    bottom: 0;
    color: #999999;
    font-family: Georgia,Serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    position: absolute;
    right: 0;
}
p {
	margin: 0 0 16px;
	color: #000;
	font-weight: bold;
}
a {
    border-bottom: 1px dotted #999999;
    color: #999999;
    text-decoration: none;
}
a:hover {
;
}
ul {
    margin: 0 0 32px 17px;
}
#objective {
    float: left;
    width: 500px;
}
#objective p {
    color: #666666;
    font-family: Georgia,Serif;
    font-style: italic;
}
dt {
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 100px;
    padding: 0 26px 0 0;
    width: 60px;
	margin: 20px;
}
dd {
    float: right;
    width: 750px;
	margin: 0;
}
dd.clear {
    float: none;
    height: 15px;
    margin: 0;
}
label
