* {
	margin: 0;
	padding: 0;
}

body {
	border: 0;				
	width: 100%;
	background: #fff url('../images/bg.gif');
	font-size: 14px;
	font-family: Arial, Verdana, "Trebuchet MS",  Helvetica, sans-serif;
	color: #333;
	text-align: center;  /* IE6 fix */
}

h1, h2, h3, h4, h5 { 
	color: #111;
	font-family: Arial, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 { 
	font-size: 30px;
}

.csc-header h1.csc-firstHeader {
	padding: 0 0 20px 0;
}

.csc-header h1 {
	padding: 15px 0 20px 0;
}

#col2 p {
	line-height: 130%;	
}

	

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center {
	text-align: center;
}

td {
	vertical-align: top;
}

a:link { 
	color: #000000; 
}

a:visited { 
	color: #000000; 
}

a:hover { 
	color: #dd0000; 
}

a:focus, a:active { 
	color: #000000;
	outline: none;  
}

img {
	border: none;
}


ul {
	/* list-style-type: decimal;*/
	padding-left: 20px;
	margin-left: 20px;
}


ol {
	list-style-type: decimal;
	padding-left: 20px;
	margin-left: 20px;
}

li {
	padding-left: 5px;
	margin-left: 0;
}	

#header { 	 
	width: 100%;
	height: 185px;
	background: #111;	 
}

#midheader {		 
	width: 980px;
	height: 175px;
	background: #fff;
	margin: 0 auto;
	padding: 5px;
	background: #fff url('../images/bannerbg1.jpg');			 
}

#midheader table {		 
	margin-left: auto;
	margin-right: auto;				 
}


#wrapper { 	 
	width: 990px;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;  /* IE6 fix */ 
}
	
#logo {
	position: relative;
	clear: both; 	
	width: 990px;
	height: 75px;	
	background: #fff url('../images/logobg.jpg') no-repeat;
}

#logoimage {
	position: absolute;
	left: 18px;
	top: 14px;
}


#logotext {
	position: absolute;
	/* left: 25px; */
	left: 387px; 	
	top: 22px;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	color: #ffc020;	
}

#searchbox {
	position: absolute;
	left: 793px;
	top: 19px;
}

#inputsearchfield {
	height: 18px; 
	width: 140px; 
	font-size: 14px;
}

#inputsearchbutton {
	border: 2px; 
}	

#footer {
	position: relative;
	clear: both;
	width: 990px;
	height: 85px;
	background: #fff url('../images/footerbg.jpg');
}

#footertext {
	position: absolute;
	left: 355px;
	top: 18px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family:  Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffc020;	
}

table.part {
        background-color:#ffffff;
        border: solid #ffffff 0px;
        width: 400px;
        border-collapse: collapse;
}

table.part tr.odd {
	background-color: #ffffff;
}

table.part tr.even {
	background-color: #ffff99;
}

table.part td {
	padding: 2px 0 2px 0;
}

table.contenttable {
        background-color:#ffffff;
        border: solid #ffffff 0px;
        width: 100%;
        border-collapse: collapse;
}

table.contenttable tr.odd {
	background-color: #ffffff;
}

table.contenttable tr.even {
	background-color: #ffff99;
}

table.contenttable td {
	padding: 2px 0 2px 0;
}



/************ Menu *********************/

ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.menu-level-1 {
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: left center; 			
	font: 15px "Trebuchet MS", Verdana, Helvetica, Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 2px 0 3px 10px;	 
}
	
li.menu-level-1 a {
	text-decoration: none;
	padding-left: 5px;
	color: #111111;
}

li.menu-level-1 a:hover {
	padding-left: 5px;
	color: #dd0000; 
}	

li.menu-level-2 {
	font: 13px "Trebuchet MS", Verdana, Helvetica, Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 3px 0 3px 15px;	 
}

li.menu-level-2 a {
	text-decoration: none;	
	padding-left: 10px;
	color: #111111;	
}
	
li.menu-level-2 a:hover {
	padding-left: 10px;
	color: #dd0000;	 
}
/************ /Menu *********************/

div .tx-indexedsearch-browsebox, div .tx-indexedsearch-whatis {
	height: 5px;
	color: #fff;
}


/* HTMLArea RTE: Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left, th.align-left { 
	text-align: left;
}
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center, th.align-center { 
	text-align: center;
}
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right, th.align-right { 
	text-align: right;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.csc-textpic-caption {
	line-height: 180%;
	font-style: italic;

}
