@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2A2A2A;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

* html body {
  font-size: x-small; /* for IE5/Win */
  font-size: small; /* for other IE versions */
  }
  
h1 {
	font-size: 150%
}

h2 {
	font-size: 130%
}

h3 {
	font-size: 120%
}
h4 {
	font-size: 120%;
	color: #F7500B;
}
.heading {
	font-size: 120%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFA800;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.heading2 {
	font-size: 120%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFA800;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}


a:link {
	color: #FF6600;
}
a:visited {
	color: #E05A00;
}
a:hover {
	color: #FF9900;
}

.smalllink a:link {
	color: #FF6600;
	font-size: 11px;
}
.smalllink a:visited {
	color: #E05A00;
	font-size: 11px;
}
.smalllink a:hover {
	color: #FF9900;
	font-size: 11px;
}

.mediumtext {
	font-size: 110%;
	font-weight: bold;
}

.textbold {
	font-size: 100%;
	font-weight: bold;
}

.smalltext {
	font-size: 85%;
}

.smalltextbold {
	font-size: 85%;
	font-weight: bold;
}	

.border {
	border: 1px solid #dddddd;
}

/*nav starts here*/

#navcontainer
{
	width: 180px;
}

#navcontainer ul
{
	margin-left: 40px;
	padding-left: 0;
	list-style-position: inside;	
}


#navlist li {
	list-style-image: url('images/menubullet.gif');
	margin-left: 0px;
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 6px;
}

#current
{
	list-style-image: url('images/menubullet.gif');
	color:#FF6600;
	padding: 3px;
	font-weight: bold;
}

#navcontainer a
{
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4F4F4F;
	padding: 3px;
	font-weight: bold;
}

#navcontainer a:hover{
	color: #FFA800;
}


/*nav ends here*/

.note {
	font-size: 85%
}
.bkg {
	background-color: #dddddd;
	background-image: url(images/bkg.gif);
}

#name{
	background-color: #2f3035;
	text-align: right;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-top: 3px;
	height: 120px;
	vertical-align: text-bottom;
}
.name1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 480%;
	font-weight: bold;
	color: #B3B1B1;
}

.name2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 480%;
	font-weight: bold;
	color: #9B9999;
	margin-right: 8px;
}
.introtext {
	color: #232323;
}
#home {
	width: 400px;
	margin-top: 5px;
	margin-left: 40px;
	padding: 5px;
	margin-bottom: 0px;
}
#navhome
{
	color: #FFFFFF;
}
.l2bodytable {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #F4F5EE;
}
.picborder {
	border: 1px solid #C8C8C8;
	padding: 3px;
}
.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #767474;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#intro {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-align: left;
	width: 400px;
	margin-left: 40px;
	filter:alpha(opacity=70);
	-moz-opacity:.40;
	opacity:.70;
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.footertable {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	background-color: #C8C8C8;
	padding: 5px;
	margin-top: -5px;
}

.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #191919;
	background-color: #D1D1D1;
	width: 50px;
	border: 1px solid #999999;
	padding-top: -1px;
	padding-right: 1px;
	padding-bottom: -1px;
	padding-left: 1px;

}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-color: #EBEBEB;
	margin-bottom: 2px;
}

.dropdownbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding: 2px;
	background-color: #EBEBEB;
	margin-bottom: 2px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #FF6600;
	font-weight: bold;
	border: 1px outset #666666;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 95%;
	margin-bottom: 2px;
}

.editbutton {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFA800;
	font-weight: bold;
	border: 1px outset #666666;
	font-size: 95%;
	padding:0px; 
	margin:0;
	width:65px;
	overflow:visible;
}

.viewbutton {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 1px outset #666666;
	font-size: 95%;
	padding:0px; 
	margin:0;
	width:65px;
	overflow:visible;
}

#homephotos
{
	width: 250px;
	text-align: right;
}
.imgbotcorner {
	background-image: url(images/t2_pic_blc.gif);
	background-repeat:repeat;
}

.imgtopcorner {
	background-image: url(images/t2_pic_tlc.gif);
	background-repeat:repeat;
}

.imgleft {
	background-image: url(images/t2_pic_left.gif);
	background-repeat:repeat;
}

.imgbot {
	background-image: url(images/t2_pic_bottom.gif);
	background-repeat:repeat;
}

.imgtop {
	background-image: url(images/t2_pic_top.gif);

}

.imagearea {
	padding: 5px;
	background-color: white;
}

.popup {
	font-size: 85%;
	background-color: #6a645f;
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	text-align: left;
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border: 1px solid #ff9512;
}