/*
-----------------------------------------------
NICFA - www.nicfa.ca
author:   Logistica Systems
Date:  Setp 15 / 2006
----------------------------------------------- */

html,body,div{
	font: 12px Arial, Helvetica, sans-serif;
	color:#333333;
	margin: 0;
	padding: 0;

}

body {
	background-image: url(images/NICFA_bg.jpg);
	background-repeat: repeat-y;
	background-position: 50% top;
	background-attachment: scroll;
	background-color: #B88548;
}


h1 {
	color: #000;
	margin: 0;
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}



p {
	color:#333333;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	margin: 0 0 1em 0;
}


ol li {line-height: 150%; padding-bottom:.5em;}

/*-----------------------------------------------
CONTENT STYLES
-----------------------------------------------*/


td.contentcell {
	padding: 1.5em 1.5em 0em 1.5em;
}

td.navcell {
	background-color: #7094B6;
	background-image: url(images/nav_college.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}

td.caption {
	font-size: 13px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
}


.gradient {
	background-image: url(images/nav_Grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.header {
	height: 30px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-indent: 1em;
	width: auto;
	border: 1px solid #666666;
	margin-bottom: 1.5em;
}

.downloader {
	background-color: #FFFFD9;
	background-repeat: repeat-x;
	background-position: left top;
	text-indent: 1em;
	width: auto;
	border: 1px dashed #666666;
	margin-bottom: 1.5em;
	padding:1em;
}


/* Generic Link*/
a.link			{font-size: 13px; text-decoration: underline;}
a.link:link		{color: #003399; text-decoration: underline;}
a.link:visited	{color: #003399; text-decoration: underline; }
a.link:hover	{color: #000000; text-decoration: underline}

.small		{font-size: 10px; color:#C80000; }


/* Legal Classes */
td.copyright	{
	font-size: 9px;
	color: #CCCCCC;
	font-family: Verdana, arial, sans-serif;
	padding-right: .5em;
}

a.logistica				{font-size: 9px; color: #CCCCCC; font-family: Verdana, arial, sans-serif; text-decoration: none;}
a.logistica:link		{color: #CCCCCC;}
a.logistica:visited		{color: #CCCCCC;}
a.logistica:hover		{color: #CCCCCC; text-decoration: underline; font-weight: normal; }


/* NAVIGATION  */

#navcontainer {
	margin-top: 1.5em;
}

ul#navlist
{
width: 160px;
padding: 0px;
border: 0px solid transparent;
border-top: 0px;
margin: 0px;
font: bold 10px verdana,helvetica,arial,sans-serif;
}

ul#navlist li
{
list-style: none;
margin: 0px;
border: 0px;
}

ul#navlist li a
{
display: block;
width: 130px;
padding: 4px 8px 4px 8px;
border: 0px;
border-left: 10px solid #3C5A75;
text-decoration: none;
text-align: right;
}

ul#navlist li a:link { color: #FFF; }
div#navcontainer li a:visited { color: #FFF; }

ul#navlist li a:hover
{
border-color: #ff9000;
color: #ffffff;
	text-decoration: underline;

}


/* MEMEBER ARTICLES */

.member_articles_box{
	border: 1px solid #CCCCCC;
	margin: 5px 0px 15px 0px;
	padding: 1.5em;
}

.member_articles_box a:link {color: #0066CC; text-decoration: underline;}
.member_articles_box a:visited {color: #0066CC; text-decoration: underline;}
.member_articles_box a:hover {color: #990803; text-decoration: none;}

.member_article {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.member_article .photo {
	float: right;
	border: 1px solid #666;
	margin: 5px 0 5px 10px;
}
.member_article .date {
	font-weight: bold;

	color: #990803;
}
.member_article .title {
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1.3em;
	color: #666666;
}
.member_article .desc {
	padding-bottom: 10px;
	margin-bottom: 3px;
	line-height: 140%;
}
.member_article .break {
	clear: both;
}
