/* import stuffs */
@import url(forms.css);  /* form element makeup, buttons, etc */
@import url(front_styles.css); /* title, smallGrey, redWarning, stuff like that */

body, td {
	font-family: arial, verdana, helvetica;
	font-size: 12px;
}
body {
	/*background: #EEEEEE;*/
}

.mainTable {
	border: 0px;
	width: 900px;
}

.mainTop {
	color: white;
	background: #002e79;
	padding-left: 30px;
}

.navLink {
	display: block;
	width: 180px;
	border: 0px solid red;
	padding-bottom: 0px;
	background: #BBBBBB;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	height : 24px;
	margin: 0px;
}
.columnOne {
/* 	background: #b5adb5;
	background: #cccce7;
 */
	background: #c3c3dc;
}
.columnTwo {
	background: #DDDDDD;
}
.content {
	padding: 8px;
	border: 0px solid blue;
}
.newsItem {
	text-align: left;
	padding-top:   10px;
}
/* links */
a          {
	}
a:link     {
	}
a:visited  {
	}
a:active   {
	}
a:hover    {
	}
