body
{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	background-color: #172240;
	font-size: 12px;
	background-image: url(../bg_main.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;  
}

p
{
	margin: 0 0 10px 0;
	padding: 0;
}

a
{
	color: #6db61e;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #4d961e;
}

a:hover
{
	text-decoration: underline;
	color: #6db61e;
}

#NAVIGATION { width: 800px; height:31px; text-align: left; margin-left: auto; margin-right: auto; margin-top: 15px; }

#VISUAL
{
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../bg_header.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	height: 36px;
}

.LinkTitle
{
	color: White;
	font-weight: bold;
	padding-left: 35px;
	padding-top: 3px;
	font-size: 22px;
}

.LinkDescription
{
	font-weight: bold;
	font-size: larger;
	margin-bottom: 35px;
	font-style: italic;
}

.FGLogo
{
	float: left;
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 4px;
	top: 3px;
}

#CONTENT { width: 898px; text-align: left; margin-left: auto; margin-right: auto; background-color: White; border-left: solid 1px black; border-right: solid 1px black; }
	#TEXT { min-height:450px; margin: 0 30px 0 30px; display: block; position: relative; padding-top: 15px;  padding-bottom: 20px; }
	#TEXT h1 { font-size: 18px;  font-weight: bold;  margin: 0 0 15px 0;  padding: 5px 0 0 0; }
	#TEXT h2 { font-size: 14px;  font-weight: bold;  margin: 0 0 15px 0;  padding: 5px 0 0 0; }
	#TEXT p { text-align: justify;  line-height: 18px;  margin-bottom: 18px; }
	#TEXT ul.Path { margin-left: 0;  padding-left: 0;  display: block; border: none;  margin: 0 0 15px 0; } 
	#TEXT ul.Path li { margin-left: 0; padding-left: 0px; border: none; list-style: none; display: inline; color: black; font-size: 11px; font-weight: bold;  line-height: 18px; }
	#TEXT ul.Path a { display: inline; text-decoration: none; font-size: 11px; padding-right: 12px;  margin-right: 5px;  background-image: url(../ArrowPath.png); background-position: right; background-repeat: no-repeat; }	
	#TEXT ul.Path a:hover { text-decoration: underline; }
	#TEXT td { vertical-align: top; text-align: left; }
	#TEXT ol li p { margin-bottom: 10px; }
	#TEXT ol li ul { margin-bottom: 10px; }

#FOOTER { width: 900px; text-align: left; margin-left: auto; margin-right: auto; background-image: url(../bg_footer.png);  background-repeat: no-repeat; padding-top: 12px; }
	#LINKS { height: 38px;  text-align: left; color: white;  padding-left: 5px; clear: none; }
	#LINKS ul { margin: 0; padding-left: 0; display: inline;  list-style: none; } 
	#LINKS li { float: left; margin: 0;  padding: 0px 11px 0px 11px; list-style: none; display: inline;  border-right: 1px dotted Gray; clear: none; }
	#LINKS li.Last { border-right: none; }
	#LINKS a { font-size: 11px; color: white; text-decoration: none; }
	#LINKS a:hover{ text-decoration: underline;	}
	#LINKS li.Right { float: right;  }
	#LINKS li.RightLast { float: right; border-right: none; }

.selected
{
	font-weight: bold
}

.pages
{
    padding: 20px 0 10px 0;
    margin: 20px 0 10px 0;
    clear: left;
    font-size: 11px;
    text-align: center;
    width: 100%;
}

.pages div
{
	display: inline;
	vertical-align: top;
}

.pages .single, .pages .nextprev, .pages .currentPage
{
	padding: 3px 7px 3px 7px;
    background: White;
	vertical-align: top;
}

.pages .currentPage
{
    border: 1px solid #ddd;
    font-weight: bold;
    background: white;
    color: black;
}

.pages a
{
    border: 1px solid #6db61e;
    text-decoration: none;
}

.pages a:hover
{
    color: white;
    background: #6db61e;
}

.pages a.nextprev
{
    font-weight: bold;
}

.pages div.nextprev
{
	color: #999;
}

.pages .nextprev
{
	border: 1px solid #ddd;
    margin-right: 2px;
}

.pages a.nextprev
{
	border: 1px solid #6db61e;
}

.BlogEntry
{
	border: solid 1px black;
	margin-bottom: 40px;
}

.BlogEntryContent
{
	padding: 5px;
	overflow: hidden;
}

.BlogEntry .BlogEntryTitle
{
	display: block;
	background-color: #e8e8e8;
	padding: 5px;
	font-weight: bold;
	font-size: 12pt;
}

.BlogEntryMetaInfo
{
	float: right;
	display: block;
	position: relative;
	top: 1em;
	right: 0.5em;
}

.BlogEntryTitle > a
{
	color: Black;
}

.BlogEntryExtra
{
	font-style: italic;
	font-size: smaller;
	font-weight: normal;
}

.BlogEntryExtra
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.BlogEntryVia
{
	float: none;
	font-style: italic;
	font-size: x-small;
	position: relative;
	right: 0.5em;
	padding-left: 5px
}

.BlogEntryAction
{
	padding: 5px;
	font-weight: bold;
}

.BlogComments
{
	padding-left: 30px;
	padding-right: 30px;
}

.BlogCommentTitle
{
	font-weight: bold;
	background-color: #eeeeee;
	padding: 2px 4px 2px 4px;
}

.BlogCommentMeta
{
	font-style: italic;
	color: gray;
	padding: 2px 4px 2px 4px;
}

.BlogCommentComment
{
	margin-top: 0.5em;
	padding: 2px 4px 2px 4px;
}

.BlogCommentEntry
{
	margin-top: 2em;
	margin-bottom: 2em;
	border: solid 1px #bbbbbb;
}

.LinkBlogEntryCommentLeft, .LinkBlogEntryCommentRight
{
	font-family: serif;
	font-weight: bold;
	font-size: 500%;
}

.LinkBlogEntryCommentLeft
{
	float: left;
	position: relative;
	left: 9px;
	top: -23px;
	height: 20px !important;
}

.LinkBlogEntryCommentRight
{
	float: right;
	position: relative;
	left: -10px;
	top: -40px;
	height: 20px !important;
}

.LinkBlogEntryComment
{
	text-align: justify;
	border: dotted 2px #84b950;
	background-color: #e8f1de;
	padding: 10px 30px 10px 20px;
	margin: 0 2em 1em 2em;
	font-style: italic;
}
