body { 
	padding: 0; 
	margin: 10; 
	font: 75% Arial, Tahoma, sans-serif; 
	line-height: 120%; 
	background: url(../images/bg.gif); 
	color: #000; 
	text-align: center;
}

a { 
	text-decoration: none; 
	color: #003355;
	font-weight: bold; 
}

a:hover { 
	text-decoration: none; 
	color: #fcfcfc;
	background: #003355;
}

p {	
	margin: 15px 0 0px 0;
}

img { border: 0; }

.IndentedText {
	padding-left: 20px;
} 

.OneThirdColumn {
	width: 33%;
	float: left;
}

.OneHalfColumn {
	padding: 0;
	margin: 0;
	width: 50%;
	float: left;
}


.TwoThirdsColumn {
	width: 66%;
	float: left;
}

.ContentCol {
	width: auto;
	padding: 20px;
}	

.OneThirdColumnOnRight {
	width: 33%;
	float: right;
}


.ContentColThreeGrad {
	min-height:400px;
	padding: 20px;
	background: url(../images/bg-BlueGrad-1x400.gif) repeat-x ;
	border-left: 1px #ccc solid;
}	

.SectionHeader {
	font-size: 1.4em;
	font-weight: bold;
	color: #008000;
	line-spacing: 20px;
}

.NavBar {
	margin: 0;
	text-align: center;
	padding: 0;
}

.NavBarItem {
	border-right: #ccc 3px solid;
	border-bottom: #eee 1px solid;
}

.NavBarItem ul {
	margin:0;
	padding:0;
}

.NavBarItem li {
	margin:0;
	padding:0;
	list-style:none;
}

.NavBarItem li a {	
	display:block;
	padding:3px 18px 3px 18px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	
}

.NavBarItem li a:hover {
	background-color:#555;
	color:#fcfcfc;
	font-weight:bold;
}


.LeftNavBar {
	margin: 0;
	text-align: center;
	padding: 0;
}

.LeftNavBarItem {
	border-right: #ccc 3px solid;
	border-bottom: #eee 1px solid;
}

.LeftNavBarItem ul {
	margin:0;
	padding:0;
}

.LeftNavBarItem li {
	margin:0;
	padding:0;
	list-style:none;
}

.LeftNavBarItem li a {	
	display:block;
	padding:3px 18px 3px 18px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
	background: #fcfcfc;
	
}

.LeftNavBarItem li a:hover {
	background-color:#555;
	color:#fcfcfc;
	font-weight:bold;
}

.Footer{
	clear: both;
	margin: 0;
	padding: 4px 0 8px 20px;
	background: #555;
	color: #ccc;
	font-size: 0.8em;
	font-weight: bold;
	border-bottom: #fcfcfc 1px solid;
}

.Footer a { 
	text-decoration: underline; 
	color: #ccc;
	font-weight: bold; 
}

.Footer a:hover { 
	text-decoration: none; 
	color: #fcfcfc;
	background: #008000;
}

.Footer a:visited { 
	text-decoration: underline; 
	color: #ccc;
	font-weight: bold; 
}

.Callout {
	font-size: 1.4em;
	line-height: 130%;
	font-weight: bold;
}
	
.BulletedList {
}

.BulletedList ul {
	margin:0;
	padding:0 0 0 20px;
	list-style-image: url(../images/blue-bullet.gif);
}
.BulletedList li {
	margin:0;
	padding:0 0 10px 0;
}

.Content {
	background: #fcfcfc;
	position: relative;
	width:760px;
	max-width:760px;
	margin:0;
	padding:0;
	border-bottom: 0 0 4px 0 #008000 solid;
	text-align: left;
}

.TDContent {
	background: #fcfcfc;
	width:auto;
	margin:0;
	text-align: left;
}


.ContentRight {
	background: #fcfcfc;
	position: relative;
	width:auto;
	margin:0;
	text-align: left;
}

.InBox {
	margin: 5px;
	padding: 5px;
	border: 2px #555 solid;
	position: relative;
}

.Header {
	float: left;
	width: auto;
	background: url(../images/bg.gif); 
	border: #fcfcfc 4px solid;
	border-bottom: 0;
}

.PhotoBoxContainer {
	float: left;
	width: auto;
	border:  #fcfcfc 4px solid;
	padding: 4px;
	margin: 2px; 
	background: url(../images/bg.gif); 
}

.PhotoBox{
	float: left;
	width: auto;
	border: #fcfcfc 4px solid;
	padding: 0px;
	margin: 0px; 
}

.HeaderInnerBox {
	width: auto;
	border: #fcfcfc 1px solid;
	padding: 8px;
	margin: 8px; 
}


.HeaderText {
	padding-top: 20px; 
	text-align: center; 
	color:#ffcc00;
	font-size:2.0em;
	font-weight: bold;
}

.HeaderTextSlogan {
	 padding-top: 10px; 
	 text-align: center; 
	 color:#fcfcfc;
	 font-style:italic;
}

.HeaderTextPhone {
	 padding-top: 0px; 
	 text-align: center; 
	 color:#fcfcfc;
}

.LeftBar {
	margin:0;
	padding:10px;
	border: #fcfcfc 4px solid;
	background: url(../images/bg.gif); 
}