body {
	margin: 0;
	padding: 0;
	color: black;
	background: white url(images/body_bg.gif) top left repeat-x;
}

p {
	text-indent: 0px;
}	

td, p, div {
  text-align: left;
	font-size: 12px;
}

#wrapper {
	width: expression((document.body.clientWidth <= 1024) ? "1024px" : "100%" );
	min-width: 1024px;
	margin: 0;
}

#topWrap {
	background: transparent url(images/top_bg.gif) top left no-repeat;
	width: 100%;
	height: 198px;
	color: white;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-align: left;
	}

	#topMenuWrap {
	padding-left: 65px;
	padding-right: 120px;
	padding-top: 5px;
	}
	
	#topMenuLeft {
	width: 200px;
	float: left;
	}

	#topMenuLeft form,p {
  	margin: 0;
	  padding: 0;
	}
	
	#topMenuLeft select {
    border: solid #EAEAEA 1px;
	  width: 160px;
	}
	
	#topMenuCenter {
	width: 280px;
	height: 30px;
	background: transparent url(images/topmenubgl.gif) top right no-repeat;
	float: right;
	text-align: right;
	margin-top: 15px;
	padding-right: 40px;
	line-height: 30px;
	vertical-align: bottom;
	}
	
	#topMenuRight {
	height: 30px;
	background: white url(images/topmenubgr.gif) top right no-repeat;
	float: right;
	margin-top: 15px;
	padding: 0 20px 0 14px;
	color: #6B6B6B;
	font-weight: bold;
	line-height: 30px;
	vertical-align: bottom;
	}

	#topMenuRight a {
	text-decoration: none;
	color: #6B6B6B;
	}

	#topMenuRight a:hover {
	text-decoration: underline;
	}


	#mainMenuWrap {
	position: absolute;
	left: 307px;
	top: 166px;
	height: 27px;
	padding-right: 14px;
	background: transparent url(images/itemwrap_bg.gif) top right no-repeat;
	min-width: 703px;
	}

	#mainMenuWrap #mainMenu {
	height: 27px;
	}

	#mainMenu span {
	width: 84px;
	height: 27px;
	margin-right: 1px;
	display: block;
	}

	#mainMenu a {
  display: block;
	color: white;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px; 
	padding-left: 4px;
	padding-right: 20px;
	padding-top: 10px;
	height: 17px;
	}
	
	#mainMenu a.m {
	background: transparent url(images/m.gif) top left no-repeat;
	}
	#mainMenu a.m1 {
	background: transparent url(images/m01.gif) top left no-repeat;
	}
	#mainMenu a.m2 {
	background: transparent url(images/m02.gif) top left no-repeat;
	}
	#mainMenu a.m3 {
	background: transparent url(images/m03.gif) top left no-repeat;
	}
	#mainMenu a.m4 {
	background: transparent url(images/m04.gif) top left no-repeat;
	}
	#mainMenu a.m5 {
	background: transparent url(images/m05.gif) top left no-repeat;
	}
	#mainMenu a.m6 {
	background: transparent url(images/m06.gif) top left no-repeat;
	}
	#mainMenu a.m7 {
	background: transparent url(images/m07.gif) top left no-repeat;
	}
	#mainMenu a.m8 {
	background: transparent url(images/m08.gif) top left no-repeat;
	}
	#mainMenu a.m9 {
	background: transparent url(images/m09.gif) top left no-repeat;
	}
	#mainMenu a.m10 {
	background: transparent url(images/m10.gif) top left no-repeat;
	}

	#mainMenu a:hover {
		background-position: 0 -33px;
	}

	#mainMenuWrap .stretch {
  	width: 100%;
	}

	#mainMenu .right {
	width: 100px;
	height: 27px;
	text-align: right;
	}

	#mainMenu .right a {
	background: transparent url(images/item_bgr.gif) top left no-repeat;
	padding-right: 4px;
	padding-left: 20px;
	}

#mainMenu .logout_submit {
  display: block;
	background: transparent url(images/item_bgr.gif) top left no-repeat;
	border: solid 0px #000000;
  text-align: right;
	color: white;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
	line-height: 17px; 
	padding-right: 4px;
	padding-left: 20px;
	padding-top: 10px;
	height: 27px;
	width: 100px;
}

	#mainMenu .right a:hover {
	background: transparent url(images/item_bgr.gif) top left no-repeat;
	}

	#menuNumber {
	position: absolute;
	top: 170px;
	left: 40px;
	float: left;
	color: #467492;
	font-size: 24px;
	font-weight: bold;
}


