/* Start of CMSMS style sheet 'theme' */
body{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	margin-top:0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image:url(../uploads/images/tile.jpg);
	background-repeat:repeat-x;
	background-color: #006497;
}


h1,h2,h3,h4 {
	color: #000000;
}

#Header{
	width: 900px;
	background-image: url(../uploads/images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
}

#Navigation{
	width: 900px;
	height:34px;
	background-color: #032d4b;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	
}

#Content{
	background-color: #ffffff;
	padding:0px;
	
}

#Content_Home{
	background-color: #ffffff;
	padding:0px;
	background-image:url(../uploads/images/home_header.jpg);
	background-repeat:no-repeat;
	
}

#Footer{
	width: 900px;
	background-color: #005995;
	color: #cccccc;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	
}

.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{
	background-image: url(../uploads/images/title_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-left: 28px;
	line-height: 1.5em;
}

a.NormalLink{
	color: #666666;
}
a.NormalLink:Hover{
	color: #000000;
}
a.FooterLink{
	color: #cccccc;
}
a.FooterLink:hover{
	color: #FF9900;
}


/* End of 'theme' */

