body {
	background: #F7F6F6;
}

/****** Font styles ********/
.title-font {
	font-size: 26px;
	font-family: "Myriad Web Pro", sans-serif;
	color: #797979;
	font-weight: normal;
}

.sub-title-font {
	color: #797979;
   	font-size: 14px;
   	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   	text-decoration: none;
   	font-weight: normal;
}

.text-font {
	color: #797979;
	text-align: left;
	font-size: 14px;
   	font-family:  "Myriad Web Pro", Helvetica, Arial, Sans-Serif;
   	font-weight: normal;
}

.tags-font {
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
	font-family: "Myriad Web Pro", Helvetica, Arial, Sans-Serif;
	color: #CD0061;
}

.caption-font {
color: #797979;
	text-align: left;
	font-size: 14px;
   	font-family:  "Myriad Web Pro", Helvetica, Arial, Sans-Serif;
   	font-weight: normal;
   	font-style:italic;
}


/***** Styles for left navigation menu *********/
div.main-name {
	text-align: right;
	font-size: 26px;
	font-family: "Myriad Web Pro", sans-serif;
	color: #797979;
	padding-right: 10px;
}

div.main-tags {
	text-align: right;
	font-size: 14px;
	font-family: "Myriad Web Pro", sans-serif;
	font-style: italic;
	color: #CD0061;
	padding-right: 10px;
	padding-bottom: 20px;
}

div.title-name {
	text-align: left;
	font-size: 26px;
	font-family: "Myriad Web Pro", sans-serif;
	color: #797979;
	padding-right: 10px;
}


/* This is the left bar */
div.navigation {
	position: fixed;
	/* Give an all around 10px margin */
	/*top: 20px;
	bottom: 20px;
	left: 20px;*/
	left: 0px;
	top: 10px;
	bottom: 10px;
	width: 198px;
	color: black;
	background: #F7F6F6;
	border-right: 2px solid #CD0061;
	display: inline;
}
/****************************************/

/* This is the content on the right */
div.central-content {
   	position:fixed;
   	/* Give an all around 10px margin */
   	/*top: 20px;*/
   	right: 0px;
   	bottom: 10px;
   	top: 10px;
   	height: 100%;
   	padding-left: 10px;
   	left: 200px;
   	display: inline;
   	background: #F7F6F6;
   	overflow:scroll;
   	/*opacity: 0.7;*/
}

.selected-button {
	text-align: right;
	float: right;
	clear: both;
	width: 100px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 10px solid #CD0061;
	color: #797979;
   	font-size: 14px;
   	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   	text-decoration: none;
}

.unselected-button {
	text-align: right;
	float: right;
	clear: both;
	width: 100px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 10px solid #F7F6F6;
	color: #797979;
   	font-size: 14px;
   	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   	text-decoration: none;
}

.unselected-button:hover {
   	/*border-top-color: #0F879A;
   	background: #CD0061;
   	color: #ccc;
   	border-top-color: #28597a;
   	background: #28597a;
   	color: #ccc;*/
   	text-align: right;
	float: right;
	clear: both;
	width: 100px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 10px solid #CD0061;
	color: #797979;
   	font-size: 14px;
   	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   	text-decoration: none;

}

.unselected-button:active {
   	border-top-color: #1b435e;
   	background: #1b435e;
}

/************* Styles for the footer ***************/
.footer {
   	clear: both;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 10px;   	
}

.internal-link {
	/*color: -webkit-link;*/
	/*text-decoration: underline;*/
	/*cursor: auto;*/
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
   	font-family:  "Myriad Web Pro", Helvetica, Arial, Sans-Serif;
   	color: #CD0061;
}

.external-link {
	/*color: -webkit-link;*/
	/*text-decoration: underline;*/
	/*cursor: auto;*/
	text-decoration: none;
	font-size: 14px;
	font-style: italic;
   	font-family:  "Myriad Web Pro", Helvetica, Arial, Sans-Serif;
   	color: #CD0061;
}

div.contact-sheet {
	color: #797979;
	text-align: left;
	font-size: 26px;
	font-family: "Myriad Web Pro", sans-serif;
	margin-bottom: 5px;
	text-align: left;
}