#contWrap {
	background: #ECF0F3;
	min-width: 1024px;
}

#container {
	width: 100%;
	float: right;
	margin-left: -200px;
}

#content {
	margin-left: 200px;
}

#menuNav {
	margin-left: 20px;
  margin-right: 14px;
	padding-left: 20px;
	height: 30px;
	background: white;
	line-height: 30px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #716F6F;
	}

#menuNav a {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	color: #716F6F;
	text-decoration: none;
	}

#menuNav a:hover {
	text-decoration: underline;
	}
	#menuNav img {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

#midWrap {
  position: relative;
	margin-right: 210px;
}

.artWrap {
	padding-left: 20px;
	padding-bottom: 10px;
	background: transparent url(images/arrow.gif) 0 85px no-repeat;
	min-height: 100px;
	border-left: solid 1px #ECF0F3;
}

#midWrap .artHeaderWrap1st {
	background: #FFF;
	padding: 0;
	margin: 0;
}

#midWrap .artHeaderWrap {
	background: white;
	padding-top: 40px;
}

#midWrap .artHeader {
	background: transparent url(images/header_bg.gif) top right repeat-x;
	height: 32px;
}
	
#midWrap .artHeaderLeft {
	height: 32px;
	padding: 0 20px 0 20px;
	line-height: 20px;
	vertical-align: middle;
	float: left;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
}
	
	#midWrap .artHeaderLeft a {
	color: #7097AD;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	}
	#midWrap .artHeaderLeft a:hover {
	text-decoration: underline;
	}	
	
	#midWrap .artHeaderRight {
	float: right;
	height: 32px;
	padding: 0 40px 0 20px;
	line-height: 20px;
	vertical-align: middle;
	color: #7097AD;
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
	}
	
	#midWrap .article {
	border-left: solid 1px #FFFFFF;
	padding: 5px 25px 30px 25px;
	background: white url(images/article_bg.gif) bottom right no-repeat;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	min-height: 250px;
	}

	#midWrap .comment {
	padding: 5px 25px 10px 25px;
	background: #FFF;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	}

	#midWrap .article .link {
	padding: 15px 0 0 0;
	}
	#midWrap .article .link a {
	color: #7E949A;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	#midWrap .article .link a:hover {
	text-decoration: underline;
	}


	.artFooterWrap {
	background: white url(images/footer_bg.gif) top right no-repeat;
	height: 32px;
	text-align: right;
	margin-top: 15px;
	}
	.artFooter {
	line-height: 30px;
	vertical-align: middle;
	float: right;
	text-align: center;
	width: 405px;
	}

	.artFooter a {
	color: #585858;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 5px;
	}
	.artFooter a:hover {
	text-decoration: underline;
	}
	.artFooter img {
	vertical-align: middle;
	}
	#midWrap .comHeaderWrap {
	background: white url(images/comments_bg.gif) top left no-repeat;
	}

	#midWrap .comHeaderWrap .header {
	color: #6B6B6B;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	vertical-align: middle;
	line-height: 18px;
	padding: 10px 0 0 30px;
	}

	#midWrap .comHeaderWrap span {
	display: block;
	font-size: 11px;
	font-family: arial;
	color: #6B6B6B;
	font-weight: bold;
	vertical-align: middle;
	line-height: 16px;
	}
	
	#midWrap .comWrap {
	padding-left: 20px;
	padding-bottom: 10px;
	background: transparent url(images/comment_arrow.gif) 0 85px no-repeat;
	min-height: 100px;
    }

    #midWrap #commentForm {
    background: #FFF;
    vertical-align: top;
    padding: 1px 50px 10px 50px;
    }

    #midWrap #commentForm form {
    border-top: 1px dotted #000;
    padding-top: 15px;
    }


    #midWrap #commentForm td {
    color: #6B6B6B;
    font-size: 12px;
	font-family: arial;
	font-weight: bold;
	}
    #midWrap #commentForm td.header {
    color: #6B6B6B;
    font-size: 14px;
	font-family: arial;
	font-weight: bold;
	padding-bottom: 15px;
	}

    #midWrap #commentForm input {
    border: solid #EAEAEA 1px;
    width: 180px;
    }
    #midWrap #commentForm textarea {
    width: 400px;
    height: 105px;
    border: solid #EAEAEA 1px;
    }
    #midWrap #commentForm .submit {
    background: #EAEAEA;
    border: solid #C4C4C4 1px;
    color: #6B6B6B;
    font-size: 12px;
	font-family: arial;
	font-weight: bold;
	height: 20px;
	width: 80px;
}

