/*Positioning Styles*/
#CONTENT {
float : right; 
background-color : white; 
width : 590px; 
margin-right : 0px; 
height : auto; 
color : black; 
text-align:left;
padding:1px;

} 

#LEFTNAV {
float : left; 
width : 150px; 
left : 0; 
background-color : #ffffff; 
color : black; 
padding-bottom:5px;
padding-top:0px;
text-align:left;
} 
#WRAPPER {
width : 750px; 
padding-top:10px;
background-color : white;  
color : black; 

}

/*End Positioning styles*/

/*Body Properties*/
body{
margin-top:0px;
padding-top:0px;
margin-left:0px;
padding-left:0px;
margin-bottom:0px;
padding-bottom:0px;
margin-right:0px;
padding-right:0px;
background:#ffffff;
/*should catch any missing stuff*/
font:normal small arial, sans-serif;
}
/*End Body Properties*/


/* Top Navigation Properties*/
.tn{
background:#F4BF00;
width:750px;
height:25px;
}
A.mainnav{
font:bold x-small arial, sans-serif;
color:#103C6B;
background:#F4BF00;
height:25px;
padding-left:3px;
padding-right: 3px;

text-decoration:none;
border-right : 1px solid #103C6B;
border-bottom : 1px dashed #103C6B;
}
A.mainnav:hover{
font:bold x-small arial, sans-serif;
color:#F4BF00;
background:#103C6B;
text-decoration:none;
border-bottom : 1px dashed red;
}
/*End Top Navigation Properties*/

/*Left Link Properties*/
A.sublink{
font:bold x-small arial, sans-serif;
color:#F4BF00;
background:#103C6B;
text-decoration:none;
border-bottom : 1px solid #103C6B;
width:135px;
}
A.sublink:hover{
font:bold x-small arial, sans-serif;
color:#103C6B;
background:#F4BF00;
text-decoration:none;
border-bottom : 1px dashed #F4BF00;
}
/*End Left Link Properties*/




/*Text Styles*/
P, LI,CODE{
font:normal small arial, sans-serif;
}
A.newtext{
font:bold x-small arial, sans-serif;
}
A.newtext:Hover{
font:bold x-small arial, sans-serif;
}
H1{
font:normal 14pt arial, sans-serif;
color:#103C6B;
text-align :center;
}
HR{height:1px;color:#103C6B;}
	/* Opera doesn't indent lists properly so I use this */
	UL,OL,DL{margin-left: 2.5em;}
B{
font:bold small arial, sans-serif;
}
I{
font : normal italic small arial, sans-serif;
}
.navigationheader{
font:bold x-small arial, sans-serif;
width:100%;
height:25px;
background:#F4BF00;
color:#103C6B;
text-align:center;
padding-top:3px;
}

.leftnav{
background:#103C6B;
color:#F4BF00;
}

/*End Text Styles*/

/*Accessibility Trick*/
.hideme{
visibility:hidden;
font : normal 1pt arial, sans-serif;
}
/*End Accessibility Trick*/

/*Link Styles*/
A{
	font:bold small arial;
	color:#103C6B;
	text-decoration:underline;
	background:inherit;
}
A:Hover {
	font:bold small arial;
	color:#F4BF00;
	background:inherit;
	text-decoration:underline;
}

	/*Remove hover from image links*/


A.nulink{
	font:normal small arial;
	color:#103C6B;
	text-decoration:none;
	background:white
}
A.nulink:Hover {
	font:normal small arial;
	color:red;
	background:#ffffff;
	text-decoration:none;
}



A.where{
	font:normal x-small arial;
	color:#103C6B;
	text-decoration:none;
	background:white;
	border-bottom : 1px solid white;
}
A.where:Hover{
	font:normal x-small arial;
	color:red;
	text-decoration:none;
	background:white;
	border-bottom : 1px dotted red;
}
.whereblock{
	font:normal x-small arial;
	color:black;
	background:white;
}

/*End Link Styles*/
 
/*Form Styles*/
INPUT,TEXTAREA,OPTION{
font:bold x-small arial;
background:#fffff5;
color:#103C6B;
}
INPUT.radio {
background-color : white; 
color : black; 
}
label {
cursor:pointer;
}
legend{font-weight:bold; }
fieldset {
padding-bottom:10px;
padding-left:5px;
text-align:left;
}
/*End Form Styles*/
/*ad layer*/
#ads{
width:120px;height:600px;
}



/**/
.myheading {
font-family : arial, sans-serif; 
font-weight : bold; 
font-size : 9pt; 
color : yellow; 
background-color : teal; 
} 
.mydata {
font-family : arial, sans-serif; 
font-weight : normal; 
font-size : 9pt; 
color : red; 
background-color : #ffff55; 
} 
#err0 {
color : white; 
font-weight : bold; 
background-color : inherit; 
} 
#err1 {
color : white; 
font-weight : bold; 
background-color : inherit; 
} 
#FORUMCONTENT {
background-color : #ffffff; 
width : 100%; 
height : auto; 
min-height : 1300px; 
color : black; 
} 

.forum-header {
font : normal 9pt arial, sans-serif; 
background-color : #C3C5D3; 
color : navy; 
height : 18px; 
width : 740px; 
border-bottom : 1px solid #425584; 
border-left : 1px solid #425584; 
border-top : 1px solid #425584; 
border-right : 1px solid #425584;
} 
.forum-content {
background-color : #ffffff; 
font : normal 9pt arial, sans-serif; 
color : black; 
width : 740px; 
border-bottom : 0 solid #000000; 
border-left : 0 solid #000000; 
border-top : 0 solid #000000; 
border-right : 0 solid #000000; 
text-align : left; 
} 



