#content {
   font: normal 12px/14px arial;
	color: #3f3f3f;	
	margin: 0px;
	padding: 0px;
}

a {
	color: #157CA2;
	text-decoration: underline;
}

a:hover {
	color: #157CA2;
	text-decoration: none;
}

body {
   background:  #F7F7F6;
}

#content .paragraph {
	margin-bottom: 10px;
}

div #adminMenu a {
	text-decoration: none;
	font-weight: bold;
	line-height: 8px;
}

div #adminMenu a:hover {
	text-decoration: underline;
	font-weight: bold;
	line-height: 8px;
}

div#header{position:relative}
div#header h1{height:80px;line-height:80px;margin:0;
padding-left:10px;background: #EEE;color: #79B30B}
div#header a{position:absolute;right:0;top:23px}
div#container{text-align:left}
div#content p{line-height:14px;}

div#footer{color: #FFF}
div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #C6D5FD}

div#container{width:900px; margin: 20px 0px 20px 18px; }
div#wrapper{float:left;width:100%}
div#navBar{margin: 120px 0px 25px 200px; width: 690px; clear: both; }
div#content{margin: 0px 0px 20px 200px; width: 440px; }
div#navigation{float:left;width:180px;margin-left:-900px}
div#extra{float:left;width:240px;margin-left:-240px; margin-top: 195px; margin-bottom: 20px;}
div#footer{clear:left;width:100%; }

.bold { font: bold arial/sans-serif;  font-weight: bold; }

h2, .h2 { font: bold 14px/18px arial; color: #157CA2; margin-bottom: 10px; }
h3, .h3 { font: bold 12px/14px arial; color: #157CA2; margin-bottom: 5px; }

.h2 a, .h3 a {
	text-decoration: none;
}

.h2 a:hover, .h3 a:hover {
	text-decoration: underline;
}

.styleBox {
	float: left;
	width: 24px;
	height:24px;
	background-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	margin: 1px;
	cursor: pointer
}

.editBar {
	clear: both;
	height: 30px;

}


.input {
	width: 180px;
}

#content .twocol  {
	width: 440px;
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px ;
	}
	
.pic {
		border: solid 1px #3f3f3f ;
	}

.twocol div.left { 	
	padding: 0px 4px 2px 2px;
	width: 180px;
	float: left;
	text-align: left;
}

.twocol div.right { 	
	padding: 0px 4px 2px 2px;
	width: 245px;
	float: left;
	text-align: left;
}

div.greyline {
	margin: 5px 0px 0px 0px;
	height: 2px;
	background-color:  #3f3f3f;
	clear: both;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #000000; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.addNew {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9px; 
	color: #FF0000;
}

.addNew:hover {
	color: #000000;
	cursor: pointer;
}

#content div {
	margin-bottom: 5px;
}

editable_textarea {
margin: 0px 0px 25px 0px;
}

.formLine {
	width: 180px;
	padding: 0px 0px 2px 0px;
	font-size: 10px;
	clear: both;
}

.formSubmitLine {
	width: 180px;
	padding: 0px 0px 2px 0px;
	font-size: 10px;
	clear: both;
	text-align: right;
}

.label {
	padding: 5px 0px 0px 0px;
	font-weight: bold;
}

.field {
	width: 100px;
}

