/* CSS Document */



hr {

	border: 0;
	border-top: 1px solid #666666;
	height: 1px;
}

a {
	text-decoration: none;
	color:#0000CC;
}

a:visited {

	color: Navy ;
}

a:hover {

	text-decoration: underline;

}

a:active {

	color:#330033;
}


body {
	background-color: #FFFFCC;
	margin: 10px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
}

img {

	border-width: 0;
}

/* CLASSES */


/*HEADER*/

.mainTable{

	width: 93%;
	border:  1px solid; 
	background-color: #A4CCD0;
}


#Logo
{
	 width: 395px;
	 height: 115px;
}

#navDivider
{
	 background-color: #373535;
}

#navigBar
{
	border: 0px solid;
	background-color: #373535;
}




/* TOP Navigation */

#navigLinks
{
    width: 100%;
	background-color: #999999;
	border: 0;
	text-align: center;
	font: bolder small-caps 16px "Gergia", Arial, scans-serif;
	
}

#navigLinks a {

	color: #0033FF;
}

#navigLinks a:visited {

	color: Navy ;
}

#navigLinks a:hover {

	
	color: #FFFFFF;
	text-decoration: underline;
}

#homeNavigLinks a:active {

	color:#330033;
}


/* Home Page navigation links */
#homeNavigLinks a {

	color: #0033FF;
}

#homeNavigLinks a:visited {

	color: Navy ;
}

#homeNavigLinks a:hover {

	
	color: #FFFFFF;
	text-decoration: underline;
}

#homeNavigLinks a:active {

	color:#330033;
}

/* MAIN CONTENT */

#mainContent
{
	text-align:left;

}

#sideBar
{
	 width:21%;
	 height:2061px;
	 vertical-align: top;
	 text-align: center;
}

#Content
{
	width:79%;
	height:2061px;
	vertical-align: top;
}

.contentHome
{
	background-color: #999966;
}





/*Author Page*/

/*Side Bar*/


.sideImage
{
	width: 182px;
	height: 269px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

#sideImage
{
	text-align: center;
}

.buttons 
{
	text-align: center;
}

.buttons a {
	color: #000000;
	text-decoration: none;
	background-color: #A2AAB5;
	display: block;
	padding: 3px 0px 3px 12px;
	width: 150px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #EEEEEE;
	background-repeat: no-repeat;
	text-align: center;
} 


.buttons a:hover, .buttons a:active {
	background-color: #333333;
	color: #FFFFFF;
	background-repeat: no-repeat;
} 


/*Author Content*/

.contentAuthor
{
	background-color:#FFFFFF;
	text-align: center;

}

.contentAuthortTable
{
	width: 93%;
	border: 1;
	color:#000000;
}

/*Author text rows*/

.authorQuotation
{

    height: 70px;
	text-align:center;
	font-weight: 400;
	font-size: 26px; 
	
}

.authorName
{
	height: 60px;
	text-align:center;
	font-weight: 500;
	font-size: 34px;
	color: #000066;
}

.auothorText
{
	text-align:left;
}

.authorPoem
{
	text-align:left;
	font-size: 12pt;
	font-weight: normal;

}
