body {
	margin:				0;
	padding:			0;
}

A:link { color: blue; }
A:visited { color: blue; }
A:hover { color: blue; }
A:active { color: blue; }

td.title {
	font-family:		Verdana;
	font-size:			14pt;
	font-weight:		none;
	color:				#03478C;
	padding:			0px 0px 0px 49px;
}

td.content {
	font-family:		Verdana;
	font-size:			10pt;
	line-height:		19px;
	padding:			0px 10px 20px 20px;
}

td.footer {
	text-align:			center;
	line-height:		normal;
	font-family:		Verdana;
	font-size:			8pt;
	font-weight:		none;
	color:				#FFFFFF;
	padding:			5px 0px 5px 0px;
}

td.footer a:link, td.footer a:visited, td.footer a:hover, td.footer a:active {
	color:				#FFFFFF;
	text-decoration:	underline;
}

td.leftFiller {
	width:				43px;
	background-image:	url(images/left_filler.jpg);
	background-repeat:	repeat-y;
}

td.menu {
	font-family:		Arial;
	font-size:			10pt;
	font-weight:		bold;
	padding:			20px 0px 30px 6px;		
}

#navcontainer ul {
	margin:				0;
	padding:			0;
	list-style-type:	none;
}

#navcontainer li {
	margin:				0 0 3px 0;
}

#navcontainer a {
	display:			block;
	color:				#FFFFFF;
	background-color:	#6699CC;
	width:				175px;
	padding:			5px 5px 5px 5px;
	text-decoration:	none;
}

#navcontainer a:hover
{
	background-color:	#CCCCCC;
	color:				#FFFFFF;
}

INPUT, TEXTAREA, SELECT, OPTION
{
	color:#000000;
	font: 10pt Arial;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #999999;
}

.reliantcms_form
{
	background-color:	#EFEFEF;
}.NewsSummary {
    margin-bottom: 10px;
 }

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  margin-bottom: 10px;
 }

#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

/* to add specific style to the below div, uncomment them. */
/* 
.NewsSummaryLink {}
.NewsSummaryAuthor {}
.NewsSummaryMorelink {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*//* A CSS Framework by Net Reliant */

/* FORM ELEMENTS */
	form {
		margin:5px;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
		