body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	margin-top:6px;
	padding:0px;
	font-size:11px;
	background-color:#CCCCCC;
}
a {
	color: #006699;
	text-decoration: none;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	 margin: 0px;
	 padding: 0px;
}
h1 {
	 font-family: Verdana,Arial,sans-serif;
	 font-size: 120%;
}
h2 {
	 font-family: Arial,Verdana,sans-serif;
	 font-size: 114%;
}
h3 {
	 font-family: Arial,sans-serif;
	 font-size: 100%;
}
h4 {
	 font-family: Arial,sans-serif;
	 font-size: 100%;
	 font-weight: normal;
}
h5 {
	 font-family: Verdana,Arial,sans-serif;
	 font-size: 100%;
}
ul {
 	list-style-type: square;
}
label {
	 font-family: Arial,sans-serif;
	 font-size: 100%;
	 font-weight: bold;
	 color: #334d55;
}
div, span, img, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input, select, textarea, checkbox {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size:11px;
}
table {
	border: 0px;
}


/***********************************************/
/* Layout Styles                                */
/***********************************************/

#wrapper {
	width:990px;
	height:auto;
	margin:0 auto;
	margin-top:8px;	
	background-color:#FFFFFF;
	/*clear:left;*/
}
#inner {
	position:relative;
	background:#FFFFFF;
	width:100%;
}
#header {
	width: 100%;
}
#menu {
	/*text-align:center;*/
}
#leftcol {
	float: left;
	width: 24%;
	margin: 0px auto;
	padding:10px 0 0 0;
	background-color:#FFFFFF;
}
#rightcol {
  	float:right;
	width: 24%;
	margin: 0px auto;
	padding:10px 0 0 0;
	background-color:#FFFFFF;
}
#content {
	float: left;
  	width: 52%;
	padding:10px 0 0 0;	
	height:800px auto;
	background-color:#FFFFFF;
}
#footer {
	clear: both;
	padding:20px 10px 20px 10px;
	text-align:center;
	color:#999999;
	background-color:#FFFFFF;
}
.corner {
	position:absolute;
	width:10px;
	height:10px;
	background:url(image/background.gif) no-repeat;
	font-size:0%;
}
.cornerinner {
	padding:10px;
	margin:0px;
	border:1px solid #999999;
	height:auto;	
}
.cornerinner p {
	margin:.5em 0;
}
.topleft {
	top:0;
	left:0;
	background-position:0 0;
}
.topright{
	top:0;
	right:0;
	background-position:-10px 0;
}
.bottomleft {
	bottom:0;
	left:0;
	background-position:0 -10px;
}
.bottomright {
	bottom:0;
	right:0;
	background-position:-10px -10px;
}
#menubar {
	height:16px;
	width:96%;
	background:url(image/men_m.gif) repeat-x;		
	margin:0 auto;
}
#menubar .corner_l {
	background:url(image/men_l.gif) no-repeat;
	height:16px;
	width:20px;
	float:left;
}
#menubar .corner_r {
	background:url(image/men_r.gif) no-repeat;
	height:16px;
	width:20px;
	float:right;
}


/***********************************************/
/* Common Styles                                */
/***********************************************/
.aligncenter {
	text-align:center;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.boldtxt {
	font-weight:bold;
}
.errortxt {
	font-weight:bold;
	color:#FF0000;
}
.orangetxt {
	color:#FF6600;
}
.greentxt {
	color:#669900;
}
.divider {
	height:12px;
}
.dotted {
	border-top:1px dotted #EAEAEA;
}
.clear {
	clear:both;
}
a.navlink {
	color:#FF0000;
	font-weight:bold;
	font-family:sans-serif,Helvetica;
}
a.navlink:hover {
	color:#999999;
	text-decoration:underline;
}
.buttons {
	background: #37395F;
	font-family: Tahoma, Arial; 
	font-weight: bold; 
	color: white;
	cursor:pointer;
	border:1px solid #37395F;
	font-size:84%;	
}
.rssbuttons {
	background: #FF9900;
	font-family: Tahoma, Arial; 
	font-weight: bold; 
	color: white;
	cursor:pointer;
	border:1px solid #37395F;
	font-size:84%;
}


/***********************************************/
/* Panel Styles                                */
/***********************************************/

.panel {
	position: relative;
	font-size: 96%;
	font-family:Arial, Helvetica, sans-serif;
	width:94%;
	margin:auto;
}
.panel h2 {
	background-color:#FF0000;
	height:24px;
	margin:0 auto;	
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:left;
	line-height:23px;
	padding-left:10px;
	margin-bottom:6px;
}
.panelbox ul a:link, .panelbox ul a:visited {
	display: block;
}
.panelbox ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
}
.panelbox ul.news {
	list-style:url(image/icon_n.gif); 
	text-align:left;
	/*width:180px;*/
	margin:8px 0 0 24px;
}
.panelbox ul.projects {
	list-style:url(image/arrow.gif); 
	text-align:left;
	/*width:180px;*/
	margin:8px 0 0 24px;
}
.panelbox ul li {
	margin-top:8px;
}
.panelbox a {
	display: block;
	/*padding: 2px 0px 2px 10px;*/
}
.panelbox ul a:hover {
	background-color: #dddddd;
}
.panelbox div {
	width:98%;
}
.panelbox input.txtbox{
	width:160px;
	height:12px;
}
.panelbox select {
	height:16px;
}
.panelbox label {
	 font-family: Arial,sans-serif;
	 color: #334d55;
	 font-size:10px;
}
.panelbox input.txtbox, .panelbox select {
	 background-color: #FFFFCC;
	 border:1px solid #CCCCCC;
	 height:16px;
	 width:172px;
	 padding-left:5px;
}
.panelbox input.newsletter {
	 width:134px;
}
.panelbox td {
	text-align:left;
	padding:2px;
}
.panelbox td.cal {
	padding-left:0px;
}

