/* Start of CMSMS style sheet 'Master' */
body{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #7A7A7A;
	background-color: #000000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.ContentBox{
	background-color: #0A0A0A;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2B2B2B;
	border-right-color: #2B2B2B;
	border-bottom-color: #2B2B2B;
	border-left-color: #2B2B2B;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

#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;
}

#Footer{
	width: 950px;
	background-color: #000000;
	color: #cccccc;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #586F1A;
}

.DottedLineHorizontal{
	background-image: url(uploads/images/dotted_line_h.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.DottedLineVertical{
	background-image: url(uploads/images/dotted_line_v.gif);
	background-repeat: repeat-y;
	background-position: center center;
}

.Title{
	background-repeat: no-repeat;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
}

.TitleRed{
	background-repeat: no-repeat;
	font-size: 26px;
	font-weight: bold;
	color: #CF0000;
	line-height: 1.5em;
}


.TitleSmall{
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
}

.TitleRedSmall{
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #CF0000;
	line-height: 1.5em;
}

.TitleSBold{
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #EBEBEB;
	line-height: 1.5em;
}

.TitleRedBold{
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #CF0000;
	line-height: 1.5em;
}

a.NormalLink{
	color: #666666;
}
a.NormalLink:Hover{
	color: #FFFFFF;
}
a.FooterLink{
	color: #7A7A7A;
}
a.FooterLink:hover{
	color: #FFFFFF;
}

.ImageBorder{
	border: 2px solid #666666;
}
/* End of 'Master' */

