

/* default font here */
body {
	background-color: black;
	padding: 0;
	font-size: 100%;
	font-family: calibri, Helvetica, Verdana, Arial, sans-serif;
	color: white;
	}
    
 
/* H1 smallest to H6 largest */

h1 {
	font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
	margin: 0 0 0px 0;
	line-height: 1.4em;
	padding: 0;
	font-size: 10px;
	color: #FFFFFF;
	}

h2 {
	font-family: candara, Helvetica, Verdana, Arial, sans-serif;
	margin: 0 0 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #D6E8BB;	
	}

    
h3  {
    font-family: calibri, Helvetica, Verdana, Arial, sans-serif;
    color: white;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    padding: 0;
    line-height: 1.2em; 
    font-weight: normal; 
    text-align: justify;
    }
    
h4  {
    font-family: calibri, Helvetica, Verdana, Arial, sans-serif;
    margin: 0px 0px 0px 0px;
	color: white;
    line-height: 1.2em; 
    font-size: 16px;
    font-weight: normal; 
    text-align: left;
    }
    

h5  {
    font-family: candara, Helvetica, Verdana, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #D6E8BB;	
    }
    
h6  {
    font-family: CALIBRI, Helvetica, Verdana, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
    text-align: left;
	color: #858484;	
    }


a {
	text-decoration: none; 
	}
	
a:link {
	color: #858484;	
    }
	
a:visited {
	color: #858484;	
    }

a:hover {
	background-color: none;
    text-decoration: underline; 
    }

/* All the content boxes belong to the content class. */

.content {
	position: relative;
	width: 425px;
	margin: 0px 0px 0px 25px;
	border: 1px solid #8b8b83;
	background-color: #333333;
	padding: 15px;
	z-index: 3;
	}

.contentwide {
	position: relative;
	width: 600px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #8b8b83;
	background-color: #333333;
	padding: 20px;
	z-index: 3;
	}


.contentreg {
	position: relative;
	width: 440px;
	margin: 15px 0px 5px 30px;
	border: 1px solid #8b8b83;
	background-color: #333333;
	padding: 10px;
	z-index: 3;
	}


.contentworkshop {
	position: relative;
	width: 350px;
	margin: 15px 0px 5px 20px;
	border: 1px solid #8b8b83;
	background-color: #333333;
	padding: 10px;
	z-index: 3;
	}

    
/* font classes */


.big {
     font-size: 20px;
     text-align: center;
     font-weight: 700;
     color: white;
     }

.smallhead {
     color: #D6E8BB;
     font-size: 16px;
     font-weight: 700;
     }
     
     
.centered {
    font-family: calibri, Helvetica, Verdana, Arial, sans-serif;
    color: white;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    padding: 0;
    line-height: 1.2em; 
    font-weight: normal; 
    text-align: center;
    }