.panelbox .nav {
	padding:10px 5px 0 0;
}
.xboxcontent ul {
	list-style: square; 
}
.xboxcontent ul.news {
	list-style:url(image/icon_n.gif); 
	text-align:left;
	width:190px;
	margin-left:24px;
}
.xboxcontent ul.news li {
	line-height:18px;
}
.xboxcontent #intro {
	padding-bottom:6px;
}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.xb1 {margin:0 5px; background:#ccc;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xboxcontent {display:block; background:#fff; border:0 solid #ccc; border-width:0 1px; text-align:center;}
.panelbox {display:block; background:#fff; border:0 solid #ccc; border-width:0 1px; padding:6px 8px 6px 8px;}


/***********************************************/
/* Content Styles                                */
/***********************************************/
#header h1 {
	color:#FF0000;
	padding-bottom:8px;
	font-size:16px;
	text-align:center;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#header h3 {
	color:#000000;
	padding-bottom:6px;
	text-align:center;
	font-style:italic;
	font-size:14px;
}
#header table {
	margin:0 auto;
	width:50%;
}
#news a.newstitle {
	font-size:12px;
	font-weight:bold;
}
#news a.newstitle:hover {
	color:#FF3300;
}
#news .gridborder td {
	border-bottom:1px dotted #C0C0FF;
}
#news .gridborder table.info td {
	border-bottom:none;
}
#news .details {
	padding:10px 2px 8px 2px;
}
#staff {
	width:400px;
	margin:0 auto;
	border:1px solid #CCCCCC;
	background-color: #FFFFCC;
}
#staff td {
	vertical-align:top;
	padding:8px;
}
#staff td img {
	text-align:center;
}
#staff td h4 {
	color:#666666;
	font-size:14px;
	font-weight:bold;
	margin:0 0 5px 0;
}
.pager td {
	text-align:center;
	color:#999999;
}
.pager a {
	color:#FF9900;
}
.pager a:hover {
	color:#333333;
}



/***********************************************/
/* Main Panel Styles                                */
/***********************************************/
#innerdefaultbox {
	padding:6px 10px 20px 10px;
	text-align:left;
	/*min-height:550px;*/
	min-height:300px;
}
.innerhomebox {
	padding:6px 10px 6px 10px;
	text-align:left;
}
#innerdefaultbox #titles {
	background-color:#FF0000;
	padding-left:10px;	
	height:26px;
}
#innerdefaultbox h2, .innerhomebox h2 {
	color:#FFFFFF;
	background-color:#FF0000;
	font-weight:bold;
	font-size:16px;
	line-height:26px;
}
#innerdefaultbox h2 {
	width:80%;
	float:left;
}
.innerhomebox h2 {
	padding-left:10px;
	width:98%;
	margin:0 auto;	
}
#innerdefaultbox h3 {
	color:#666666;
	font-weight:bold;
	font-size:14px;
	margin:8px 0 20px 0;
	text-align:left;
}
#innerdefaultbox #navs {	
	text-align:left;
	line-height:26px;
	width:18%;
	float:right;
}
#innerdefaultbox #navs a {	
	color:#FFFFFF;
	text-decoration:underline;
}
#innerdefaultbox #navs a:hover {	
	text-decoration:none;
	color:#000000;
}
#innerdefaultbox input.txtbox {
	 background-color: #FFFFCC;
	 border:1px solid #CCCCCC;
	 height:16px;
	 width:172px;
	 padding-left:5px;
}
.innermain {
	width:98%;
	margin:0 auto;
}
#toplinks {
	padding:6px 6px 4px 0;
	text-align:right;
}
.bannerbox {
	padding:6px 0 6px 0;
	text-align:center;
}
#breadcrumb {
	font-size:10px;	
	color:#999999;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
	padding-top:8px;
	margin-bottom:20px;
}
#breadcrumb a {
	color:#FF0000;	
}
#breadcrumb a:hover {
	color:#000000;	
}
#content p {
	padding:0;
}
div.highlights {
	text-align:left;
}
div.highlights .pic {
	width:126px;
	float:left;
}
div.highlights .pic img {
	border:1px solid #FF0000;
}
div.highlights .text {
	width:340px;
	float:left;
}
div.highlights h3 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
div.highlights a.titles {
	font-size:12px;
	color:#333333;
	text-decoration:underline;
}
div.highlights a.titles:hover {
	color:#666666;
	text-decoration:none;
}
.quoter {
	color:#006699;
	text-align:right;
	font-weight:bold;
	padding-top:5px;
}
#news h2 {
	width:100%;
	color:#444444;
	font-size:16px;
	background-color:transparent;
}
#footer a {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
	font-size:10px;
}
#footer a:hover {
	color:#999999;
	text-decoration:none;
}
#quotes {
	width: 96%;
	padding-left:4px;
	height: 100px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;color: #333;
	font-style: italic
}
#quotes div.who {
	color:#006699;
	font-weight:bold;
	padding-top:12px;
}
#quotesmore {
	text-align:right;
}
#comments .item {
	padding:12px 0 12px 0;
}
#comments .message {
	padding:4px;
	font-family: Georgia, "Times New Roman", Times, serif;color: #333;
	font-style: italic
}
#comments .sender {
	color:#006699;
	font-weight:bold;
}
h3.contacts {
	font-size:14px;
	padding-bottom:2px;
	margin-bottom:2px;
	color:Red;
}


