/* Start of CMSMS style sheet 'Theme' */
body{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #424242;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../uploads/images/bkg.gif);
	background-repeat: repeat-x;
}
.LeftBkg{
	background-image: url(../uploads/images/bkg.gif);
	background-repeat: repeat-x;
}

#Header{
	width: 950px;
	background-image: url(../uploads/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
}

#Navigation{
	width: 950px;
	background-color: #000000;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #586F1A;
}

#Content{
	background-color: #ffffff;
	padding: 20px;
}
.RedBox{
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #981B1E;
	border-right-color: #981B1E;
	border-bottom-color: #981B1E;
	border-left-color: #981B1E;
	padding: 8px;
}

#Footer{
	width: 950px;
	background-color: #000000;
	color: #cccccc;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #586F1A;
}

.DottedLiveHorizontal{
	background-image: url(../uploads/images/dotted_live_h.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.DottedLiveVertical{
	background-image: url(../uploads/images/dotted_live_v.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.Title{
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
}

.TitleLarge{
	color:#C2272D;
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5em;
}

a.NormalLink{
	color: #666666;
}
a.NormalLink:Hover{
	color: #000000;
}
a.FooterLink{
	color: #333333;
}
a.FooterLink:hover{
	color: #000000;
}

.NormalText{
	color: #000000;
}

/* End of 'Theme' */

