/* CityDesk default style sheet */
/* Kate's brown color="#632910" */

/* Basic HTML Element Style */

body {
	background-color: #EEEFEF;
	background-image: url('../baseimages/brellaboss2.gif');
	background-position: top left;
	background-repeat: repeat-y;
    margin: 15px; margin-left: 60px;
	font: 'times new roman', 90% georgia, serif;
	color: #300353;
	line-height: 135%;
	
	/* text-align: center; */
}

.smaller {
font-size: 80%
}

TD.smaller {
font-size: 80%
}

p,td,li {
text-align: justify;
font-size: 1em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}

#main P, TD, LI {
/*font-weight: bold;
text-align: justify;*/
}

hr {
color: #630;
height: 1px;
}

li {
margin-bottom:0.1em
}

h1 {
	font-size: 150%;
	margin: 0px; margin-bottom: 0.5em;
	color: #631;
	font-weight: bold;
	padding-bottom:0.4em;
	border-bottom: 1px solid #631;
	letter-spacing: +1px
}

h2 {
	font-size: 125%;
	color: #631;
	margin: 0; margin-top: 0.3em;
	border-bottom: none;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
}

h3 {
	font-size:110%;
	color: #369;
}

h4, h5 {
	font-size: 100%;
	color: #369
}

/*Structural elements */

.right_caption {
text-align: right; 
margin-top:0px;
margin-bottom:10px;
padding-top:0;
font: 9px/1.4 verdana, sans serif; 
color: #631;
}

.right_caption p {
text-align: right; 
margin-top:1px;
padding-top: 1px;
font: 9px/1.2 verdana, sans serif; 
color: #631;
}

#sidebar {
	width: 99%;
	padding: 0px;
	margin-top: 10px;
	font-size: 11px; color:#CBA;
	line-height: 15px;
}

#sidebar P {
	padding: 0px;
	margin-bottom: 10px;
	font-size: 11px; color:#CBA;
	line-height: 15px;
}
/* Link in normal text*/ 
a:link {
color: #8C0E1A;
text-decoration: none;
}

/* Visited link in normal text*/ 
a:visited {
color: #AD1523;
text-decoration: none;
}

/* Hover link in normal text*/ 
a:hover {
color: #EC4E2E;
text-decoration: none;
}



.navlink {
font-size:80%; line-height:1.2;color:#996; padding:0px;padding-top:4px;padding-bottom:4px;
text-align: center;height:84%;
}

a.navlink:link {
color: #535D63; text-decoration: none;background-color: #D3CEC9; 
display:block; width: 98%;height:80%;border:1px solid #335544;

}

a.navlink:visited {
color: #535D63; text-decoration: none;background-color: #D3CEC9; display:block; width: 98%;height:84%;border:1px solid #335544;

}


a.navlink:hover {
color: #535D63; text-decoration: none;background-color: #D3CEC9; display:block; width: 98%; height:84%;border:1px solid #D60; font-weight: bold;
}


/* text effects */


#wrapper {
width: 100%; text-align:center
} 

/* css image swap for entry image */
#entryimage {
width: 144px; height: 123px;
margin: 0px;
text-align: left;
}

#entryimage>a:link {
display: block;width:100%; height: 100%;
background-image: url('../baseimages/umbrella_furled.gif');
background-repeat: none; 
background-position: bottom left;
text-decoration:none;
}

#entryimage a:link {
display: block;width:100%; height: 100%;
background-image: url('../baseimages/umbrella_furled.gif');
background-position: bottom left;
background-repeat: none; 
text-decoration:none;
}

#entryimage>a:visited {
display: block;width:100%; height: 100%;
background-image: url('../baseimages/umbrella_furled.gif');
background-position: bottom left;
background-repeat: none; 
text-decoration:none;
}

#entryimage a:visited {
display: block;width:100%; height: 100%;
background-image: url('../baseimages/umbrella_furled.gif');
background-position: bottom left;
background-repeat: none; 
text-decoration:none;
}


#entryimage>a:active {
display: block;width:100%; height: 100%;
background-image: url('../baseimages/umbrella_open.gif');
background-position: bottom left;
background-repeat: none; 
text-decoration:none;
}

#entryimage a:active {
width:100%; height: 100%;
background-image: url('../baseimages/umbrella_open.gif');
background-position: bottom left;
background-repeat: none; 
text-decoration:none;
display: block;
}

#entryimage>a:hover {
display: block;width:100%; height: 100%;
background-image: url('../baseimages/umbrella_open.gif');
background-position: bottom left;
background-repeat: none; 
text-decoration:none;
}

#entryimage a:hover {
display: block;width:100%; height: 100%;
background-image: url('../baseimages/umbrella_open.gif');
background-position: bottom left;
background-repeat: none; 
text-decoration:none;
}

#footer {
border-top: 1px solid #AE8673;  
margin-top: 0px;
padding-top: 6px; 
font: 9px/1.3 verdana, arial, sans-serif;
color: #AE8673;
text-align:center;
}

#footer P {
font: 9px/1.3 verdana, arial, sans-serif;
color: #AE8673;
text-align:center;
margin-top: 0px;
margin-bottom: 0.6em;
}
