body
{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

/* ---------------------------------------------------------- *
 *                    ELCA SPECIFIC CSS                       *
 * ---------------------------------------------------------- */

.standard {
	line-height: 14px;
	padding:5px;
	font-size:11px;
	color:#333333;
	text-align:left;
}
.utilities {
	color: #3D3D3D;
}

a {
	font-weight: normal;
	color: #666633;
	/*line-height: 20px;*/
	text-decoration:underline;	
}
a:hover {
	font-weight:bold;
}

.highlight {
	font-weight: normal;
	color: #666633;
	line-height: 20px;
	font-size:11px;
}

.tabletext {
	line-height: 14px;
	color: #3D3D3D;
	vertical-align:top;
	/*add CJD*/
	background-color:#DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.pagetitle {
	font-size: 18px;
	font-weight: bold;	
	padding-bottom: 8px; /*initially 20px*/
	color:#333333;
	font-weight:bold;
}
.lead {
	line-height: 14px;
	font-weight: bold;
	color: #3D3D3D;
	padding-bottom: 10px;
	font-size:11px;
}

ul {
	font-size:11px;
}

li {
	line-height: 21px;
	padding-left: 0px;
	color:#333333;
	list-style-type: square;	
}

/* ------------------------------------------------------- *
 *                     Title style                         *
 * ------------------------------------------------------- */

p, .text, .subtitle {
	line-height: 14px;
	min-height: 14px;
	font-size: 11px;
}

.subtitle {
	font-weight:bold;
}
.highlighttitle {
	font-weight: bold;
	color: #666633;	
	font-size:11px;
	padding-bottom:6px;
	padding-top:10px;
	line-height:1.2em;
}

/* -------------------------------------------------------- *
 *          Structure of the border of the site             *
 * -------------------------------------------------------- */
.margin_left {	
	background:url(images/shadow_left.gif);
	width:12px;
}
.margin_right {
	background:url(images/shadow_right.gif);
	width:12px;
}
.margin_bottom {
	background:url(images/shadow_bottom.gif);
	height:20px;
}
.margin_bottom_left {
	background:url(images/shadow_corner_left.gif) no-repeat;
}
.margin_bottom_right {
	background:url(images/shadow_corner_right.gif) no-repeat;
}

/* ------------------------------------------------------- *
 *                Layout of the the site                   *
 * ------------------------------------------------------- */
#header {
	text-align:left;
}
/*NONE IN HOMEPAGE*/
#main_header {
	background:url(../images/img_grise.jpg);
}
#top {
	background-color:#F5F1F1;
	text-align:right;
	border-top:0px solid gray;
	border-bottom:1px solid gray;
	height:22px;
}
/*NONE IN HOMEPAGE*/
#main_title {
	padding-top:18px;
	padding-left:20px;
}

#main_content {
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
#footer {
	padding:5px;
	background-color: #FFFFFF;
	text-align:center;
	height:25px;
}
#nav_position_main {
	padding-top:30px;
}
#nav_position_home {
	padding-top:43px;
}
.mainDiv {
	width:175px;
	margin-left:8px;
}
.home_highlight_picture {
	vertical-align:text-top;
	margin-bottom:20px;
}
.home_highlight_text {
	vertical-align:text-top;
}

.home_highlight_no_picture {
	vertical-align:text-top;
	padding-top:10px;
	padding-bottom:10px;
	height:104px;
}
.main_highlight_text {
	padding-top:5px;
	vertical-align:text-top;
}

p {
	margin: 0 0 10px 0;
	line-height:14px;
}

.box_home_content {
	padding:10px;
}

.DivNews {
	padding-right:10px;
	padding-left:10px;
	border-left:1px solid gray;
}


/* alignment classes */
img.float-left { margin: 5px 15px 5px 0px; }
img.float-right { margin: 5px 0px 5px 15px; }
.float-left { float:left;}
.float-right { float:right;}

/* ---------------------------------------------------------- *
 *                    Menu items style                        *
 * ---------------------------------------------------------- */
.menutop {
	list-style-type: none;
	margin: 0;
	padding-right:5px;
}
.menutop li {
	display: inline;
}
.menutop a {
	margin: 0 2px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	font-size:11px;
}
.menutop a:hover {
	text-decoration: underline;
	font-weight:normal;
	font-size:11px;
}
.Item0 {
	padding:2px;
	cursor:pointer;
	color: #000000;	
	border-top:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
	font-weight:bold;
	font-size:11px;
}
.Item0Selected {
	color:#FF0000;
}
.Item0 { 
	text-indent:5px;
	background-color:#F5F1F1;
}
.Item0 a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.Item0Selected a  {	
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}
.Item0 a:hover  {	
	color:#FF0000;	
	text-decoration:none;
	font-weight:bold;
}
