body {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-variant: normal;
	letter-spacing: 1px;
	/*font-variant: small-caps;*/
	
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}

a:link {
	color: #800000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #800000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #800000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #800000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.emphasize {
	color: #000000;
	font-weight: bold;
}

.body {
	
}

#container { 
	width: 855px;
	margin: 0px;
	padding: 0;
}

#logo {
	padding: 0;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
}

#content {
	margin: 0px;
	padding: 4px;	
	border: 1px solid #000000;	
}

#topMenuBar {
	padding: 0px;
	border: 0px solid #FFFFFF;
	background-color: #2A2424;
}

#bottomMenuBar {
	padding: 0;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
}

#leftMenuContainer{
	padding: 0;
	margin: 0;
	width: 237px; 
	height: 448px;
	overflow: auto;	
}

#leftMenu{
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 130%;	
}

#titlepageTextWithImage{
	padding: 10px;
	height: 118px;
	overflow: auto;	
	color: #FFFFFF;
	font-weight: bold;
	/*background-color: #2A2424;*/
	font-size: 110%;	
}

#titlepageTextNoImage{
	padding: 10px;
	height: 428px;
	overflow: auto;	
	color: #FFFFFF;
	/*background-color: #2A2424;*/
	font-weight: bold;
	font-size: 110%;
}

#sectionItemContainer{
	width: 593px;
	height: 448px;
	overflow: auto;	
}

#sectionItemTextContainer{
	background-color: #ffffff;
	text-align: justify; 	
}

#sectionItemText{
	padding: 10px;
	color: #000000;	
}

#leftMenuTitle{
	font-size: 14px;
	font-weight: bold;	
}


#leftMenuLinks ul {
    list-style: none;
    margin:0;
    padding:0;
}

#leftMenuLinks ul li {
    display:block;
    text-align:left;
    padding:0px;
    padding-top:5px;
    padding-bottom:5px;
    margin:0;
    float:top;
    list-style: none;
    text-indent: 0px;
    border-bottom: 1px solid #ffffff;
}

#leftMenuLinks ul li a {
    /*height:25px;
    line-height:25px;*/
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    display: block;
    color: #ffffff;    
    font-variant: normal;
	letter-spacing: 1px;
	font-variant: small-caps;
}

#leftMenuLinks ul li a:hover {
    color: #acacac;
}





#internal {
	padding: 20px;
}

.description {
	margin-top: 0;
	font-size: 10px;
	padding: 2px 6px;
}

div.note {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-indent: 0px;
}

span.note {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	text-indent: 0px;
}


td {
	font-size: 11px;
}

div{
	font-size: 11px;	
}

tr {
	padding: 0px;
}

