/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	
   
        color: #333;
	background-color: #e6deae;
	font-family: tahoma, Arial, Helvetica, sans-serif; 

  
     	}






															/** MAIN CONTAINERS **/
div#container {
	margin: 2em auto;
	}
	div#header {
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#header-in {
			padding: 20px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.content-in {
				padding: 20px;
				}
		div.column {
			width: 200px;
			color: inherit;
			background-color: #fff;
			border: 1px solid #e5e5e5;
			border-width: 0 2px 2px 0;
			}
			div.column-in {
				padding: 20px;
				}
	div#footer {
margin:  0 0 10px 0;
		color: inherit;
		background-color: #fff;
		border: 1px solid #e5e5e5;
		border-width: 0 2px 2px 0;
		}
		div#footer-in {
			padding: 20px;
			}





		/** SUB CONTAINERS **/
* { }

		/** LISTS **/
* { }

		/** TYPOGRAPHY **/

.emphasis

{

          font-weight:  bold;

}


a, a:active

{
	color: #6c22bc;

	text-decoration: underline;

}


a:visited 

{
	color: #629E93;

	text-decoration: underline;

}







.nolines {

	margin-top: 0;

	margin-bottom: 0;

        padding:  0 0 0 0;

}


h1 

{
	
                        
	      font-size: 36px;

	      font-weight: bold;

	      color: #6c22bc;

              padding:  0 0 12px 0;

}

h2 

{
	

              
	      font-size: 22px;

	      font-weight: bold;

	      color: #538076;

              padding:  0 0 12px 0;

}



h3

{
	

              
	      font-size: 14px;

	      font-weight: bold;

	      color: #3c5854;

              padding:  22px 0 18px 0;
              
              

}


ul li 

{
	margin: 0 0 0 28px;

	list-style: circle;


}




* { }

    
		/** END **/