html,body { height: 100%; }
body,td,th { color: #000000; }
frameset { border: none; }
body {
	background-color: #CCCCCC;
	background-image: url(http://www.profcommservice.com/images/bg.jpg);
	border: none;
	margin: 0px;
}

th {
	text-align: center;
	font-family: Arial, Tahoma, "Times New Roman";
	font-weight: bold;
}

h1 {
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
	margin: 8px 0px;
}

h2 {
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	margin: 5px 0px;
}

h3 {
	text-align: center;
	font-size: 1.3em;
	margin: 5px 0px;
}

h4 {
	text-align: center;
	font-size: 0.98em;
	margin: 5px 0px;
}

p {
	margin: 10px 0;
}

ul {
	padding-left: 15px;
}

a {
	font-family: Tahoma;
	color: #155719;
	text-decoration: none;
}

a:hover {
	color: #27782B;
	text-decoration: none;
}

a.news {
	font-family: Tahoma;
	color: white;
	text-decoration: underline;
}

a.news:hover {
	color:white;
	text-decoration: none;
}

a.link {
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}

a.link:visited { }

a.link:hover {
	text-decoration: none;
	color: #008200;
}

.content {
	background: #D9DBE1;
	border: solid 2px #8A94AC;
	padding: 8px;
	margin: 0px auto;
}

.smallwidth {
	width: 25%;
	min-width: 300px;
}
.mediumwidth {
	width: 45%;
	min-width: 400px;
}
.largewidth {
	width: 70%;
	min-width: 600px;
}

frameset {
	border: none;
}

.centered {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
}

.left-align {
	text-align: left !important;
}

.image_header {
	background: url(http://www.profcommservice.com/images/template.gif) no-repeat;
	font-family: "Arial Narrow", "Times New Roman";
	height: 43px;
	text-align: left;
	padding: 0px 0px 2px 43px;
}

.imagebar {
	display: block;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

.nav {
	border: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	width: 184px;
}

.nav h3 {
	font-family: Tahoma;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	margin-bottom: 5px;
}

.nav a  {
	display: block;
	font-family: Tahoma;
	color: #155719;
	text-decoration: none;
	padding: 2px 2px 2px 35px;
}
.nav a:hover  {
	color: #27782B;
	background: #D1D3DB;
	text-decoration: none;
}
.nav a.small {
	font-size: 0.8em;
	display: inline;
	padding: 1px;
}
.nav  a.small:hover { background: none; }

.nav li {
	list-style-type: none;
}

a img {
	border: none;
}

/* --------- */
/* Main News */
/* --------- */

.news {
	border: none;
	width: 615px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

.news .header {
	font-family: Tahoma, Georgia, "Times New Roman";
	color: #FFFFFF;
	background-image: url(http://www.profcommservice.com/images/newsbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
	width: 595px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.news .content {
	background-color: #D9DBE1;
	font-family: Tahoma, Georgia, "Times New Roman";
	color: #000000;
	border: 2px solid #8A94AC;
	width: 590px;
	padding: 10px;
	margin: 0px;
}

.news .content .comments {
	text-align: right;
	font-size: 0.75em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ----------- */
/* Page Layout */
/* ----------- */

#maincontent {
	margin-left: 195px;
	text-align: center;
	vertical-align: top;
}

#navcontent {
	width: 195px;
	min-height: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer {
	margin: 0 auto;
	padding: 30px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-style: italic;
}

.navbackground {
	background: url(http://www.profcommservice.com/images/sidebar_bg.jpg) repeat-y;
}

.navfooter {
	background:url(http://www.profcommservice.com/images/sidebar_foot.jpg) no-repeat;
	height: 223px;
}

/* Utility Styles for scripts */
.hidden 		   { display: none; }
.force-inline { display: inline !important; }
.force-block   { display: block !important;  }

.image_header { 
	background: url(http://cgi.profcommservice.com/images/template.gif) no-repeat; 
	font-family: Arial Narrow, Times New Roman; 
	height: 43px; 
	text-align: left; 
	padding: 0px 0px 2px 43px; 
}

/* ----- */
/* AJAX  */
/* ----- */
.ajax-loader {
	margin: 20px auto;
	font-size: 1.0 em;
	font-weight: bold;
	text-align: center;
}
.ajax-loader img {
	display: block;
	margin: 0 auto;
}

.ajax-loader-sm {
	margin: 5px auto;
	font-size: 0.9em;
	text-align: center;
}
.ajax-loader-sm img {
	vertical-align: middle;
}

/* ---------------- */
/* Generic Styles   */
/* ---------------- */
.error {
	font-weight: bold !important;
	color: red !important;
}
.required {
	font-size: 1.1em !important;
	font-weight: bold !important;
	color: red !important;
}
.floatright	{ float: right; }
.floatleft	{ float: left;  }
.clearall	{ clear: both;  }

/* -------------- */
/* Format Styles  */
/* -------------- */
.box-ib {
	display: inline-block;
}
.box-widepad {
	padding-left: 10px;
	padding-right: 10px;
}
.box-leftindent {
	text-align: left;
	margin-left: 20px;
}
.box-leftindent2 {
	text-align: left;
	margin-left: 40px;
}
.box-leftcenter {
	text-align: left;
	padding-left: 25%;
}
.box-info {
	background: #F2F5C8;
	border: 2px solid #114F8F;
	color: black;
	padding: 4px;
	font-family: Tahoma;
	margin: 5px;
}

.fmt-title {
	font-weight: bold;
	font-size: 1.0em;
}
.fmt-underline {
	text-decoration: underline;
}

form input.default {
	font-weight: bold;
}

/* ------- */
/* Buttons */
/* ------- */

.btn-size-sm {
	width: 16px;
	height: 16px;
}

.btn-size-md {
	width: 24px;
	height: 24px;
}

.btn-size-lg {
	width: 32px;
	height: 32px;
}

.btn-close, .btn-minimize, .btn-maximize, .btn-hide, .btn-return, .btn-print {
	margin: 2px;
	float: right;
	cursor: pointer;
}

/* --------- */
/* Modal Box */
/* --------- */

#comm-modalbox {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 200px;
	z-index: 100;
	display: none;
}

#comm-modalbox.pdf {
	position: fixed;
	top: 0;
	left: 2.5%;
	width: 95%;
	height: 93%;
	z-index: 100;
	display: none;
}

#comm-modalmask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3A3A3A;
	opacity: 0.7;
	z-index: 99;
	display: none;
}

#comm-modalbox .button-close {
	margin-right: 2.5%;
}

#comm-modalbox iframe {
	width: 100%;
	height: 100%;
	clear: both;
	background-color: white;
}

/* ---------- */
/* Comm Tabs  */
/* ---------- */
#comm-tabbox {
	margin: 0 auto;
	min-width: 700px;
	max-width: 1100px;
	width: 90%;
}

#comm-menu {
	width: 100%;
}

#comm-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 25px;
	text-align: center;
}

#comm-menu li {
	float: left;
	border: solid 2px #8A94AC;
	border-bottom-width: 0;
	margin: 0 4px 0 0;
	height: 100%;
}

#comm-menu li a  {
	font-family: Tahoma;
	font-size: 1.05em;
	color: #155719;
	background: #B7C1D6;
	text-decoration: none;
	padding: 0 10px 4px 10px;
}

#comm-menu li a:hover  {
	color: #27782B;
	background: #D1D3DB;
	text-decoration: none;
}

#comm-menu li.active {
	position: relative;
	top: -5px;
	height: 30px;
	margin-bottom: -5px;
}

#comm-menu li.active a {
	background: #D9DBE1;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 5px;
	position: relative;
	top: 5px;
}

#comm-menu li.active a:hover {
	color: #155719;
	background: #D9DBE1;
	font-weight: bold;
}

#comm-internal {
	background: #D9DBE1;
	border: solid 2px #8A94AC;
	padding: 8px;
	min-height: 200px;
	min-width: 600px;
	width: 100%;
	clear: both;
}

#comm-internal div.tabcontainer {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* -------- */
/* Contact  */
/* -------- */
#recaptcha_area, #recaptcha_table {
	margin: 0px auto;
}

/* -------- */
/* Library  */
/* -------- */
ul.library {
	list-style: none;
	text-align: left;
}

ul.library img {
	vertical-align: bottom;
	border: 0;
}

img.fileicon {
	margin-right: 10px;
	vertical-align: bottom;
}