#rightWrap {
	float: right;
	padding-right: 14px;
/*	padding-top: 40px;
*/	}
	#quickNavigation {
	width: 195px;
	}
	#quickNavigationTop {
	height: 26px;
	font-family: arial;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 10px;
	height: 26px;
	background: #7E949A url(images/nav.gif) top right no-repeat;
	}
	#quickNavigationBg {
	background: #7E949A url(images/nav_bg.gif) right bottom no-repeat;
	padding-top: 1px;
	padding-bottom: 5px;
	}
	#quickNavigationBg img {
	margin: 3px 1px 3px 35px;
	border: 0;
	padding: 0;
	vertical-align: top;
	}
	#quickNavigationBg a {
	width: 192px;
	height: 36px;
	}
	
	#pictures {
	width: 195px;
	}
	#picturesTop {
	font-family: arial;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	background: transparent url(images/pictures_top.gif) top right no-repeat;
	height: 50px;
	line-height: 50px;
	vertical-align: bottom;
	}
	
	#picturesList {
	background: #DDDECD url(images/archive_bottom.gif) bottom left no-repeat;
	padding-bottom: 30px;
	}
	#picturesList a {
	color: #716F6F;
	text-decoration: none;
	}
	#picturesList a:hover {
	text-decoration: underline;
	}

	#colHeaders {
	vertical-align:top;
	background: #DDDECD url(images/colheaders.gif) bottom left no-repeat;
	height: 21px;
	}
	#colHeaders .headers{
	font-family: arial;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 25px;
	padding-right: 10px;
	}
	#picturesList .list {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	color: #716F6F;
	font-size: 10px;
	font-family: arial;
	font-weight: bold;
	text-align: right;
	}
	#picturesList .list td{
	height: 20px;
	}
	#picturesList .list1 {
	background: #FFFFFF;
}

#leftWrap {
	width: 190px;
	float: left;
	z-index:10:
	}

	#leftWrap img {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}

	#menuLeft {
	margin: 0;
	background: transparent url(images/leftmenu_bg.gif) bottom center no-repeat;
	padding: 5px 10px 65px 0px;
	text-align: left;
	}

	#menuLeft .main {
	display: block;
	padding: 1px 8px 1px 10px;
	text-align: right;
	}

	#menuLeft .main a {
	display: block;
	padding-right: 22px;
	color: #467492;
	height: 19px;
	line-height: 19px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	text-decoration: none;
	}

	#menuLeft .main a:hover {
	text-decoration: underline;
	}
	
	#menuLeft .main a.m1 {
	background: url(images/ma.gif) right top no-repeat;
	}
	#menuLeft .main a.m2 {
	background: url(images/mb.gif) right top no-repeat;
	}
	#menuLeft .main a.m3 {
	background: url(images/mc.gif) right top no-repeat;
	}
	#menuLeft .main a.m4 {
	background: url(images/md.gif) right top no-repeat;
	}
	#menuLeft .main a.m5 {
	background: url(images/me.gif) right top no-repeat;
	}
	#menuLeft .main a.m6 {
	background: url(images/mf.gif) right top no-repeat;
	}
	#menuLeft .main a.m7 {
	background: url(images/mg.gif) right top no-repeat;
	}
	#menuLeft .main a.m8 {
	background: url(images/mh.gif) right top no-repeat;
	}
	#menuLeft .main a.m9 {
	background: url(images/mi.gif) right top no-repeat;
	}
	#menuLeft .main a.m10 {
	background: url(images/mj.gif) right top no-repeat;
	}
	#menuLeft .main a.m11 {
	background: url(images/mk.gif) right top no-repeat;
	}
	#menuLeft .main a.m12 {
	background: url(images/ml.gif) right top no-repeat;
	}
	#menuLeft .main a.m13 {
	background: url(images/mm.gif) right top no-repeat;
	}
	#menuLeft .main a.m14 {
	background: url(images/mn.gif) right top no-repeat;
	}
	#menuLeft .main a.m15 {
	background: url(images/mo.gif) right top no-repeat;
	}


