/*<group=General Styles>*/

body {
	background: none #f0f0f0;
	color: #666666;
	text-align: center; /* To Make Content Centered */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

b, strong {
	color: #666666;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #F03;
}

a:visited {
	text-decoration: none;
	color: #F03;
}

a:hover, a:active {
	text-decoration: underline;
	color: #F03;
}

a.secret, a.secret:link, a.secret:visited, a.secret:hover, a.secret:active {
	text-decoration: none;
	color: #666666;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}

.sss {
	margin: 13px 3px 3px 3px;
	padding: 3px;
	float: right;
}

/*</group>*/

/*<group=Layout>*/

#container {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto;
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border: 1px solid #aeaeae;
	background: url(/graphics/layout/sidebar.png) repeat-y;
}

#pageHeader {
	background: repeat-x  url(/graphics/layout/header_background.jpg);
	border-bottom: 1px solid #aeaeae;
	height: 71px;
}

#pageHeader img {
	float: right;
	padding: 0px;
	margin: 10px 10px 0px 10px;
}

#pageHeader h1 {

	color: #ffffff;
	text-shadow: 0px 1px 2px #003f7d;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#pageHeader h2 {

	color: #ffffff;
	text-shadow: 0px 1px 2px #003f7d;
	margin: 0px;
	margin-top: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContent {
	margin: 0px;
}

#mainContent #sidebar {
	float: left;
 	width: 200px;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#mainContent #content {
	float: left;
	padding: 0px 0px 0px 0px;
	background: none;
	margin: 10px 10px 10px 15px;
	width: 560px;
}

#footer {
	width: 800px;
	margin: 10px auto;
	text-align: left; /* Hack To Keep IE5 Windows Happy */;
	border: 1px solid #aeaeae;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background: #ffffff;
}

#sidecontainer
{
	margin: 0px;
}

/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	background: url(/graphics/layout/sub_header.png) repeat-x;
	background-color: #555;
	height: 25px;
	padding-right: 10px;
	text-align: right;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	color: #d4d4d4;
	padding-top: 5px;
	padding-left: 5px;
}

#breadcrumbcontainer li {
	margin: 0 0 0px 0;
	display: inline;
}

#breadcrumbcontainer a {
	color: #d4d4d4;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
	text-decoration: none;
	color: #F03;
}

/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer #current {
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(/graphics/layout/button_over.png) repeat-x;
	background-color: #F03;
}

/* Parent - Level 0 */

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navcontainer ul li {
	margin: 0 0 0 0;
	padding: 0px;
	width: 200px;
}

#navcontainer a
{
	display: block;
	color: #333333;
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	text-indent: 0px;
	background: repeat-x url(/graphics/layout/button_normal.png);
	border-bottom: 1px solid #aeaeae;
	padding: 5px 5px 5px 5px;
	height: 15px;
}

#navcontainer a:hover
{
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(/graphics/layout/button_over.png) repeat-x;
	background-color: #F03;
}

/*</group>*/

/*<group=Global Classes>*/

p.quoted {
	margin: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	margin: 0px;
	margin-top: 15px;
}

.imageStyle {
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin: 5px;
}

/*</group>*/

p.ics {
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin: 5px;
	background: #eee;
}

p.highlight {
	border: 1px solid #600;
	color: #600;
	padding: 5px;
	margin: 5px;
	background: #FEE;
	text-align: center;
}

p.highlight a {
	color: #600;
	text-decoration: none;
	display: block;
	border: 2px solid #FEE;
}

p.highlight a:hover {
	border: 2px solid #903;
}

p.highlight b {
	color: #600;
	font-weight: bold;
	background: #FEE;
}

div.speech {
	width: 450px;
	border: 1px solid #C90;
	/*color: #600;*/
	padding: 5px;
	margin: 5px;
	/*background: #EEE;*/
	text-align: justify;
}

table.progdet {
	text-align: left;
}

p.gal {
	border-top: 1px solid #dcdcdc;
	padding-top: 7px;
}

#galerieContent {
	margin: 0px auto;
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	background: #FFF;
	width: 800px;
	height: 625px;
	text-align: center;
}

#teaserContent {
	margin: 0px auto;
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	background: #FFF;
	width: 800px;
	text-align: center;
}

p.gb {
	border-top: 1px solid #dcdcdc;
	padding-top: 10px;
}
p.gb .gb-text3 {
	font-weight: bold;
}

dl.justified, dd.justified, ol.justified {
	text-align: justify;
}

table.prog {
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-top: 1px solid #aeaeae;
}

table.prog tr td {
	border-bottom: 1px solid #aeaeae;
}

table.progdetail {
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}

tr.progdetail td {
	border-top: 1px solid #aeaeae;
}

td.pdl {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

td.pdr {
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.stats {
	border: 1px solid #000;
}

td.stats-title {
	background: #bbb;
	border-bottom: 1px solid #000;
	border-right: 1px solid #aeaeae;
	font-weight: bold;
}

td.stats-title-r {
	background: #bbb;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

td.stats1 {
	border-right: 1px solid #aeaeae;
}

td.stats2 {
	background: #ccc;
	border-right: 1px solid #aeaeae;
}

td.stats2-r {
	background: #ccc;
}

td.stats-year {
	background: #ccc;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #000;
}

td.stats-year-r {
	background: #ccc;
	border-bottom: 1px solid #000;
}

td.stats-total {
/* 	background: #ccc; */
	border-right: 1px solid #aeaeae;
	border-top: 1px solid #000;
}

td.stats-total-r {
/* 	background: #ccc; */
	border-top: 1px solid #000;
}

td.formerr { font-weight: bold; color: #900; }
input.formvalerr, textarea.formvalerr { background-color: #FFC; color: #600; }
input.formval, textarea.formval { color: #600; }
input.btn { width: 100px; }
