body {
	font-family: "Trebuchet MS", Arial, Georgia;
}

#nav {
	font-variant: small-caps;
}

#nav a {
	color: #173b76;
	font-weight: bold;
	font-size: 11pt;
	padding: 2px;
}

#nav a:hover {
	text-decoration: underline;
}

#nav ul li a {
	
	color: #173b76;
	width: 90px;
	margin-top: 4px;
	background-color: #d0ce34;
	border: 1px solid #757721;
}

h1, h2, h3, h4, h5, h6 {
	color: #173b76;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
	margin-top: 5px;

}

#maincontent p {
	color: #696969;
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
}

#maincontent ul,ol {
	font-size: 12px;
	margin-left: 15px;
	color: #173b76;
}

#maincontent li {
	list-style-type: square;
	color: #696969;
	list-style-position: inside;
}

#sidebar {
	text-align: center;
}

#sidebar h3 {

	font-size: 13pt;
	margin-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-width: 1px;
	width: 100%;
}

#sidebar p {
	color: #191919;
	font-size: 10pt;
	margin-top: 1px;
}

#footer {
	color: #696969;
	font-size: 12px;
	line-height: 16px;
}

#footer a {
	color: #696969;
	text-decoration: underline;
}

#footer .topfooter a {
	color: #173b76; 
	text-decoration: none;
}

a {
	color: #173b76;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#breadcrumbs {
	font-size: xx-small;
	text-align: left;
	margin-left: 45px;
	margin-bottom: 10px;
	
}

td {
	border: 1px solid #fff;
	color: #000;
	font-size: x-small;
	padding: 2px;
	width: 50%;
}

#board td {
	padding: 10px;
	font-variant: small-caps;
	font-size: small;
}

.offback td {
	background-color: white;
	 border: 0;
}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}

span.middleColumn .message {
	margin: 4px 0 0 3px;
}

.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}

.entry {
	border-bottom: 1px solid #eee;
}

ul#SearchResults {
	margin: 10px 0;
}

ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}

#PageComments li.odd {
	background: #ff95a3 url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #510509;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}

.actionLinks li {
	display: inline;
	border-right: 1px solid;
}

.actionLinks li.last {
	border-right: none;
}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}

#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}

#PageComments p {
	font-size: 1em;
}

#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}


fieldset {
    border: none;
}

img.rightport {
	float: right;
	margin: 10px;
}

