a:link {
	color: #0041D9;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
}
div#content a:visited {
	color: #4001AA;
}
h1, h2, p, #content {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	line-height: 120%;
}
#content p {
	text-align: justify;
	padding:0;
	margin:0;
}

h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
	margin-top: 15px;
}

p {
	font-size: 16px;
	margin-bottom: 20px;
}

ul {
	margin-top: 10px;
	list-style: none;
	font: 16px Georgia, "Times New Roman", Times, serifl;
}
ul li {
	margin-bottom: 20px;
	background: url(img/rounded_bullet.png) no-repeat left;
	padding-left: 15px;
}

.TextReduced {
	font-family:"Times New Roman", Times, serif;
	color:#8C6400;
}

.TextImportant	{color:#B80000;}
.TextLighted	{color:#4F3822;}
.ImageLeft, .ImageRight {
	border:10px solid #E8D299;
	padding:0;
	margin:9px 0 5px 0;
}
.ImageLeft {
	margin-right:1em;
	float:left;
}
.ImageRight {
	margin-left:1em;
	float:right;
}
/*******************************************
		header and menu styles
*******************************************/
.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 26px;
	color: #B58E38;
	font-style: italic;
	text-align: right;
}
ul#menu li a {
	color: #ffffff;
	font: 24px "Arial Narrow", "Times New Roman", Arial, Helvetica, sans-serif;
}
ul#menu li a.current {
	text-decoration: none;
}
ul#menu li a.visite {
	color: #ffffff;
}

ul.subMenu a {
	color: #0041D9 !important;
	font: 16px "Arial Narrow", "Times New Roman", Arial, Helvetica, sans-serif !important;
	text-decoration: underline !important;
}
ul.subMenuFull a, ul.subMenuShort a, ul.subMenu a {
	color: #0041D9 !important;
	font: 16px "Arial Narrow", "Times New Roman", Arial, Helvetica, sans-serif !important;
}
ul.subMenu a:hover {
	text-decoration: none !important;
}

/*******************************************
		footer styles
*******************************************/
.copyright span {
	font: 12px Arial, Helvetica, sans-serif;
	color: #A69A83;
}
.author a {
	font: 10px Arial, Helvetica, sans-serif;
	color: #CFB072;
	text-decoration:none;
}
.author a:hover {
	text-decoration: underline;
}
.author p  {
	text-align: right;
	margin: 0 75px 0 0;
}
/*******************************************
		sideNote (announce note from right side)
*******************************************/
#content .sideNote p {
	padding: 0px 15px 0px 20px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #B80000;
	line-height: 25px;
	text-align: left !important;
}
#content div.sideNote span:first-letter, #content div.sideNote p:first-letter {
	font-size: 28px;
	line-height: 31px;
	color: #FF0000;
}


/*==================================
====================================
IMAGE GALLERY
====================================
====================================*/
ul.gallery a {
	text-decoration: none;
	cursor: pointer;
}

ul.gallery .caption {
	color: #8C6400;
	font: italic 14px "Times New Roman", Times, serif;
}
.gallery a .captionRed {
	color: white;
	font: 16px Georgia, "Times New Roman", Times, serif;
	white-space: nowrap;
	text-decoration: underline;
	overflow:hidden;
}
.gallery a:hover .captionRed {
	text-decoration: none;
}
a:hover .caption {
	color: #644800;
}

.floatedColumn {
	float: left;
	width: 55%;
}
.rightColumn {
	width: 43%;
	float:right;
}
