@charset "utf-8";
/* CSS Document */

body{
	background: #FFF url(../images/bkg_01.jpg) top center repeat-x;
	margin:0;
	padding:0;
	text-align:center;}
/*-----------HOME PAGE FORMATTING-----------*/

#wrapper{
	width:950px;
	margin:0px auto;
	text-align:left;}

#banner{
	width:950px;
	height:114px;
	background:url(../images/home_01.jpg);}

#container{
	width:950px;
	background:url(../images/home_03.gif) top center repeat-y;
	float:left;
	margin:0;
	padding:0;}

#col-rt{
	padding-top:32px;
	width:170px;
	float:right;}

#col-lt{
	background: url(../images/left-col_02.jpg) top left no-repeat;
	padding-top:32px;
	width:182px;
	float:left}

#col-ct{
	width:597px;
	_width:590px;
	margin:0px 170px 0px 182px;
	padding:0;}

#welcome-msg{
	width:597px;
	_width:590px;
	float:left;
	margin:0;
	padding:0;
	}

#message{
	width:340px;
	_width:330px;
	float:left;
	padding-left:20px;
	padding-top:15px;}

#slideshow{
	width:237px;
	height:300px;
	float:right;
	overflow:hidden;}

#nafc-news{
	width:550px;
	_width:530px;
	margin:0px 0px 0px 10px;
	background:#900;
	border:double #FFF;
	padding:10px;
	float:left;
	margin-top:10px;
	}

#footer{
	background: url(../images/home_04.gif);
	width:768px;
	height:123px;
	padding: 0px;
	padding-left:182px;
	clear:both;}
	
#nafc-objectives{
	width:428px;
	float:left;
}

#copyright{
	width:290px;
	padding:10px;
	float:right;
	margin-top:50px;
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;}

/*-----------INNER PAGE FORMATTING-----------*/
#banner2{
	width:950px;
	height:114px;
	background:url(../images/inside_01.jpg);}

#container2{
	width:950px;
	background: #FFF url(../images/inside_03.gif) top left repeat-y;
	float:left;
	margin:0;
	padding:0;}

#right-side{
	width:725px;
	float:right;
	padding:32px 20px 0px 20px;}
	
#footer2{
	background: url(../images/inside_04.gif);
	width:768px;
	height:123px;
	padding: 0px;
	padding-left:182px;
	clear:both;}

/*-----------MISC FORMATTING-----------*/

#col-rt img{
	margin-bottom:5px;}
	
#nafc-news img{
	border:2px solid #fff;}

/*-----------FONT FORMATTING-----------*/

.subhead{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#426ca9;
	font-size:30px;
	font-weight:bold;
	line-height:32px;
	}
	
.subhead-reversed{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	line-height:12px;
	}
	
.suhbead-red{
	font-size:16px;
	font-weight:bold;
	color:#900;}
	
#message p, #right-side p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;}
	
#right-side li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	list-style-image:url(../images/bullet_11.gif);
	margin-bottom:8px;}
	
#nafc-news p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	line-height:20px;}
	
#nafc-news a{
	color:#AFC2E0;
	text-decoration:none;
	border-bottom:1px dotted #AFC2E0;
}

#right-side a{
	color:#F00;
	border-bottom:1px dotted #f00;
	text-decoration:none;}

#copyright a{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;}
	
#right-side table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;}
	
#right-side table li{
	margin-bottom:0px;}
	
.category{
	background-color:#CCC;
	padding:3px;
	border-right:5px solid #fff;}
	
a.back-to {
	display:block;
	width:120px;
	padding:5px;
	background-color: #C00;
	border:1px solid #C00;
	}
	
a.back-to span{color: #FFF; font-weight:bold;}