/***********************************************/
/* Side Menu Styles                                */
/***********************************************/
td.menuside {
	font-family:Sans-Serif,Tahoma,Verdana;
    background:#EAEAEA;
    border-bottom:solid 1px #FF0000;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:2px;
    padding-right:0px;
	width:100%;
}
.menusideback {
	background-color:#EAEAEA;
}
a.menuside { 
	font-weight:bold;
	color:#666699;
}
a.menuside:hover { 
	color:#FFFFFF;
	text-decoration:none;
}
td.menusideselected {
	background:#999999;
}
.menusideselected a {
	color:#FFFFFF;
}
td.menusidehover {
	background:#FF0000;
	color:#FFFFFF;
}


/***********************************************/
/* Project Styles                                */
/***********************************************/
#projectlist .searchbox {
	background-color:#EAEAEA;
	border:1px solid #CCCCCC;
	height:26px;
	padding:5px 0 5px 10px;
	margin-top:10px;
}
#projectlist .selects {
	border:1px solid #CCCCCC;
	height:20px;
	width:270px;
	margin:4px 0 0 0;
}
#projectlist .item {
	background-color: #FFFFCC;
	border:1px solid #CCCCCC;
	margin-top:16px;
	padding:4px;
}
#projectlist .item .title {
	float:left;
	width:72%;
	padding:8px 4px 6px 8px;
}
#projectlist .item h3 {
	padding:8px 4px 0 8px;
	font-size:14px;
}
#projectlist .item .title a {
	font-size:14px;
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}
#projectlist .item .title a:hover {
	color:#999999;
	text-decoration:none;
}
#projectlist .item .button {
	float:right;
	width:24%;
	padding-top:8px;
}
#projectlist .item span.label {
	color:#FF6600;
	font-weight:bold;
	padding:8px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}
#projectlist .item span.field {
	color:#669900;
	font-weight:bold;
	padding:8px 0 8px 3px;
	font-family:Arial, Helvetica, sans-serif;
}
#projectlist .item .desc {
	padding:8px 8px 3px 8px;
}
#projectlist .item .links {
	padding:3px 8px 8px 0;
	text-align:right;
}
#projectlist .item .links a {
	color:#FF0000;
	font-weight:bold;
	font-size:10px;
	text-decoration:underline;
}
#projectlist .item .links a:hover {
	color:#999999;
	text-decoration:none;
}
#projectlist .item .popup {
	text-align:right;
	padding-right:10px;
}

#projectlist .overview .title, #projectlist .included .title, #projectlist .excluded .title {
	font-weight:bold;
	font-size:18px;
	padding:12px 0 10px 0;
}
.overview .title {
	color:#9999FF;
}
.included .title {
	color:#00CC33;
}
.excluded .title {
	color:#CC3300;
}
#projectlist p {
	padding-top:8px;
}


/***********************************************/
/* Form Styles                                */
/***********************************************/
#civsform table {
	width:100%;
	margin:0 auto:
}
#civsform .label {
	text-align:right;
	padding-right:5px;
}
#civsform .field {
	text-align:left;
}
#civsform .field input {
	width:230px;
	height:14px; 
}
#civsform .field input, #civsform .field textarea, #civsform .field select {
	border:1px solid #999999;
	padding-top:6px;
	padding-left:5px;
	background-color: #FFFFCC;
	border:1px solid #CCCCCC;
}
#civsform textarea {
	width:230px;
	height:130px;
	border:1px solid #999999;
}
#civsform select {
	width:234px;
	border:1px solid #99CC00;
}
.mandatory {
	color:#FF0000;
}





/***********************************************/
/* Calendar Styles                                */
/***********************************************/
/* the div that holds the date picker calendar */
.dpDiv {
	}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060FF;
	font-weight: bold;
	}
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

