/* Start of CMSMS style sheet 'main' */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background: #9E9E9E url(images/background.gif) repeat-x;
	margin: 0 10px 10px 10px;
}

p, td {
	font-size: 11px;
	color: #333;
}

#left {
	display: block;
	width: 15px;
	height: 415px;
	font-size: 4px;
	background: #9E9E9E url(images/side_left.gif) no-repeat top;
}

#right {
	display: block;
	width: 15px;
	height: 415px;
	font-size: 4px;
	background: #9E9E9E url(images/side_right.gif) no-repeat top;
}

.mainborder {
	border-color: #000;
	border-width: 1px 1px 1px 1px;
	border-style: none solid none solid;
}

.mainborder2 {
	border-top: 1px none #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

.text2 {
	font-size: 12px;
}

.bullet {
	list-style-position: outside;
	list-style-type: circle;
	font-size: 10px;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
}

.textfield {
	background-color: #FFF;
	border: 1px solid #666;
}

.newsborder {
	border-top: 1px none #999;
	border-right: 1px dashed #999;
	border-bottom: 1px none #999;
	border-left: 1px none #999;
}

.bkg {
	background-color: #000;
}

.previewtext {
	font-size: 12px;
}

.previewheading {
	font-size: 12px;
	color: #06C;
}

#main {
	margin-left: auto;
	margin-right: auto;
}

#leftnav {
	width: 240px;
	background: #FFF;
	vertical-align: top;
	text-align: left;
	padding: 6px;
	float: left;
}

#content {
	width: 650px;
	background: #FFF;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	float: left;
}

img {
	border: none;
}

.pbcn {
	font-size: 10px;
	font-weight: bold;
}

.pbcn a {
	color: Green;
	text-decoration: underline;
}

.pbcn a:hover {
	text-decoration: none;
}

/* End of 'main' */

