/* Normalizes margins, padding */
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, blockquote, th, td {
	margin: 0;
	padding: 0; 
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Removes Styles from lists */
ol, ul {
	list-style: none; 
}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/* Removes list-style from lists */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Removes border from fieldset and img */
fieldset, img {
	border: 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align: left;
}
/* Removes quotation marks form q */
    q:before, q:after {
    content: '';
}
/* normalizes links */
a:link {
   text-decoration: none;
   color: #6b9d98;
}
a:hover {
    color: red;
}
a:visited {
   text-decoration: none;
   color: #0B6E64;
}
/*----------------------------------------------------------------*/
html {
	background-color: #F6EEC2;
	text-align: center;	
}

body {
     font-family: Arial, sans-serif, Geneva, sans-serif;
	 color: #6B9D98;
	 width: 770px;
	 margin: 0px auto;
	 margin-left: 10px;
	 text-align: left;
	 position: relative;
	 height:100%;
	 
	 
}
.studio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669999;
}
.bodyBold {	
	
	font-family: Arial, sans-serif, Geneva, sans-serif;
	font-weight: 700;
    color: #6B9D98;	 
}
html#orchid {
    background-image: url(/images/orchidYellowOverlay3.jpg);
	background-repeat: repeat;
	background-position: top left;
	height:100%;
}
#branding {
     background:  url(images/logo.gif) top left no-repeat;
	 text-indent: -9999px;
	 height: 70px;
	 margin: 0 0 30px 0;
}

div#content {
     position: relative;
	 width: 100%;
}

div#navigation {
     position: absolute;
	 left: 0;	 
	 width: 13%;
	 padding-top: 1em;
	 
}

div#navigation li {
     font-weight: bold;
	 font-size: .9em;
	 border: 1px solid #6B9D98;
	 width: 115px;
	 padding-bottom: 3px;
	 padding-top: 3px;
	 text-align: center;
	 margin: 0 0 20px 0;
}

div#text {
     position: absolute;
	 left: 17%;	
	 width: 80%;
	 border-left: 1px solid #6B9D98;
	 padding-left: 10px;
}

div#site_info{    	 
	 text-align: center;
	 margin-top: 10px;	 
	 font-family: Arial, sans-serif, Geneva, sans-serif;
	 font-size: .9em;
	 font-style: italic;
	 color: #6B9D98;
	 padding-bottom: 3px;	 
}

h2 {
     font-size: 1.35em;
}
indentBox {
     border: 1px solid #6B9D98;
	 width: 115px;
	 padding-bottom: 3px;
	 padding-top: 3px;
	 text-align: left;
	 margin: 0 0 0 0;
}
.red {
	color: #FF0000;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
	
}
.tb {
	font-family: Arial, sans-serif, Geneva, sans-serif;
	color: #6B9D98;	
	font-size: 10px;
}
