/**********************
GLOBAL STYLES
***********************/
html {
	width: 100%;
	height: 100%;
	margin: 0px; padding: 0px;
	text-align: center;
} 

body {
	width: 100%;
	height: 100%;
	margin: 0px; padding: 0px;
	background-image: url(../images/bkg-pg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #E7BEB2;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3b2107; 
} 

a { color: #da5225; }
p { margin-top: 0px; padding-top: 0px; }

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #c33019;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #e86a56;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


li { list-style-image:url(../images/bullet.gif); }

blockquote { border-left: 5px solid #f1c995; padding-left: 5px; }
/**********************
PG STRUCTURE
***********************/
#PgWrapper {
	position: relative;
	width: 770px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	z-index: 2;
	visibility: visible;
} 

/**********************
HEADER
***********************/

#Header {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 770px;
	height: auto;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	visibility: visible;
	text-align: right;
}

/**********************
NAVIGATION
***********************/

#Nav {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 770px;
	margin: 0px; padding: 0px;
	z-index:4;
	visibility:visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	color: #f3e2a7;
	text-align:right;
}

#Nav a:link, #Nav a:visited { 
	padding: 0px 9px 0px 2px; 
	color: #f3e2a7; 
	text-decoration:none; 
}

#Nav a:hover { color: #FFFFFF; }

#bottomNav {
margin-top: 20px;
	color: #DE523D; 
	font-size: 12px;
	margin-bottom: 5px;
}

#bottomNav a:link, #bottomNav a:visited { 
	color: #DE523D; 
	text-decoration:none; 
}

#bottomNav a:hover { text-decoration: underline; }

/**********************
CORNER CAKE
***********************/

#Cake {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	margin: 0px;
	padding: 0px;
	z-index:3;
	visibility:visible;
	text-align:left;
}


/**********************
CONTENT
***********************/

#Content {
	position: absolute;
	left: 205px;
	top: 150px;
	width: 465px;
	height: auto;
	margin: 0px;
	padding: 0px 50px 10px 50px;
	z-index: 4;
	visibility: visible;
	text-align: left;
	line-height: 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt; 
	color: #3b2107; 
}

.PicPadding {
	padding-left: 10px;	
}



/**********************
SIDEBAR
***********************/

#Sidebar {
	position: absolute;
	left: 0px;
	top: 370px;
	width: 160px;
	height: auto;
	margin: 0px;
	padding: 0px 20px 10px 20px;
	z-index: 5;
	visibility: visible;
	background-image: url(../images/sidebar-border.gif);
	background-position: right top;
	background-repeat:repeat-y;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3b2107;
} 
.WhiteBoxGraphicHeader { padding: 0px; margin: 0px; }
.WhiteBoxHeader {
	background-image: url(../images/boxheader.gif);
	background-repeat: no-repeat;
	background-color: #f8d4cf;
	padding: 5px 10px;
	height: 50px;
		text-align:center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
}
.WhiteBoxContent {
	background-image: url(../images/fadetowhite.gif);
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	padding: 5px 10px;
	text-align:center;
	font-size: 12px; 
	color: #e86a56;
	margin: 0px;
}

/**********************
FOOTER
***********************/
.Footer {

	border-top: 2px solid #e86a56;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e86a56;
}

.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e86a56;
}

/**********************
TEXT STYLES
***********************/

.LargeText { font-size: 14pt; }
.MedText { font-size: 12pt; }
.SmallText { font-size: 10pt; }

.MainBodyBold {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11pt; color: #3b2107; font-weight: bold; }
.MainBodyItalisized { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: italic; font-weight: normal; color: #3b2107; }
.MainBodyItalisizedBold { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt; font-style: italic; font-weight: bold; color: #3b2107;  }

.Color1 {  color: #e86a56; }
.Color1Bold { color: #e86a56; font-weight: bold; }
.Color1Italisized { font-style: italic; font-weight: normal; color: #e86a56; }
.Color1ItalisizedBold { font-style: italic; font-weight: bold; color: #e86a56; }

.Color2 {  color: #c33019; }
.Color2Bold { color: #c33019; font-weight: bold; }
.Color2Italisized { font-style: italic; font-weight: normal; color: #c33019; }
.Color2ItalisizedBold { font-style: italic; font-weight: bold; color: #c33019; }

.White { color: #FFFFFF; }

.Frosting {
	padding: 17px 0px 0px 0px;
	height: 38px;
	background-image: url(../images/frosting.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}
.Frosting a:link, .Frosting a:visited { color: #FFFFFF; text-decoration:none; }
.Frosting a:hover { color: #ffefbc; }

.PhotoBorder { border: solid 4px #E7BEB2; margin: 4px; }

