/*---------------------------
	TEXT STYLES
---------------------------*/

body {
	background-color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
  background-image: url('../images/common/page_bg.gif');
  background-position: top center;
	background-repeat: no-repeat;
}
	
td {
  font-size: 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	color: #47463A;
}

a:link { color: #1385B8; text-decoration: underline;}
a:visited { color: #1385B8; text-decoration: underline;}
a:hover { color: #71B6D4;	text-decoration: none;}

h1 {
	font-weight: lighter;
	font-size: 130%;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 110%;
  line-height: 150%;
	color: #333333;
  font-weight: bold;
  padding: 0px 0px 0px 12px;
  margin: 0px 0px 10px -12px;
  background-image: url('../images/common/h1_bg.gif');
  background-position: 0px 4px;
	background-repeat: no-repeat;
}

h3 {
	font-size: 100%;
	color: #660000;
	font-weight: bold;
}

li {
  margin-bottom: 5px;
	list-style-type: square;
}

li.ordered {
  margin-bottom: 15px;
	list-style-type: decimal;
  line-height: 150%;
}
	

/*---------------------------
        UNIQUE STYLES
---------------------------*/

.topmenu {
	height: 30px;
  background-image: url('../images/common/topmenu_bg.gif');
	background-repeat: repeat-x;
}

#header {
  display: none;
}

#content {
  padding: 40px;
}

#content p {
  margin-top: 0px;
  line-height: 150%;
  text-align: justify;
}

#sidebar {
  padding: 30px 0px 50px 0px;
  background-image: url('../images/common/sidebar_bg.jpg');
	background-repeat: no-repeat;
  display: none;
}

#footer {
  padding-top: 25px;
  height: 70px;
  background-image: url('../images/common/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
  line-height: 150%;
  display: none;
}

.box_text {
  padding: 10px 10px 0px 14px;
  background-image: url('../images/box_bg.gif');
	background-repeat: repeat-y;
  color: #000000;
}

p.bio  {
  width: 320px;
}

a.sidebarlinks:link { color: #59584B; text-decoration: none;}
a.sidebarlinks:visited { color: #59584B; text-decoration: none;}
a.sidebarlinks:hover { color: #1385B8;	text-decoration: none;}



p.intro {
  font-size: 140%;
  color: #666666;
  font-style: italic;
  text-align: left;
  font-weight: lighter;
  line-height: 18px;
}

p.quote {
  padding: 0px 0px 0px 20px;
  margin: 20px 0px 0px 0px;
  background-image: url('../images/quote_bg.gif');
  background-position: top left;
	background-repeat: no-repeat;
}

.cel_large {
  font-size: 70%;
  color: #666666;
  font-weight: bold; 
  background-color: #E3E3E3; 
  border-top: 1px solid #FFFFFF;
}

.cel_01 {
  font-size: 70%;
  color: #333333;
  background-color: #F4F4F4; 
  border-top: 1px solid #FFFFFF;
  background-image: url('../images/common/cel_bg.gif');
  background-position: top right;
	background-repeat: repeat-y;
}

.cel_02 {
  font-size: 70%;
  color: #666666;
  background-color: #F4F4F4; 
  border-top: 1px solid #FFFFFF;
  background-image: url('../images/common/cel_bg.gif');
  background-position: top right;
	background-repeat: repeat-y;
}

.submenu {font-family: Arial, Verdana, sans-serif; margin: 0px 24px 0px 0px; padding: 0px 0px 5px 0px; height: 20px;}
a.submenu:link { color: #59584B; text-decoration: none;}
a.submenu:visited { color: #59584B; text-decoration: none;}
a.submenu:hover { color: #1385B8;	text-decoration: none;}


p.question {
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 7px 0px;
  background-image: url('../images/question_bg.gif');
  background-position: top left;
	background-repeat: no-repeat;
  font-weight: bold;
}
p.answer {
  padding: 0px 0px 0px 30px;
  margin: 0px 0px 20px 0px;
  background-image: url('../images/answer_bg.gif');
  background-position: top left;
	background-repeat: no-repeat;
}



p.centertext {
  text-align: center;
}


.hover_text {
  width: 500px;
  border: 1px solid #AE9E6A;
  z-index: 100;
  position: absolute;
  float: right;
  top: 580px;
  left: 10%;
  padding: 10px;
  background: #F1EFE4;
}

/*---------------------------
        FORM STYLES
---------------------------*/

.formstyle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

.buttonstyle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  border-width: 1px;
  border-color: 666666;
  border-style: solid;
  cursor: pointer;
  background-color: #3B79BD;

