﻿* {
	margin: 0px;
  padding: 0px;
}

body {
	background-color: #CED4DC;
	color:#666666;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-position: center top;
	list-style-type: square;
	margin: 0px;
	background-image: url(images/bg.gif);
	line-height: 1.3em;
}

body, html { height: 100%; }

ul{ margin-left: 1.0em; padding-left: 1.0em; }

#content {
	margin: 0px auto 10px auto;
	padding: 0px;
  height: auto;
  width:1000px;
}

#header { 
	height: 29px;
	padding: 0px;
	width:1000px;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
}
#dashboard-content {
	padding: 0px 0px 0px 30px;
	width:970px;
	background-image: url(images/bg_content.gif);
}

#dashboard-content h3 {
 margin-bottom: 3px;
}

#footer {
	height: 29px;
	padding: 0px;
	width:1000px;
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
}

#footer-bottom {
	color: #3b68af;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 5px auto 5px auto;
	text-align:center;
	width: 1000px;
	font-size: 0.8em;
}

table{
	color:#fff;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
table.main{
	color:#ffffff;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

td.sub{
	color:#524e4c;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
table.footer{
	color:#3b68af;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-weight: normal;
}

hr {
	border-top-style: solid;
	border-color: #cccccc;
}

a:link {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #f47119;
	text-decoration : none;
} 
a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #f47119;
	text-decoration : none;
} 
a:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #f47119;
	text-decoration: underline; 
}

a.top:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
	color: #3864AF;
	text-decoration : none;
} 
a.top:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
	color: #3864AF;
	text-decoration : none;
} 
a.top:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bold;
	color: #3864AF;
	text-decoration : underline;
}

a.content:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : bold;
	color: #f8a028;
	text-decoration : none;
} 
a.content:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : bold;
	color: #f8a028;
	text-decoration : none;
} 
a.content:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : bold;
	color: #f8a028;
	text-decoration : underline;
}

a.nav:link {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color: #3864AF;
	text-decoration : none;
} 
a.nav:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color: #3864AF;
	text-decoration : none;
} 
a.nav:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color: #3864AF;
	text-decoration : underline;
} 

a.foot:link {
	font-family : Helvetica, Arial, sans-serif; 
	font-weight : normal; 
	color:#3b68af;
	text-decoration : none; 
} 
a.foot:visited {
	font-family : Helvetica, Arial, sans-serif; 
	font-weight : normal; 
	color:#3b68af;
	text-decoration : none; 
} 
a.foot:hover {
	font-family : Helvetica, Arial, sans-serif; 
	font-weight : normal; 
	color:#3b68af;
	text-decoration : underline; 
} 


h1, h2, h3, h4, h5 { margin-bottom: 3px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight:normal; text-align:left;
}

h1 { font: 1.8em Lucida Sans Unicode; }
h2 { font: 1.6em Lucida Sans Unicode; }
h3 { font: 1.4em Lucida Sans Unicode; }
h4 { font: 1.2em Lucida Sans Unicode; }
h5 { font: 1.0em Lucida Sans Unicode; font-weight: bold; }

