body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	min-width: 780px;
	background-color: #020307;
	text-align: center;
	color: #143452;
}
#container { 
	width: 780px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.noborder img { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:none;
	border:none;
}
p {
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 16px;
	color: #0000CC;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	padding: 15px 5px 5px 5px;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 26px;
	font-weight: bold;
	color: #0000CC;
}
h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #0000CC;
}
.intro {
	padding: 12px 15px 12px 15px;
	text-align:justify;
}
a:link { 
	color: #0000FF;
}
a:visited { 
	color: #FF0000
}
a:link:hover {
	color: #00FFFF;
}
a:visited:hover {
	color: #00FFFF;
}
.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(46,24,227);
	margin-bottom: 10px;
}
#home .intro {
	padding: 12px 25px 12px 15px;
	text-align:justify;
}
#home .rightBar {
	border-left: 1px solid #C5CAC5;
	padding: 8px 8px 6px 5px;
	font-size: 12px;
}
#home .rightBar h2 {
	font-weight:bold;
	font-size:14px;
	color: #0000CC;
	padding: 12px 0 8px 0;
}
#home img { 
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	float:none;
	border:none;
}
#services p {
	padding: 12px 25px 12px 15px;
}
#services h2 {
	border-top: 1px solid rgb(46,24,227);
	padding: 12px 25px 12px 15px;
}
#services .intro {
	padding: 12px 25px 12px 15px;
	text-align:justify;
}
#services ul {
	padding: 0px 0px 0px 0px;
}
#services ul li {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	font-size: 16px;
	color: #0000CC;
}
#templates .leftBar {
	border-right: 1px solid #C5CAC5;
	padding: 8px 8px 6px 5px;
	font-size: 12px;
}
#templates .leftBar h2 {
	font-weight:bold;
	font-size:14px;
	color: #0000CC;
	padding: 12px 0 8px 0;
}
#templates .categoryList{line-height:1.1em}
#templates .categoryList A{text-decoration:none}
#contactUsForm {
	text-align: center;
	position: relative; 
	vertical-align: top;
	line-height: 1.7em; 
	font-weight: 900;
	font-size: 10pt; 
}
#contactUsForm table {
	border-collapse: collapse;
	width: 100%;
} 
#contactUsForm form {
	margin: 0 0 0 0;
} 
#contactUsForm td { 
	vertical-align: top;
}
#contactUsForm p {
	margin: 1px 10px 1px 10px;
}
a.mnu:active, a.mnu:hover, a.mnu:visited, a.mnu:link {
	font-size:10px;
	color:#FFFFFF;
}
.copyright { 
	padding: 0 0 0 0; 
	font-size: 12px;
	color: white;
	text-align: center; 
}
