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

body {
	background-color: #5B5B5B;
	background-image: url(images/bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 141px 0px 8px 0px;
	
	color: #555555;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* ------ Elements */
a:link, a:visited {
	color: #0099BF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
					
a:hover, a:active {
	color: #333333;
	outline: none;
}

a:focus {
	outline: none;
}

small {
	color: #AAAAAA;
}

p.text {
	width: 95%;
	
	text-align: justify;
}

/* ------ Header */
div#logo {
	width: 472px;
	height: 141px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	
	text-align: right;
	vertical-align: bottom;
}

	div#logo a:link, div#logo a:visited {
		color: #5B5B5B;
		font-family: Myriad Pro, Verdana, Arial, sans-serif;
		font-size: 13px;
		text-align: right;
		text-decoration: none;
		
		width: 422px;
		display: block;
		padding: 112px 50px 15px 0px;
	}
	
	div#logo a:hover, div#logo a:active {
		color: #6A6A6A;
	}

div#famlinks {
	background-image: url(images/fambg.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: 130px;
}

div#famlinks img {
	margin-right: 2px;
}

div#famlinks img#lastfam {
	margin-right: 0px;
}

/* ------ Content */
div#container {
	width: 675px;
	margin: 0 auto;
}
	
	/* ------ Navigation */
	div#nav {
		width: 75px;
		height: 150px;
		margin: 20px 0px 0px 0px;
		
		text-align: right;
		text-transform: capitalize;
		float: left;
	}
	
		div#nav a:link, div#nav a:visited {
			color: #7D7D7D;
			font-family: Myriad Pro, Verdana, Arial, sans-serif;
			font-size: 12px;
			text-align: right;
			text-decoration: none;
			
			display: block;
			padding: 5px 4px 5px 0px;
		}
		
		div#nav a:hover, div#nav a:active {
			color: #0099BF;
			text-align: left;
			text-decoration: none;
			
			background-color: #474747;
			padding: 5px 0px 5px 6px;
		}
	
	div#content {
		width: 525px;
		background-color: #D2D2D2;
		background-image: url(images/contbg.png);
		background-position: bottom;
		background-repeat: no-repeat;
		margin: 0px 0px 0px 75px;
		padding: 0px 0px 75px 0px;
		border: #474747 1px solid;
		
		text-align: left;
	}
	
		div#theBlu {
			border-top: #0099BF 5px solid;
		}
		
		table#theMiddle {
			width: 495px;
			margin: 15px;
		}
		
			td#contBody {
				width: 440px;
			}
			
				td#contBody h3 {
					font-size: 16px;
					font-family: Myriad Pro, Verdana, Arial, sans-serif;
					
					margin: 0px 0px 25px 0px;
				}
				
				td#contBody ul {
					list-style-image: url(images/bullet.gif);
					padding-left: 15px;
				}
				
					td#contBody ul li {
						padding: 0px 0px 5px 0px;
					}
					
				td#contBody ul#noBull {	
					list-style: none;
				}
			
			td#side {
				width: 58px;
			}
	
	/* ------ Footer */
	div#bnav {
		width: 75px;
		margin-bottom: -113px;
		float: right;
		position: relative;
		bottom: 125px;
		
		text-align: left;
		text-transform: capitalize;
	}
	
		div#bnav a:link, div#bnav a:visited {
			color: #6A6A6A;
			font-family: Myriad Pro, Verdana, Arial, sans-serif;
			font-size: 12px;
			text-align: left;
			text-decoration: none;
			
			display: block;
			padding: 0px 0px 5px 5px;
		}
		
		div#bnav a:hover, div#bnav a:active {
			color: #7D7D7D;
		}
		
div#copyright {
	position: fixed;
	bottom: 2px;
	right: 0px;
	
	color: #6A6A6A;
}