a {
	text-decoration: none;
	outline: none;
	font-style: bold;
	color:#003399;
	}

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

.booksbox {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 20px;
		border: 1px solid #ccc;
}

.booksbox li{
	font-size: 14px;
	line-height: 24px;
}

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

.booksbox h3{
	font-style: bold;
	margin-top: 24px;
}

.buydetailsbox {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid #999;
	
}

.buydetailsbox h2{
	font-size: 14px;
}

.buyselectbox {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 20px;
	border: 1px solid #999;
	font-size: 16px;
}



.center {
	text-align: center;	
}

.confirm {
	
	
}

.creativepath{
	margin-left: 48px;
	margin-right: 48px;
	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: 14px;
}
}
.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;
	
}

.down_72 {
	margin-top: 72px;
	
}

.green {
	color: #006600;
}


.red {
	color: #c03;
}


.features p{
	font-size: 14px;
	
}

.features li{
	font-size: 14px;
	
}

.features h3{
	font-style: italic;
}

.features ul{
	margin-left: 48px;
}

.formbox {
		padding: 200px;
		text-align: center;
}

.intheboxbox {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	
}

.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;
}

.lab {
	font-size: 14px;
}

.lab h2{
	font-size: 18px;
	font-style: bold;
}

.lab h3{
	font-size: 16px;
	font-style: bold;
	font-style: italic;
}


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

.right {
	text-align: right;
}

.samplebox {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 20px;
		border: 1px solid #ccc;
}

.samplebox li{
	font-size: 14px;
	line-height: 24px;
}

.samplebox label{
	font-size: 14px;
}

.samplebox p{
	font-size: 14px;
}


.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;
}	
	
		
.sidebox {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	
}

.sidebuttons {
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
	
}


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

.strikethrough {
	text-decoration: line-through;
	
}

.testimonial {
	font-size: 16px;
	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: black;
}

.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;
}