﻿/* Timothy Framework - www.timothyframework.com */
/* This work is licensed under the MIT License - http://www.opensource.org/licenses/mit-license.php */


/* Color Legend 


*/

#leftnav 				{ width:160px; height:2100px;  float:left; padding:10px 20px; background-color:#dddddd; border:30 2px 2px 2px #ffffff solid;   }
#leftnav h2				{ font-weight:400; text-align:center; font-size:20px; padding:5px 0 10px 0;	}
#leftnav h3				{ font-weight:400; text-align:center; font-size:25px; padding:15px 0 5px 0;	}
#leftnav p				{ padding:10px 0; font-size:18px; font-weight:400;	}
#leftnav img			{ 	}
#leftnav ul				{list-style-type:square; }
#leftnav li				{ margin-bottom:5px; color:#000; font-size:14px;	}
#leftnav a				{	}

#leftnav a:link			{ color:#0000cc;	}
#leftnav a:visited		{ color:#551a8b;	} 
#leftnav a:active		{ color:#000;	}
#leftnav a:hover		{ color:#ff0000;	}
#leftnav a:focus		{ color:#333;	}


 
