/* CSS Document */

H1 {
	 font-weight: normal; font-style: normal; font-size: 11px; letter-spacing: 0.05em; line-height: 16px; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}


H2 {
	font-size: 9px; line-height: 14px; font-style: italic; font-weight: bold; position: absolute; left: 10pt; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}







p{
	font-size: 9.5px; line-height: 13.5px; font-style: normal; font-weight: bold; position: relative; left: 0pt; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}


a:link {
	color: #265787;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #991f36;
	text-decoration: none;
}
a:active {
	color: #991f36;
	text-decoration: none;
}


.boldhead { font-size: 34px }
.BodyBold {  position: relative; left: 0px; font-style: normal; font-weight: bold;}
.NavBold {  position: relative; left: 24px; font-style: normal; font-weight: bold;}
.NavIndent { font-weight: normal; font-style: normal; position: relative; left: 35px}
.NavIndentItalic { font-weight: normal; position: relative; left: 43px; font-style: italic;}
.Caption {
	font-size: 12px;
	color: 777777;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

/*DIV				{font-size: 10pt;}
*/


DIV.header		{
				position: relative;
				top: 0px;
				left: 0px;
				width: 800px;
				height: 70px;
				background-color: #ffffff;
				z-index: 0;
				}

DIV.nav		{
				position: relative;
				top: 0px;
				left: 0px;
				width: 214px;
				height: 400px;
				background-color: #FFFFFF;
				z-index: 0;
				
				}

DIV.photo		{
				position: relative;
				top: 0px;
				left: 0px;
				width: 520px;
				height: "auto";
				background-color: #FFFFFF;
				z-index: 0;
				}

DIV.body		{
				position: relative;
				top: 0px;
				left: 0px;
				width: 600px;
				height: 800px;
				background-color: #FFFFFF;
				z-index: 0;
				padding-top: 10px;
				padding-left: 10px;
				}

DIV.col1		{
				position: absolute;
				top: 0px;
				left: 0px;
				width: 200px;
				height: "auto";
				background-color: #FFFFFF;
				z-index: 0;
				}

DIV.col2		{
				position: absolute;
				top: 0px;
				left: 210px;
				width: 300px;
				height: "auto";
				background-color: #FFFFFF;
				z-index: 0;
				}
				
DIV.footer		{
				position: relative;
				top: 0px;
				left: 0px;
				width: 800px;
				height: 35px;
				background-color: #FFFFFF;
				z-index: 0;
				}
