	/* CityDesk default style sheet */


/* Basic HTML Element Style */
body, td
{
	margin: 0 0 0 0;
	background-color: #ffffff;
	font-family: trebuchet ms, verdana, tahoma, arial, sans-serif;
	color:#333;
	font-size: 86%;
}

table, thead, tbody, tr, td, th 
{
font-size: inherit;
font-family: inherit;
}

strong
{
	color: #E55600;
}

.pageMargin
{
	background-color: #FFEFB5;
}

a
{
	color: #307;
}

a:hover 
{
	color:#80C;
	text-decoration: underline;
}

.tagLine
{
	font-size: 160%;
	color: #E55600;
	font-style: italic;
	text-align: center;
}

h1 {
	font-size: 160%;
	color: #000;
	margin: 0;
}
h2
{
	font-weight: bold;
	color: #222;
	font-size: 130%;
	margin-bottom: 10px;
}

h3
{
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 0 0;
}

/*Structural elements */
#container
{
	/*text-align: left;*/
	width: 736px;
}

#sidebar {
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;
	border: double 4px #CCD9DB;
	background-color:  #FFF7D3;
	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;
	font-weight: normal;
}
#articleList h3 a
{
	font-size: 15px;
}

.topMenu a
{
	font-weight: bold;
	text-decoration: none;
}
.topMenu a:hover
{
	text-decoration: none;
}

.menuSeperator
{
/*	background-color: #6B5D40;*/
	border-right: 1px solid #6B5D40;
	width: 0px;
	margin-right: 3px;
}


.textSectionTitle
{
	font-size: 20px;
	font-weight: bold;
		color:Black;
	font-variant:normal;
}

.textSectionTitleFirstLetter
{
	color: #E55600;
}
.contentMarginLeft
{
		background-color: #ffffff;
	text-align: center;
	color:#6B5D40;
	background-position-x: 	center; 
	background-image: url(../Images/leftBackground.gif); 
	background-repeat: repeat-y; 
	background-color: #FFF7D3

}
.contentMarginRight
{
	background-color: #ffffff;
	text-align: center;
	color:#6B5D40;
	background-position-x: 	center; 
	background-image: url(../Images/rightBackground.gif); 
	background-repeat: repeat-y; 
	background-color: #FFF7D3

}
.startOfArticle
{	
	font-style:italic;
	font-size:110%;
	color:#E55600;
}
.bodyOfArticle
{
	margin-top: 5px;
}

.rightBar
{
	vertical-align :top;
	font-style: italic;
	border: 1px solid #ccc;
	MARGIN-TOP: 40px;
}
.rightBar a
{
	color: #E55600;
	line-height: 2;
	text-decoration: none;
}

.rightBar a:hover
{
	color: #E55600;
}
		
.thumbnailTitle
{
	font-style: italic;
	padding-bottom: 2px;
	font-size: 86%;
	text-align: center;
}

.thumbnailClickToEnlarge
{
	font-size: 11px;
}

.screenshotThumbnail
{
	border: 1px solid #307;
	width: 200px;
	height: 150px;
}

ul
{
text-indent: 5px;
list-style-type: square;
padding: 6px;
margin: 10px;
}

dd
{
	margin: 0px;
}

.copyright
{
	text-align: center;
	font-size: 70%;
	padding-top: 20px;
	padding-bottom: 5px;
}

.enlargedImageTitle
{
	font-wight: bold;
	font-size: 100%;
	line-height: 2;
}