/* CityDesk default style sheet */


/* Basic HTML Element Style */
.first:first-letter {
	font-family: Georgia,Times New Roman;
	padding-right: 5px;
	padding-left: 0px;
	font-size: 48pt;
	left: 0px;
	float: left;
	padding-bottom: 5px;
	padding-top: 5px;
	position: absolute;
	top: 100px
}
.first {
	font-family: Georgia,Times New Roman;
	font-size: 12pt;
	text-indent: 0px;
}
.caption {
	font-family: Georgia,Times New Roman;
	font-size: 8pt;
	text-indent: 0px;
	font-weight: bold;
}
.salut {
	font-family: Georgia,Times New Roman;
	font-size: 12pt;
	padding-top: 20px;
	padding-bottom: 20px
}
.top {
	font-family: Georgia,Times New Roman;
	font-size: 12pt;
	text-indent: 0px
}
.list {
	font-family: Georgia,Times New Roman;
	font-size: 12pt;
	text-indent: 0px
}
.signature {
	font-family: Georgia,Times New Roman;
	font-size: 12pt;
	PADDING-LEFT: 300px;	
	text-indent: 0px;
}
p {
	font-family: Georgia,Times New Roman;
	font-size: 12pt;
	text-indent: 30px
}
.ps {
	font-family: Georgia,Times New Roman;
	font-size: 12pt;
	margin-left: 70px;
	text-indent: -70x;
}
a {
	font-weight: bold
}
h1 {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 18pt;
	font-weight: bold;
	color: #000080;
}
h2 {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 16pt;
	font-weight: bold;
	color: #000080;
}
h3 {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #000080;
}
h4 {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #000080;
}
.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	margin-right: 8px;
	text-transform: none;
}
.title {
	font-size: 130%;
	color: #2565AC;
	font-weight: bold;
	text-transform: capitalize;
}
.title2 {
	font-size: 120%;
	font-weight: bold;
	color: #6699CC;
}
.small {
	font-size: 90%;
}
a:hover {
	color: #990000;
}
.mainsmaller {
	font-size: 90%;
}
.mainsmaller2 {
	font-size: 80%;
	text-align: left;
}
.indent {text-indent: 15pt; }


/*Structural elements */
#container {
	width: 550px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color: #D3DEE0;
	float: right;
}

#navList {
	list-style-type: none;
	margin-top: 30px;
	padding: 0;
	border-top: solid 1px #078;
	text-align: right;
}

/* text effects */
em.title {
	text-decoration: underline;
}
#articleList p {
	margin: 0 0 25px 0;
}
#articleList h3 {
	font: 13px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}