html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #353535;
}
a:hover {
	color: #373737;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000;
	font: 10px verdana, arial, sans-serif;
	color: #343434;
	padding: 30px 5px;
	text-align: center;
}
/************************** wrappers **********************************/
#wrapper {
	text-align: left;
	width: 754px;
	margin: auto;
	background: url(images/body_bg.gif) repeat-y;
}
#body {
	position: relative;
}
/************************** Header **********************************/
h1 {
	padding: 17px 0px 0px 65px;
}

#logo {
	float:left;
	display:inline;
	width:665px;
    height : 225px;
	background: #fff url(images/logo_magenta.png) no-repeat;
}
#person {
	float:right;
	padding: 17px 15px 0px 0px;
	right: 20px;
	display:inline;			
}
#about {
	float:left;
	margin: 20px 0px 0px 99px;
	width: 635px;
	/*height: 320px;*/
	overflow: auto;
	text-align: justify;
	display:inline;
}
#about a {
	color: #666;
}

#about a:hover{
	color: #999;
}


p.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: #999;
}
/************************** Navigation **********************************/
#header ul {
	margin: 0px 17px 20px 95px;
	border: 1px solid #8B008B;
	padding: 5px;
	display:inline;
	float: left;
	width:625px;
}
#header li {
	display:inline;
	padding: 5px;
}
#header ul a {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666;
	text-transform: uppercase;
}
#header ul a:hover, #header ul a:activ{
	color: #999;
}

.bM_ACT
{
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #999;
	text-transform: uppercase;
}

/*Submenu*/
#col1_content  {
z-index : 1;
margin : 0 0 10px;
padding : 0;
overflow : hidden;
border : 0px solid #8b008b;
} 
#submenu  {
margin : 5px 5px 0 5px;
font-size : 1em;
} 

div.sub  {
color : #000;
font-size : 1.1em;
font-weight : bold;
margin : 0;
padding : 0;
height : 22px;
line-height : 20px;
background : #F9FFE5;
border-color : #ccc;
border-style : solid;
border-width : 1px;
text-align : center;
letter-spacing : 1px;
}


#submenu span.subL1 {
display : block;
height : 18px;
min-height : 18px;
vertical-align : text-bottom;
background:#fff url(bullets/bullet1_h.gif) no-repeat 0 3px;
}
#submenu span.subL1 a {
color : #020;
background : #f7f7ee;
font-weight : normal;
margin-left : 13px;
display : block;
}
#submenu span.subL1 a:hover {
color : #f50;
}
/************************** Tray **********************************/
#tray {
	padding-left: 95px;
	padding-right: 20px;	
}
#tray a {
	color: #666;
}

#tray a:hover{
	color: #999;
}
#tray-left {
	float: left;
	width: 205px;
	color: #999;
}
#tray-right {
	float: right;
	width: 400px;
	height:100%;
	color: #999;
}
#tray-left .left {
	margin-right: 12px;
}
#tray h2 {
	margin-bottom: 16px;
}
#tray p {
	margin: 0px;
	margin-bottom: 3px;
	color: #999;
}
#tray-left .more {
	padding-right: 12px;
}

#content-column-left h1 {
	padding: 17px 0px 0px 5px;
}

#content-column-left {
  float:left;
  display:inline;
  margin-bottom:15px;
  padding:0 5px 12px 5px;
  width:460px;
  font-size: 12px;
}
#content-column-left table{
	font-size: 10px;
}


#content-column-left ul {
	list-style-type:square;
	border: 0px;
	padding: 0;
	width: 460px;
}

#content-column-left li {
	display:inline;
	border: 0px;
}

* html #content-column-left {
  width:490px;
  w\idth:460px;
}
#content-column-right {
  border:1px solid #8b008b;	
  float:right;
  display:inline;
  margin-bottom:15px;
  padding:12px;
  width:135px;
}
* html #content-column-right {
  width:165px;
  w\idth:135px;
}


/************************** Footer **********************************/
#footer {
	text-align: center;
	color: #666;
	margin-left: 95px;
	margin-right: 14px;
	background: top left url(images/body_bot_left.gif) no-repeat;
}
#footer-right {
	padding-top: 33px;
	padding-bottom: 22px;
	background: top right url(images/body_bot_right.gif) no-repeat;
}

#footer a {
	color: #666;
}

#footer a:hover{
	color: #999;
}


/*-------contenttable--------*/

table.contenttable  {
	background-color: #FFFFFF ! important;
	border:0px ! important;
	margin:0px ! important;
	border-collapse:collapse;
	margin-left:5px ! important;
	margin-top:5px ! important;
	width:440px ! important;
	}
table.contenttable td {
    vertical-align:top;
	text-align:right;
    line-height:16px;
	background-color:#ffffff ! important;
	border-bottom:1px solid #999999 ! important;
	/*width:25%;*/
	padding-left:5px;
	}
table.contenttable p {
    margin:0px ! important;
    padding:0px ! important;
	font-size:11px ! important;
	color:#000000 ! important;
	background-color:transparent ! important;
    }
table.contenttable p a:link, table.contenttable p a:visited {
	color:#005bfe ! important; 
	font-weight:normal;
	font-size:11px ! important;
}
table.contenttable p a:hover {
	color:#FF0000 ! important; 
	font-weight:normal;
	font-size:11px ! important;
}
tr.tr-even td  {
	background-color:#efefef ! important;
	}
tr.tr-0 td  {
	font-weight:bold;
	}
/*-------contenttable--------*/

