/* CSS Stylesheet template */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	background-color: #EEEEEE;
	text-align: center; /* fixes IE 5 centring problem */
}
tb, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
p {
	padding: 5px 10px 5px 10px;
	text-align: justify;
}
h1 {
	font-size: 1.2em;
	color: #040C3E;
	letter-spacing: 1px;
	padding: 6px 5px 6px 10px;
}
h2 {
	font-size: 1.1em;
	color: #982424;
	margin-top: 15px;
	background-color: #e8eaed;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 6px 5px 6px 10px;
}
.copyright {
	color: #ffffff;
	text-align: right;
	font-size: 9px;
	padding: 30px 30px 7px 30px;
}
.red {
	color: #982424;
}

/* Set layout styles */
#page {
	margin: 0 auto;
	width: 766px;
	background-image: url(images/frank_layout_05.gif);
	background-repeat: repeat-y;
	text-align: left; /* fixes IE 5 centring problem */
}
#content {
	width: 766px;
}
#column1 {
	width: 190px;
	float: left;
}
#column2 {
	margin-left: 190px;
	background-image: url(images/frank_layout_12.jpg);
	background-repeat: repeat-y;
	width: 555px;
	background-position: center top;
}
#header {
	width: 766px;
	height: 201px;
	background-image: url(images/frank_layout_01.jpg);
	clear: both;
}
#footer {
	width: 766px;
	height: 50px;
	background-image: url(images/frank_layout_06.jpg);
}

/* Set layout for content images */
.picpad1 {
	padding: 10px 0px 15px 0px;
	float: left;
}
.picpad2 {
	padding: 15px 5px 10px 15px;
	float: right;
}
.picpad3 {
	padding-left: 8px;
	margin: 0px 5px 10px 15px;
	float: right;
}
.indent {
	padding-left: 35px;
	padding-right: 40px;
	color: #375098;
}
.indent2 {
	text-align: right;
	padding-left: 35px;
	padding-right: 40px;
	color: #000;
}
.indent3 {
	margin-left: 50px;
	padding-left: 10px;
	padding-right: 20px;
	color: #000;
}
.indent4 {
	padding-left: 35px;
	padding-right: 40px;
}

/* Link styles */
.pdf {
	font-weight: bold;
}

a:link {
	color: #982424;
}


/* CSS navigation styles */
.mainbullet {
	margin-left: 45px;
	padding: 3px 20px 3px 10px;
}
#bullet {
	margin-left: 30px;
	padding: 3px 20px 3px 10px;
}
#menu {
	list-style-image: none;
	list-style-type: none;
	width: 160px;
	margin-left: 15px;
	display: block;
}
#menu ul {
	
}
#menu li a {
	line-height: 20px;
	text-decoration: none;
}
#menu li a:link {
	color: #000000;
	text-decoration: none;
}
#menu li a:visited {
	color: #666666;
	text-decoration: none;
}
#menu li a:hover {
	color: #990000;
	text-decoration: none;
}
#menu li a:active {
	color: #666666;
	text-decoration: none;
}
.menuover {
	color: #e7c1e6;
}
.menuhead {
	margin-bottom: 5px;
	color: #000000;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 3px 3px 5px 10px;
}
.menuhead2 {
	margin-bottom: 5px;
	color: #000000;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 3px 3px 5px 10px;
}
.menulist {
	color: #576B7F;
	padding-left: 20px;
}
.menulist2 {
	color: #576B7F;
	background-color: #f6f7fa;
	border-color: #ffffff;
	border-style: solid;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	border-width: 2px;
	margin-left: 4px;
	padding-left: 17px;
}
#lwd {
	margin: 0 auto;
	width: 766px;
	height: 80px;
}
.logolink {
	padding: 10px;
}