/*	#menuLeft .sub {
	display: block;
	margin-right: 15px;
	text-align: right;
	height: 14px;
	border: 1px solid red;
	} */

	#menuLeft .sub a {
	color: #97B2C0;
	display: block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	line-height: 12px;
	text-decoration: none;
	vertical-align: middle;
	width: 155px;
	padding-right: 20px;
	text-align: right;
	}

	#menuLeft .sub a:hover {
	background: transparent url(images/sub_arrow.gif) 100% 50% no-repeat;
	}

	#menuLeft .subAct {
	display: block;
	margin-left: 50px;
	text-align: left;
	height: 14px;
	}

	#menuLeft .subAct a {
	background: transparent url(images/sub_arrow.gif) 100% 50% no-repeat;
	color: #467492;
	display: block;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	line-height: 12px;
	text-decoration: none;
	vertical-align: middle;
	width: 92px;
	}

	#esol {
	text-align: left;
	padding: 20px 0 0 10px;
}


#copyWrap {
	clear: both;
	background: transparent url(images/copy_bg.gif) bottom left repeat-x;
	height: 80px;
	color: white;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	min-width: 1024px;
	}

	#copyWrap a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

	#copyWrap a:hover {
	text-decoration: underline;
	}

	#copyLeft {
	float: left;
	text-align: center;
	width: 48%;
	padding-top: 45px;
	}

	#copyRight {
	float: right;
	text-align: center;
	width: 48%;
	padding-top: 45px;
}


