/*******    main content    *******/
.main a:link { color: #cc1d2c; text-decoration:underline; }
.main a:visited { color: #cc1d2c; text-decoration:underline; }
.main a:hover { color: #616365; text-decoration:underline; }
.main a:active {color:#616365; text-decoration:underline; }

.footer a:link { color: #fff; text-decoration:none; }
.footer a:visited { color: #fff; text-decoration:none; }
.footer a:hover { color: #616365; text-decoration:none; }
.footer a:active {color:#616365; text-decoration:none; }


#content{
	margin-left: 250px;
	width: 525;
	padding-bottom: 25px;
}

h1 {
	font-size: 18pt;
	line-height: 21pt;
	color: #df0822;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	line-height: 16pt;
	color: #000;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	line-height: 16pt;
	margin-bottom: 0px;
	color: #616365;
	font-weight: bold;
}

#fnw-logo {
	margin-bottom: 35px;
	margin-left: 35px;
	margin-top: 5px;
}

.intro {
	font-size: 16px;
	color: #616365;
	line-height: 22px;
}

.date {
	font-weight: bold;
}

.date-normal {
	font-weight: normal;
}

.credit{
	font-size: 11px;
	font-style: italic;
}

.quote {
	background-image: url(../fnwitness/images/quote.png);
	background-repeat: no-repeat;
	background-position: top left;
	font-style: italic;
	font-size: 13px;
	padding: 10px;	
}

.author{
	font-style: normal;
	font-size: 12px;
}

a.grey:link { color: #616365; text-decoration:none; font-weight: bold;}
a.grey:visited { color: #616365; text-decoration:none; font-weight: bold;}
a.grey:hover { color: #cc1d2c; text-decoration:underline; font-weight: bold; }
a.grey:active {color:#cc1d2c; text-decoration:underline; font-weight: bold; } 

a.black:link { color: #000000; text-decoration:underline; font-weight: bold;}
a.black:visited { color: #000000; text-decoration:underline; font-weight: bold;}
a.black:hover { color: #cc1d2c; text-decoration:underline; font-weight: bold; }
a.black:active {color:#cc1d2c; text-decoration:underline; font-weight: bold; } 


ol {
	overflow: hidden;
}

ul {
	overflow: hidden;
}

/*******    left side     *******/

#left-sidebar{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	width: 200px;
}

#left-sidebar h3 {
	font-size: 10pt;
	margin-bottom: 0px;
	color: #df0822;
	font-weight: bold;
}
.menu {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../fnwitness/images/menu-background.png);
	background-repeat: repeat-y; 
	background-color: #fff;
	margin-bottom: 20px;
}

.menu p{
	line-height: 14px;
}

.menu a:link { color: #cc1d2c; text-decoration:none; font-weight: bold; font-size: 14px;}
.menu a:visited { color: #cc1d2c; text-decoration:none; font-weight: bold; font-size: 14px; }
.menu a:hover { color: #616365; text-decoration:underline; font-weight: bold; font-size: 14px; }
.menu a:active {color:#616365; text-decoration:underline; font-weight: bold; font-size: 14px; }

.outdent-top {
	margin-left: -10px;
	margin-bottom: -20px;
}

.outdent-bottom {
	margin-left: -10px;
	margin-top: -13px;
}

.supporters-box {
	background-image: url(../fnwitness/images/supporters-top.png);
	background-repeat: no-repeat; 
	font-size: 28px;
	font-weight: bold;
	padding: 10px;
	padding-top: 20px;
	text-align: center;
	width: 200px;
}

.supporters-box a:link { color: #fff; text-decoration:none; }
.supporters-box a:visited { color: #fff; text-decoration:none; }
.supporters-box a:hover { color: #616365; text-decoration:none; }
.supporters-box a:active {color:#616365; text-decoration:none; }

.supporters-text-small{
	font-size: 18px;
}

.signup-box a:link { color: #cc1d2c; text-decoration:none; }
.signup-box a:visited { color: #cc1d2c; text-decoration:none; }
.signup-box a:hover { color: #616365; text-decoration:underline; }
.signup-box a:active {color:#616365; text-decoration:underline; }

.signup-box {
	width: 180px;
	padding: 10px;
	padding-bottom: 0;
	background-image: url(../fnwitness/images/menu-background.png);
	background-repeat: repeat-y; 
	background-color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
}

.outdent-signup {
	margin-left: -10px;
}

.button{
	width: 180px;
	text-align: center;
}

.button-box{
	width: 400px;
	height: 75px;
}

.right-image{
	float: right;
}


.fntable td{
	vertical-align: text-top;
	padding-bottom: 15px;
	border-bottom: solid 1px #616365;
	
}

.right-video {
	float:right;
	padding: 5px;
	margin-left: 10px;
	width: 250px;
	border: #cc1d2c solid 1px;
}

.left-video {
	float: left;
	margin-right: 10px;
	padding: 5px;
	width: 250px;
	border: #cc1d2c solid 1px;
}