/*body{
	color:#636a6b;
	background-color:#677d87;
	font-family:verdana;
	font-size:12px;
}
table{
	font-family:verdana;
	font-size:12px;
}
#location{
	background-color:#c3c27d;
	color:#0a0711;
	font-weight:bold;
	text-align:center;
}
#menu{
	background-color:#efebaf;
	font-weight:bold;
	padding:0px 0px 0px 25px;
}

a:active, a:focus, a:link, a:visited  {
	text-decoration:underline;
	color:#575f65;
}
a:hover{
	text-decoration:underline;
	color:#333333;
}

a.menu:active, a.menu:focus, a.menu:link, a.menu:visited  {
	text-decoration:none;
	color:#575f65;
}
a.menu:hover{
	text-decoration:underline;
	color:#575f65;
}
#leftArticles{
	background-image: url(/images/left_background.gif);
	background-repeat: repeat-x;
	background-color:white;
}
div.leftArticleText{
	padding:5px 5px 5px 5px;
}
#leftMiddle{
	background-image: url(/images/landing_13.gif);
	background-repeat: repeat-y;
}
#rightMiddle{
	background-image: url(/images/landing_16.gif);
	background-repeat: repeat-y;
}
#content{
	background-color:white;
}

.articleHolder{
	width:50%;
	vertical-align:top;
}
div.articleHeader{
	color:#148ecb;
	font-weight:bold;
}
div.articleMainHeader{
	color:#148ecb;
	font-weight:bold;
	font-size:15px;
}
.middleArticle{
	background-image: url(/images/dots.gif);
	background-repeat: repeat-y;
	width:2px;
}
.articleImage{
	margin:5px 5px 5px 5px;
}
.green{
	color:#5cad46;
}
a.more:active, a.more:focus, a.more:link, a.more:visited  {
	text-decoration:none;
	color:#0887c9;
	font-weight:bold;
}
a.more:hover{
	text-decoration:underline;
	color:#0a75ad;
	font-weight:bold;
}

div#itemHolder{
	margin:10px 10px 10px 10px;
}
*/
* {
	-mox-box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
}

h1 {
	color: #660033;
	font-size: 16px;
}

table {
	font-family: arial;
	font-size: 12px;
}

td.rightColumn {
	padding: 15px;
}

.rightColumnDiv {
	width: 175px;
}

img {
	display: block;
	border: none;
}

td.menu {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 15px;
}

td.menu a {
	color: #ffffff;
	text-decoration: none;
}

td.menu a:hover {
	text-decoration: underline;
}

/*new style*/
.mainContent {
	padding: 20px;
	width: 730px;
	color: #273740;
}

.mainContent a {
	color: #660033;
}

.mainContent a:hover {
	color: #000000;
}

.articles {

}

img {
	display: block;
}
.articleHolder {
	float: left;
	width: 343px;
	margin: 10px;
}

td.points {
	font-size: 18px;
	color: #96ef36;
	padding-left: 5px;
}

td.title {
	color: #ffffff;
	font-size: 24px;
	padding-left: 20px;
}

td.date {
	color: #ffffff;
	text-align: center;
	font-size: 12px;
}

td.copyRight {
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 11px;
	color: #999999;
	font-family: arial;
}

td.copyRight a {
	color: #999999;
}

hr {
	height: 1px;
	border: 0;
	margin: 10px 0 0 0;
	border-top: 1px solid #688488;
}

input.smalltext {
	width: 75px;
}
.multipleFields td {
	padding-right: 4px;
}

p.error,
p.error * {
	color: red;
	font-weight: bold;
}