p {
	line-height: 18px;
	text-align: justify;
	text-indent: 10px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

form {
	margin: 0px;
	padding: 0px;
}

/*hr {height: 1px; border: 1px #cdcdcd solid; width: 95%;}*/

b {
	font-weight: bold;
}

img {
	border: 0px;
}

.left {
	text-align: left
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.copyright {
	font-size: 10px;
	text-align: center;
	color: #aaaaaa;
}

.copyright a {
	color: #aaaaff;
}

.copyright a:visited {
	color: #aaaaff;
}

.copyright a:hover {
	color: #C23030;
}

.required {
	color: #FF0000;
	font-weight: bold
}

.error {
	color: #FF0000;
	font-weight: bold
}

input.form_button {
	border: 1px solid #5E5D63;
	color: #000000;
	font-size: 9px;
	text-align: center;
	background: url('images/inputbg.gif');
}

textarea.form_textarea {
	border: #800000 1px solid;
	background: #ffffff;
	font-size: 11px;
}

input.form_text {
	border: #800000 1px solid;
	background: #ffffff;
	font-size: 11px;
}

select {
	
}

.outer {
	border: 1px solid #cdcdcd;
	background-color: #ffffff;
}

.headlv {
	background-color: #A8CFDE;
	padding: 5px;
	font-weight: bold;
}

.head {
	background-color: #A8CFDE;
	padding: 5px;
	font-weight: 500;
	border: 1px solid #000000;
}

.top_head {
	border: 1px solid #000000;
}

.even {
	background-color: #E9E9E9;
	padding: 5px;
}

td.even a:link,td.odd a:link {
	color: #000000;
	font-size: 11px;
	text-decoration: underline
}

td.even a:visited,td.odd a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: underline
}

td.even a:hover,td.odd a:hover {
	color: #800000;
	font-size: 11px;
	text-decoration: underline
}

td.even a:active,td.odd a:active {
	color: #800000;
	font-size: 11px;
	text-decoration: underline
}

.odd {
	background-color: #E9E9E9;
	padding: 5px;
}

tr.even td {
	background-color: #E9E9E9;
	padding: 5px;
}

tr.odd td {
	background-color: #E9E9E9;
	padding: 5px;
}

.foot {
	background-color: #C3CDD6;
	padding: 5px;
	font-weight: bold;
}

.footlv {
	background-color: #E9E9E9;
	padding: 5px;
	font-weight: bold;
}

.copyright {
	font-size: 10px;
	background-color: transparent;
}

a.copyright {
	color: #003399;
	background-color: transparent;
}

a.copyright:hover {
	color: #C23030;
	text-decoration: underline;
	background-color: transparent;
}

.break {
	color: #000000;
	background-color: #EEEEEE;
	padding: 5px;
	padding-top: 15px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	font-size: 11px;
}

.category {
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
	padding-top: 15px;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	font-size: 18px;
}

.break_nobg {
	color: #000000;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	font-size: 12px;
}

.break_nobg a {
	color: #000000;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	font-size: 12px;
}

.break_nobg a:link {
	color: #000000;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	font-size: 12px;
	text-decoration: underline
}

.break_nobg a:visited {
	color: #000000;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	font-size: 12px;
	text-decoration: underline
}

.break_nobg a:hover {
	color: #800000;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	font-size: 12px;
	text-decoration: underline
}

.break_nobg a:active {
	color: #000000;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
	font-size: 12px;
	text-decoration: underline
}

input.form_button {
	border: 1px solid #5E5D63;
	color: #000000;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: url('images/inputbg.gif');
}

textarea.form_textarea {
	border: #000000 1px solid;
	background: #ffffff;
	font: 11px verdana, arial, helvetica, sans-serif;
}

input.form_text {
	border: #000000 1px solid;
	background: #ffffff;
	font: 11px verdana, arial, helvetica, sans-serif;
}

input.form_text_c {
	border: #000000 0px solid;
	background: #ffffff;
	font: 11px verdana, arial, helvetica, sans-serif;
}

select {
	border: #000000 1px solid;
	background: #ffffff;
	font: 11px verdana, arial, helvetica, sans-serif;
}

div.error {
	background-color: #FF0000;
	padding: 5px;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: bold
}

div.warning {
	background-color: #FF0000;
	padding: 5px;
	font-weight: normal;
	color: #000000;
	font-weight: bold
}

div.message {
	background-color: #00FF00;
	padding: 5px;
	font-weight: normal;
	color: #000000;
	font-weight: bold
}

.table_check_all {
	padding: 5px;
}

table.top_menu tr td {
	background-color: #000000;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
	font-size: 11px;
}

table.top_menu tr td a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	font-size: 12px;
	text-decoration: none
}

table.top_menu tr td a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	font-size: 12px;
	text-decoration: none
}

table.top_menu tr td a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	font-size: 12px;
	text-decoration: underline
}

table.top_menu tr td a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-indent: 0px;
	font-size: 12px;
	text-decoration: none
}

td.pagenavigator {
	background-color: #E9E9E9;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	text-align: left;
}

a.pagenavigator:active {
	COLOR: #848B84;
	TEXT-DECORATION: none;
	font-weight: bold;
}

a.pagenavigator:visited {
	COLOR: #848B84;
	TEXT-DECORATION: none;
	font-weight: bold;
}

a.pagenavigator:link {
	COLOR: #848B84;
	TEXT-DECORATION: none;
	font-weight: bold;
}

a.pagenavigator:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: none;
	font-weight: bold;
}



/* from old site */

#copy {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
	text-decoration: none;
}

.blogItem{
	background-color: #cdcdcd;
	padding: 5px;
	margin: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.answerContainer{
	padding-left: 20px;			
}

.blogAnswerItem{
	/*background-color: #ffffff;*/
	border-top: 1px solid #cdcdcd;
	padding: 5px;
	margin: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.blogAnswerItemIsAdmin{
	color: #900000;	
}	

.blogItemHead{
	font-weight: bold;	
}

.blogItemDate{
		
}

#sectionHead{
	font-size: 12px;
	font-weight: bold;
}

#sectionHead a:link {
	color: #800000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#sectionHead a:visited {
	color: #800000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#sectionHead a:hover {
	color: #800000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#sectionHead a:active {
	color: #800000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.formCaption{
	font-weight: bold;
}

#commentForm{
	background-color: #cdcdcd;
	padding: 10px;
	width: 400px;
}

#captcha { border: 0px solid #000000;}
#captcha input{}
#captcha img{border: 0px solid #000000; margin-left: 3px;}

.blogItemLinks{
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	background-color: #eeeeee;
	padding: 3px;
}

a.blogItemLinks:link {
	color: #800000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.blogItemLinks:visited {
color: #800000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a.blogItemLinks:hover {
	color: #800000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

a.blogItemLinks:active {
	color: #800000;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}