body {
	color: #003483;/*1657B9*/
	background-color: 5B8FBE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
p {
	border: 0;
	margin: 15px 0;
	padding: 0;
}
div {display:block; border:0; margin:0; padding:0;}
#padding {
	PADDING-RIGHT: 12px; PADDING-LEFT: 12px; PADDING-BOTTOM: 12px; MARGIN: 1px; PADDING-TOP: 12px
}
#about {
	PADDING-RIGHT: 12px;
	PADDING-LEFT: 28px;
	PADDING-BOTTOM: 28px;
	MARGIN: 1px;
	PADDING-TOP: 12px;
	background-image: url(images/about_main.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
.about_txt {
	/*font-family: "Times New Roman";*/
	font-size: 17px;
	font-style: normal;
	color: #6F0327;/*5B0220 */
	font-weight: 700;
}
#personal {
	PADDING-RIGHT: 12px;
	PADDING-LEFT: 28px;
	PADDING-BOTTOM: 28px;
	MARGIN: 1px;
	PADDING-TOP: 12px;
	background-image: url(images/business_main.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
#business {
	PADDING-RIGHT: 12px;
	PADDING-LEFT: 28px;
	PADDING-BOTTOM: 28px;
	MARGIN: 1px;
	PADDING-TOP: 12px;
	background-image: url(images/business_main.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
#main {
	PADDING-RIGHT: 10px;
	BORDER-TOP: #fff 1px solid;
	PADDING-LEFT: 10px;
	/*BACKGROUND: url(/images/div_background.gif) repeat-x left top;*/
	PADDING-BOTTOM: 0px;
	MARGIN: 10px auto;
	WIDTH: 100%;
	PADDING-TOP: 0px;
	TEXT-ALIGN: left;
	/*font-size: 14px; */
}
#content {
	WIDTH: 100%; MARGIN-RIGHT: 12px; PADDING-RIGHT: 12px;
}
#content IMG {
	BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; /*MARGIN: 0px 0px 12px;*/ BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid
}
#content IMG.noborder {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
#sidebar {	
	FLOAT: right;	WIDTH: 250px; 	PADDING-LEFT: 10px;	BACKGROUND: url(/graphics/sidebar_background.gif) repeat-y left top;voice-family: inherit;/*vertical-align: top;*/
}
#sidebar IMG {
	BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; MARGIN: 0px 0px 12px; BORDER-LEFT: #fff 1px solid; BORDER-BOTTOM: #fff 1px solid
}
#sidebar IMG.noborder {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
h1, h2, h3, h4, h5 {border:0; margin:15px 0 10px 0; padding:0; font-weight:bold;}
h1 {font-size:200%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h2 {font-size:150%; line-height:100%; font-family:"georgia",serif; font-weight:normal;}
h3 {font-size:110%; line-height:100%; font-weight:normal;}
h4 {font-size:100%;}
h5 {font-size:100%;}
input {
    border-width:1;
    color:000033;
    border-color:black;
    font-size:15px;
    line-height:15px;
    height:18px;
    /*background-color:#DEDEDE;*/
 }
 textarea, select { 
  font: 11px; 
  background: #FFFFFF; 
  border: #000000 1px solid; 
  color: #000000; 
}
.box {
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	BORDER-LEFT: #cccccc 1px solid; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	/*BACKGROUND-COLOR: #ffffff*/
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -115px; /*position where enlarged image should offset horizontally */
}

ul, ol {display:block; border:0; margin:15px 0 15px 40px; padding:0;}
ol {list-style-type:none;}
li {display:list-item; border:0; margin:0; padding:0; _height:1px;list-style-type: none;}
ul ul, ul ol, ol ol, ol ul {margin: 0 0 0 20px;}


ul#navlist{font:12px arial,sans-serif,verdana; list-style-type:none; padding-bottom:4px; margin:0;}
ul#navlist li{float:left; height:21px; border-right-color:#888888; border-right:1px solid #888888; /*border: 1px solid #000;*/}
li#active a{color:#fff; background-color:#D6B004;}
li#active_link1 a {color:#fff; background-color:#D6B004;}
li#inactive_link1 a {color:#6D73C1;}
#navlist a{float: left; display:block; color:#fff; text-decoration:none; padding:4px; background-color:#003483;}
#navlist a:hover { background:#D6B004;}
