/* ================================
    CSS STYLES FOR JCCF.ORG
   ================================
*/   

/* HTML Elements */
p{
	font-size: 14px;
	font-family: Arial, sans-serif;
	color:black;
	line-height: 20px;
	margin-top:0px;
}
div{
	font-size: 14px;
	font-family: Arial, sans-serif;
	color:black;
}
H1{
	color:#006666;
	font-family: Arial, sans-serif;
	font-size: 24px;
	line-height:24px;
	font-weight: bold;
	margin:7px 0 5px 0;	/* Top Right Bottom Left */
}
H2{
	color:#006666;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height:18px;
	font-weight: bold;
	margin:7px 0 5px 0;	/* Top Right Bottom Left */
}
H3{
	color:#006666;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height:16px;
	font-weight: bold;
	margin:7px 0 5px 0;	
}
H4{
	color:#A29061;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height:16px;
	font-weight: bold;
	margin:7px 0 5px 0; /* Top Right Bottom Left */
}
H5{
	color:#006666;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height:14px;
	margin:7px 0 5px 0; /* Top Right Bottom Left */
}
H6{
	color:#006666;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height:14px;
	margin:7px 0 5px 0; /* Top Right Bottom Left */
}
ul li {
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: black;
	list-style-type: square;
	list-style-image: url(Skins/JCCF/images/square.gif);
	margin-left:-15px;
}
a:link, a:visited, a:active{
	font-size: 14px;
	font-family: Arial, sans-serif;
	color:black;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	color:black;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.boldgreen{
	font-weight: bold;
	text-decoration: none;
	color: #006666;
}
/* News and Publications Table */
.Col4Table{
	width:100%;
	border-collapse:collapse;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color:#CCCCCC;
}
.Col4Table td{
	padding:7px 4px 5px 4px;
	border-right:1px solid #999999	
}
.Col4Table tr{
	vertical-align:top;
}
/* wrapper for "clean" container when it appears in Right Column*/
.rcwrapper{
	margin:0 auto;
	text-align:left;
	width:200px;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-size: 14px;
	font-family: Arial, sans-serif;
	color:black;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active{
	text-decoration: underline;
	color: black;
}
A.CommandButton:hover{
	text-decoration: none;
	color: #006666;
}
.SubHead
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006666;
}
.BlogTextBox{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	width:98%;
	background-color:#f5f5f5;
	border:1px solid #333333;	
}
.NormalTextBox{
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}