@charset "UTF-8";
body {
	font-size: small;
	background-color: #EDEDED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333333;
}
a:link {
	color: #5184D0;
}
a:visited {
	color: #5184D0;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}




/* layout structur */
#wrap {
	border: 1px none #000099;
	width: 950px;
	background-repeat: repeat-y;
	background-position: left bottom;
	background-image: url(imgs/wrap_tile.jpg);
}
#content {
	font-size: 80%;
	float: right;
	width: 700px;
	background-image: url(imgs/sidebar_tile.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	line-height: 1.6em;
	background-color: #FFFFFF;
}
#content   .gutter #table1 {
	margin: 0px;
	padding: 0px;
	float: none;
}

#content  h1  {
	font-size: 170%;
	font-weight: bold;
	color: #666666;
	margin: 12px 0px -6px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
}
#content h2 {
	font-size: 140%;
	color: #333333;
	font-weight: normal;
	padding: 14px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -6px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content .gutter {
	padding-left: 24px;
	padding-right: 62px;
	padding-top: 12px;
	padding-bottom: 24px;
}
#content li {
	padding: 0px;
	margin: 0px 0px 14px;
}



#sidebar1 {
	float: left;
	width: 250px;
	background-image: url(imgs/sidebar_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#sidebar1 img {
	margin: 22px 0px 0px 42px;
	padding: 0px;
}

#sidebar1 .gutter {
	margin: 0px;
	padding: 0px;
}
#sidebar1 .gutter ul {
	margin: 22px 0px 0px 42px;
	padding: 0px;
}

#sidebar1    .gutter    li {
	margin: 0px;
	list-style-type: none;
	font-size: 85%;
	background-image: url(imgs/arrow_sm.gif);
	background-position: 4px top;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 22px;
}
#sidebar1 .gutter a {
	color: #5184D0;
	text-decoration: none;
}
#sidebar1  .gutter  a:hover  {
	color: #333333;
	text-decoration: underline;
}


#footer {
	font-size: 75%;
	clear: both;
	background-image: url(imgs/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 57px;
}



/* header */
#header {
	margin: 0px;
	padding: 0px;
	width: 950px;
	background-image: url(../AFC/images/header_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-transform: capitalize;
	color: #999999;
	text-align: right;
	vertical-align: top;
	padding-right: 46px;
	margin: 0px;
	padding-top: 0px;
}

#header h1 {
	background-image: url(imgs/logo_new.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
	height: 58px;
	width: 146px;
}
#nav {
	padding: 0px; /* top and bottom padding create visual space within this div  */
	list-style-type: none;
	float: right;
	margin: 0px 36px 0px 0px;
	background-image: url(imgs/nav_b_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 894px;
}
#nav li{
	padding: 0px; /* top and bottom padding create visual space within this div  */
	list-style-type: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 85%;
	float: right;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-transform: capitalize;
}
#nav a {
	margin: 0px;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DDC1CB;
	border-right-color: #DDC1CB;
	border-bottom-color: #CCCCCC;
	border-left-color: #DDC1CB;
	text-decoration: none;
	background-image: url(imgs/off_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	color: #850530;
	background-color: #FFFFFF;
	display: block;
}

#nav  a:hover, body#home #t-home a, body#prof_dev #t-prof-development a, body#cont_edu #t-cont-education a, body#info_ctr #t-info-center a, body#contact #t-contact a, body#about #t-about a, body#faq #t-faq a {
	background-color: #fff;
	background-image: url(imgs/on_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #A55B76;
	padding-bottom: 7px;
}


#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}
#footerlinks {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	height: 80px;
	width: 950px;
	font-size: 85%;
	line-height: 1em;
}
