/* CityDesk default style sheet */


/* Basic HTML Element Style */
body {
	background: #fff;
	color: #6a639c;
	font: normal 11px verdana, tahoma, arial, sans-serif; 
	text-align:left;
}

h1 {
	font: bold 18px verdana, tahoma, arial, sans-serif;
	color : #473c8b;
	letter-spacing: 2px;
	margin-left: 15%
	line-height: 70%
}

h2 {
	color : #473c8b;
	font: normal 12pt verdana, tahoma, arial, sans-serif;
	letter-spacing: 2px;
	margin-left: 0%;
	
}
									/*top heading within article*/
h3 {										line-height: 180%
	text-align: left;
	font: bold 16pt;
	margin: 0px 0px 3px 0px;		/*first margin is top; second margin is right fourth is left */
	color: #191970;
}

h4 {								/*paragraph headings within article */
	text-align: left;
	font: bold;
	font-size: 10pt;
	margin: 20px 0px 3px 0px;		/*first margin is top; second margin is right fourth is left */
	color: #191970;
}

h5 {								/* small italic sub head */
	text-align: left;
	font-style: italic;
	font-size: 80% ;
	font-weight: normal;
	margin: 0px 0px 3px 0px;		/*first margin is top; second margin is right fourth is left */
	color: #473c8b;
}

h6 {
	text-align: left;
	color: #6a639c;
	font-style: italic;
	font-size: 100% ;
	font-weight: normal;
}

#h7	{
	text-align: center;
	font-style: normal;
	font-size: 80% ;
	font-weight: bold;
	color: #473c8b;
}
									/*Structural elements */
#container {
	width:80%;
	text-align: left;
	color: #6a639c;			/*blue*/
	font: normal 12px verdana, tahoma, arial, sans-serif; 
	margin-left: auto;
	margin-right: auto;
}

#tableBody {
	vertical-align: top;
	width:80%;
	margin-left: auto;
	margin-right: auto;

	
}

#tableBody2 {
	vertical-align: top;
	width:80%;
	margin-left: auto;
	margin-right: auto;
}


#tableRow {
	vertical-align: top;
}

								/* holds $ .body$ variable */
#centercontent {				
	/*border: double 3px #CCD9DB;*/
	vertical-align: top;
	width: 70%;
	padding: 0 20px 0 5px;
	margin: 0 0 0 5px;
	background-color: #ffffff;
	font: normal 120%;
	line-height: 180%;
	text-align: left;
	color: black;
}

								/* holds $ .body$ variable */
#centercontent2 {				
	/*border: double 3px #CCD9DB;*/
	vertical-align: top;
	width: 80%;
	padding: 0 20px 0 5px;
	margin: 0 0 0 5px;
	background-color: #ffffff;
	font: normal 120%;
	line-height: 180%;
	text-align: left;
}

								/* uses $ .contents$ variable for navigation */
#leftcontent {					
	/*border: double 3px #CCD9DB;*/
	width: 25%;
	vertical-align: top;
	text-align: left;
	padding: 25px 25px 25px 25px; 
	margin-right: 15px;
	margin-left: 15px;
	background-color: #00ffff;
	font: normal 50%;

								/* uses the extra 1 container and displays whatever is placed there on each page */
#rightcontent {				
	/*border: double 1px #CCD9DB;*/
	vertical-align: top;
	/*text-align: center;*/
	width: 15%;
	background-color: #cccccc;
	/*color: #191970;*/
	/*font: bold 10pt verdana, tahoma, arial, sans-serif;*/
}

t2 {							/* text inside right content */
	font: bold;
	font-size: 10pt;
	color: #191970;
	font: verdana, tahoma, arial, sans-serif;	
	text-align: center;
}

#extra2 {							/* currently not used */
	width: 180px;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 10px;	
	background-color: #D3DEE0;
	float: right;
	color: #473c8b;
}

#headline {							/* holds $ .headline$ variable */
	margin-left: 15%;
	padding-left: 15%;		
	border: double 1px #CCD9DB;
	background-color: #ffffff;
	/*font: normal 12px verdana, tahoma, arial, sans-serif; */
	line-height: 10px;
	color: #473c8b;
}


#navList {
	width=100%;
	list-style-type: none;
	margin: 10% 0 10px 0px;		/*first margin is top; second margin is right fourth is left */
	padding: 0;
	border-top: solid 1px #078;
	text-align: left;
	
}

								/* 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;
}

								/* image style */
#img {
	text-align: center;
	max-width: 25%;
}
