/* General Settings */

body {
	background-color: #FFFFFF;
}

h1 {
	font-size: 110%;
	line-height: 135%;
	padding-right: 45px;
	margin-bottom: 22px;
	margin-top: 9px;
}

ul {
	list-style-position: inside;
	list-style-type: square;
	line-height: 1.4;
}

img {
	border-style: none;
}

a:link {
	color: #2A4173;
	text-decoration: none;
}

a:visited {
	color: #2A4173;
	text-decoration: none;
}

a:hover {
	color: #2A4173;
	text-decoration: underline;
}

table.quote {
	margin-left: 40px;
	margin-bottom: 12px;
	margin-top: 35px;
	border-style: groove; 
	border-width: thin;
	width: 600px;
}

div.brief1 {
	margin-left: 15px;
	margin-bottom: 12px;
	margin-top: 10px;
	border-style: groove; 
	border-width: thin;
	width: 700px;
}

div.brief2 {
	margin-left: 20px;
	margin-bottom: 45px;
	margin-top: 20px;
	margin-right: 20px
}

h1.photo {
	font-size: 110%;
	line-height: 100%;
	padding-right: 45px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.photo {
	font-weight: normal;
	font-size: 82%;
	line-height: 100%;
	color: #109B00;
	margin-bottom: 10px;
}


/* Header */



/* Navigation Bar */

div.navbar {
	width: 800px;
	background-color: #000000;
	color: #FFFFFF
}

table.navbar {
	width: 100%;
}

td.left {
	text-align: left;
	word-spacing: 6px;
	width: 100%;
}

td.right {
	text-align: right;
	word-spacing: 6px;
	width: 100%;
}

a.navbar:link {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

a.navbar:visited {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

a.navbar:hover {
	color: #FFFFFF;
	background-color: #808080;
	text-decoration: none;
}


/* Content */

div.content {
	position: relative;
	margin-left: 30px;
	margin-right: 120px;
	margin-top: 45px;
	min-height: 270px;
	width: 745px;
}

table.photo {
	width: 100%;
}

div.grey {
	color: #657383;
}

/* Footer */

div.footer {
	text-align: right;
	padding-right: 20px;
	padding-left: 0px;
	font-weight: normal;
	font-size: 82%;
	line-height: 100%;
	width: 785px;
	margin-top: 50px;
}

a.footer:link {
	color: #59a2df;
	text-decoration: none;
}

a.footer:visited {
	color: #59a2df;
	text-decoration: none;
}

a.footer:hover {
	color: #59a2df;
	text-decoration: underline;
}
