/* Start of CMSMS style sheet 'theme' */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

input, textarea{
	color: #000000;
	background-color: #E4E4E4;
	padding: 3px;
	border: 1px solid #000000;
}

#Header{
	width: 950px;
	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: #FFF;
	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{
	font-size: 32px;
	font-weight: normal;
	color: #000;
	line-height: 1.5em;
	display: block;
}

.LargeText{
	font-size: 16px;
	font-weight: bold;
	color: #E62425;
	line-height: 1.5em;
}

a{
	color: #E62425;
}
a:Hover{
	color: #000000;
}
a.FooterLink{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}
a.FooterLink:hover{
	color: #000000;
}

input, textarea{
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #000000;
}

.FooterText{
	color: #FFFFFF;
	font-size: 11px;
}

.PageBorder{
	border: 0px solid #FFFFFF;
}

.ImageBorder {
	border: 4px solid #E7E7E7;
}

.ImageFloatLeft {float: left; margin-right:20px; margin-bottom:14px;}

.ImageFloatRight {float: right; margin-left:20px; margin-bottom:14px;}

.bullets {
	list-style-image: url(../uploads/images/bullet.png);
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #E62425;
	
}
/* End of 'theme' */

