/* CSS Document */


body{
margin:0;
background-image: url(images/background.png);
background-repeat: repeat-x;
background-color:#ffffff;
color: #1f1a17;
font-family:Verdana, Arial, Helvetica, sans-serif;
font:11px;
}


#wrapper {position: relative; width: 1000px; margin: 0 auto; text-align: left; }

p
{ 
line-height: 16px;
} 

li {
  list-style: none;
  background: url(images/bullet.png) no-repeat left top;
  padding-left: 25px;
  padding-bottom: 10px;
}

ul {
	list-style-type: none;
	padding:0;
	margin-left: 0;
	}

.sidebartable td {
background-repeat:no-repeat;
}

.shadowtable{
background-repeat:repeat-y;
background-position:top;
}

td {
font-size: 11px;
}

.sidebar {
margin-left:20px;
margin-right:20px;
}



th {
font-size: 11px;
color:#FFFFFF;
text-align:left;
}

h1 {
	font-size:14px;
	line-height:14px;
	font-weight:bold;
	font-family:"Trebuchet MS";
}

h2 {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color: #866C3E;
	font-family:"Trebuchet MS";
}

h3 {
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	font-family:"Trebuchet MS";
}

h4 {
	font-size:20px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	color:#1C396A;
	line-height:20px;
}

a
{
  outline: none;
}

a:link {
	color: #1C396A;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color: #1C396A;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #A5844A;
	text-decoration:underline;
}
a:active {
	color: #A5844A;
	text-decoration:underline;
}


.bottomnav
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}


.bottomnav a:link {
color: #4D4D4D;
	text-decoration:none;
	font-weight: bold;
}
.bottomnav a:visited {
color: #4D4D4D;
	text-decoration:none;
	font-weight:bold;
}

.bottomnav a:hover {
	text-decoration:underline;
}
.bottomnav a:active {
	text-decoration:underline;
}



.topnav a:link {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}
.topnav a:visited {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
.topnav a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.topnav a:active {
	color: #FFFFFF;
	text-decoration:underline;
}

.table_profile {
	}