a {
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: #666699;
	text-decoration: underline;
	}
	
	
body { 
  font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}

.about {
	font-size: 16px;
}

.center {
	text-align: center;	
}

.creativepath{
	margin-left: 48px;
	margin-right: 48px;
	padding: 24px;
	border: 1px solid #c03;
}

.creativepath h2{
	font-size: 24px;
	line-height: 48px;
	margin-bottom: 24px;
	margin-top: 24px;
	font-style: bold;
	text-align: center;
}


.creativepath p{
	font-size: 16px;
}
}
.down_0 {
	
	margin-top: 0px;
}

.down_12 {
	margin-top: 12px;
	
}

.down_24 {
	margin-top: 24px;
	
}

.down_48 {
	margin-top: 48px;
	
}

.down_60 {
	margin-top: 60px;
	
}

.green {
	color: #006600;
}


.red {
	color: #c03;
}


.intro h2{
	font-size: 24px;
	line-height: 48px;
	margin-bottom: 24px;
	margin-top: 24px;
	padding: 0px;
	font-style: bold;

}

.intro li{
	font-size: 16px;	
}

.intro p{
	font-size: 16px;
}

/* not in use yet */
.redbox {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 24px;
	border: 1px solid #c03;
}

.resources li{
	font-size:14px;
	margin-bottom: 12px;
}

.resources ul{
	margin-top: 24px;
}

.resources h3 {
	margin-top:24px;
	margin-bottom: 24px;
	font-size:24px;
	color:#c03;
}

.right {
	text-align:right;
}

.shoutout{
		font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
		margin: 20px 0 45px 0;
	}

.shoutout h1{
		font-size: 60px;
		color: #c03;
		text-align: center;
		margin: 0;
		padding: 0;
	}

.shoutout h2{
			font-size: 18px;
			text-align: center;
			margin-top: 20px;
			padding: 0;
			font-style: bold;
			font-style: italic;
}	
	
		

.smallprint {
		font-size: 10px;
		font-style: italic;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
font-size: 13px;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 1000%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(images/navbar_regular.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/navbar_indent.gif) center center repeat-x;
}