.hT {
	background: white;
	margin: 0;
    }
	.hT a {
	color: #7097AD;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	}
	.hT a:hover {
	text-decoration: underline;
}
	
.hL {
	width: 100%;
	height: 32px;
	background: transparent url(images/header_bg_1.gif) top right repeat-x;
	padding: 0 20px 0 20px;
	line-height: 20px;
	vertical-align: top;
	color: #676565;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	}
	.hL a {
	font-size: 12px;
}


.hL2 {
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	}
	.hL2 img {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
}


.bL {
	color: #414141;
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
	vertical-align: top;
	padding: 0 20px 0 20px;
	text-align: justify;
	}
	.bL a {
	font-size: 11px;
}

.hR {
	margin: 0;
	padding: 0;
	height: 44px;
	background: white url(images/image_header.gif) top left no-repeat;
	}
	.hR span {
	padding: 0 20px 0 56px;
	line-height: 28px;
	vertical-align: middle;
	color: #676565;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
}


.bR {
	margin: 0;
	padding: 0;
	background: white url(images/separator.gif) top left repeat-y;
	}
	.bR img {
	padding: 0;
	margin: 0 0 0 26px;
	border: 0;
	vertical-align: top;
}	

.cL {
	height: 32px;
	background: transparent url(images/header_bg_1.gif) top right repeat-x;
	padding: 0 20px 0 20px;
	line-height: 20px;
	vertical-align: top;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
}

.cR {
	margin: 0;
	padding: 0 20px 0 20px;
	height: 32px;
	background: transparent url(images/header_bg.gif) top left no-repeat;
	line-height: 20px;
	vertical-align: top;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
	text-align: right;
}
.nbT {
	background: white;
	margin: 0 auto;
    }
.nbT a {
	color: #000000;
	text-decoration: none;
	font-family: arial;
	}
.nbT a:hover {
	text-decoration: underline;
}
	.hT a {
	color: #7097AD;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
	}
	.hT a:hover {
	text-decoration: underline;
}
.nbL {
	width: 50%;
	height: 32px;
	background: transparent url(images/header_bg_1.gif) top right repeat-x;
	padding: 0 20px 0 20px;
	line-height: 20px;
	vertical-align: top;
	color: #676565;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	}
	.hL a {
	font-size: 12px;
}
.nbL2 {
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	}
	.hL2 img {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
}
.nbWs {
	background-color: #ffffff;
	width: 20px;
}
.nbR {
	margin: 0;
	padding-right: 10px;
	background: white url(images/separator.gif) top left repeat-y;
}

.tx-newloginbox-pi1 {
	padding-left: 20px;
	padding-bottom: 10px;
	background: transparent url(images/arrow.gif) 0 85px no-repeat;
	min-height: 100px;
}

.tx-newloginbox-pi1-content {
	padding: 5px 25px 30px 25px;
	background: white url(images/article_bg.gif) bottom right no-repeat;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
}

.tx-ednewscomments-pi1 {
	padding-left: 20px;
	padding-bottom: 10px;
	background: transparent url(images/comment_arrow.gif) 0 85px no-repeat;
	min-height: 100px;
}

.tx-ednewscomments-pi1-header {
	background: #ECF0F3;
	height: 20px;
}

#midWrap ul {
	margin-left: 20px;
	padding: 0;
	background: white;
	font-family: arial;
	font-size: 12px;
}
#midWrap li {
	margin-left: 20px;
}

.csc-sitemap-level1 {
	margin-left: 20px;
	line-height: 20px;
}

.csc-sitemap-level2{
	margin-left: 30px;
	line-height: 20px;
}

.csc-sitemap-level3{
	margin-left: 50px;
	line-height: 20px;
}

.csc-sitemap-level4{
	margin-left: 70px;
	line-height: 20px;
}

.csc-sitemap-level5{
	margin-left: 90px;
	line-height: 20px;
}


h1, h3{
	margin: 0;
	padding: 10px;
	background: #ffffff;
	font-family: arial;
	font-size: 14px;
	color: #000000;
}

.title {
	margin-left: 20px;
  line-height: 20px;
	background: #ffffff;
}

input, textarea {
  border: solid 1px #D4D0C8;
}

.csc-mailform td {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* .csi-textpic {
  display: block;
  width: 100%;
  position: relative;
  margin-left: 20px;
  padding: 5px;
  border: 1px solid blue;
} */

.tx-julleevents-pi1 p {
  padding: 0;
  margin: 5px 0 5px 0;
}

p.tx-julleevents-pi1-listrowField-title {
  padding-top: 10px;
}

div.tx-julleevents-pi1-searchbox {
  padding-top: 10px;
  padding-left: 40px;
}

.bodytext {
	padding: 0;
	background: white;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	}
	
.title {
	padding: 0;
	margin: 0;
	background: white;
	font-family: arial;
	font-size: 12px;
	font-style: italic;
}

.csi-imagewrap {
  position: relative;
}

.tx-julleevents-pi1 {
  margin-left: 20px;
  margin-bottom: 5px;
  border-left: solid 1px #FFFFFF;
	padding: 5px 25px 30px 25px;
	background: white url(images/article_bg.gif) bottom right no-repeat;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
}

.csc-header csc-header-n2 h1 {
	height: 32px;
	background: transparent url(images/header_bg_1.gif) top right repeat-x;
	padding: 0 20px 0 20px;
  margin-left: 15px;
	line-height: 20px;
	vertical-align: top;
	color: #676565;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
}

.category {
	padding: 5px 25px 30px 25px;
	background: white;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	}
	
a img {
  border: solid 0px #FFFFFF;
}

a {
  color: #7097AD;
}

#midWrap .bottomlinks {
	margin-left: 20px;
	border-left: solid 1px #FFFFFF;
	padding: 5px 25px 30px 25px;
	background: white url(images/article_bg.gif) bottom right no-repeat;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
	}

#botWrap {
  position: relative;
	margin-right: 210px;
}

#botWrap .bottomlinks {
	margin-left: 20px;
	border-left: solid 1px #FFFFFF;
	padding: 5px 25px 30px 25px;
	background: white url(images/article_bg.gif) bottom right no-repeat;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
}

#picturesList td {
	font-size: 10px;
	padding-left: 5px;
}

.tx-ablinklist-pi1 {
  margin-left: 0;
  margin-bottom: 5px;
  border-left: solid 1px #FFFFFF;
	padding: 5px 25px 30px 25px;
	background: white url(images/article_bg.gif) bottom right no-repeat;
	font-family: arial;
	font-size: 12px;
	text-align: justify;
}