/* CityDesk default style sheet */


/* Basic HTML Element Style */

a.hom:link {text-decoration: none; color: #99ffff}
a.hom:visited {text-decoration: none; color: #99ffff}
a.hom:hover   	{text-decoration: none; font-weight: bold; color: #ffffff}
a.hom:active  	{text-decoration: none; color: #99ffff}
			
a.nav:link    	{text-decoration: none; color: #99ffff}
a.nav:visited 	{text-decoration: none; color: #99ffff}
a.nav:hover   	{text-decoration: underline; color: #ffffff}
a.nav:active  	{text-decoration: none; color: #99ffff}

a.nav2:link     {text-decoration: none; color: #000066}
a.nav2:visited  {text-decoration: none; color: #000066}
a.nav2:hover    {text-decoration: underline; color: #990000}
a.nav2:active   {text-decoration: none; color: #000066}
			
p               {font-family: Arial, Helvetica; font-size: 12px; line-height: 11pt; color: black}
h3		        {font-family: Arial, Helvetica; font-size: 12px; font-weight: bold; color: black}
li		        {font-family: Arial, Helvetica; font-size: 12px; line-height: 11pt; color: black}
td		        {font-family: Arial, Helvetica; font-size: 12px; color: black}
td.nav		    {font-family: Verdana, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #000066}
td.nav2	        {font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; color: #000066}
a.text:link     {text-decoration: underline; color: #000000}
a.text:visited  {text-decoration: underline; color: #000000}
a.text:hover    {text-decoration: underline; color: #990000}
a.text:active   {text-decoration: underline; color: #000000}
input.checkbox  {height: 11px; width: 11px}
input.button    {color: #000000; font-family: Arial, Helvetica; font-size: 12px; height: 20px}
select.text     {color: #000000; font-family: Arial, Helvetica; font-size: 12px; height: 20px; width: 200px}
select.date     {color: #000000; font-family: Arial, Helvetica; font-size: 12px; height: 20px; width: 60px}
select.day      {color: #000000; font-family: Arial, Helvetica; font-size: 12px; height: 20px; width: 56px}
input.text      {color: #000000; font-family: Arial, Helvetica; font-size: 12px; height: 20px; width: 200px}
textarea.text   {color: #000000; font-family: Arial, Helvetica; font-size: 12px; height: 50px; width: 200px}


body            {background-color: #000066;}

h1              {font: bold 15px arial, helvetica;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: double 4px #000;
}
h2 {
	font: bold 12px arial, helvetica;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: double 4px #000;
}

h4, h5 {
	font: italic normal 11px verdana, tahoma, arial, sans-serif;
	margin: 0px;
}

/*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: 11px verdana, helvetica, arial;
	margin: 0px
}
