body {
	margin: 0;
	padding: 0;
	background-color:#d5d5ff;
	background-position:top right;
	background-repeat:no-repeat;
	text-align: center; 
	font-size: 13px;
	color: #000080;
}
body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000080;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ff5700;
	letter-spacing: -2px;
	font-size: 2em;
	font-style:italic;
	letter-spacing:1px;
}
h2 {
	letter-spacing: -1px;
	font-size: 2em;	
}
h3 {
	font-size: 2em;
	font-style:italic;
	letter-spacing: -1px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 1em;
}
h5 {
	font-size: 1em;
	font-style:italic;
}
p  {
    margin-top:4px; 
	line-height: 200%;
	}
img {
    border: 0px;
}
a {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
.highlight {
   font-size:14px; 
   font-weight:bold;
   font-style:italic;
   letter-spacing: 1px;
   color : #000080;
}

/* Container */
#container {
	width: 894px; 
	margin: 0 auto; 
	text-align: left;
	padding : 0;
	color : #000080;
	background :#FFF;
	overflow:hidden;
	border-left:2px solid #ff5700;
	border-right:2px solid #ff5700;
}

/* Header */
#header {
	width: 896px; 
	height:126px;
	margin:auto;
	padding: 0;
	background:#1a1f68;
	text-align: center;
	border:2px solid #ff5700;
	border-left:0;
}
.isp{
    float:left; 
	z-index:2; 
	position:absolute; 
	margin-left:0; 
	margin-top:-4px;
}
/* Content */
#content {
	width:472px;
    padding:10px 10px  1000px 10px ;
    margin:0 0 -990px 0;
    background : #FFF;
    color : #666;
	border: 0;
	overflow:hidden;
}

/* top menu */
div #topmenu {
	font-size:13px;
	font-weight:bold;
	padding:0;
    background:#1a1f68;
	border:1px solid #1a1f68;
}
div #topmenu ul {
	list-style:inside;
	list-style-type:none;
	text-align:center;
	height:24px;
	margin:4px 0 0 0;
	padding:0 1px 0 0;
	background:inherit;
	
}
div #topmenu ul li {
	display:inline;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	padding:6px 11px 6px 11px;
	margin:-5px;
	background:#1a1f68;
}
div #topmenu ul li a {
	text-decoration:none;
	color:#FFF;
}
div #topmenu ul li a:hover {
	color:#999;
}

div #topmenu ul li a#selected {
	color:#ff5700;
}
/* Menu */
#menu {
	float : left;
	width : 170px;
	background : #1a1f68;
	color : #FFF;
	border: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1000px;
	margin-left: 0;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 1000px;
	padding-left: 20px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 200%;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li ul {
}
#menu li li {
	padding-left: 10px;
	border-bottom: 1px dotted #ff5700;
}

#menu a {
	text-decoration: none;
	color : #FFF;
}
#menu a:hover {
	color: #999999;
}
#menu a#selected {
	color:#ff5700;
}
#menu h2 {
	 background-color:#fe5600;
	 border: 0;
	 width:196px;
	 margin-left:-20px;
	 height:22px;
	 line-height:22px;
	 padding:2px 2px 8px 2px;
	 font-size:18px;
	 color:#FFF;
}
/* Sidebar */
#sidebar {
	float : right;
	width : 170px;
	background : #1a1f68;
	color : #FFF;
	border:09;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1000px;
	margin-left: 0;
	padding-top: 84px;
	padding-right: 10px;
	padding-bottom: 1000px;
	padding-left: 20px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 200%;
}
#sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li ul {
}
#sidebar li li {
	padding-left: 10px;
	border-bottom: 1px dotted #ff5700;
}

#sidebar a {
	text-decoration: none;
	color : #FFF;
}
#sidebar a:hover {
	color: #999999;
}


#sidebar h2 {
	 background-color:#fe5600;
	 border: 0;
	 width:196px;
	 margin-left:-20px;
	 height:22px;
	 line-height:22px;
	 padding:2px 2px 8px 2px;
	 font-size:18px;
	 color:#FFF;
}
/* Footer */
#footer {	
	padding: 0;
    width:894px;
	margin:auto;
	background:#1a1f68;
	text-align: center;
	font-size: smaller;
	height:16px;
	color:white;
	border:2px solid #ff5700;
}
#footer a {
	text-decoration: none;
	color : #FFF;
}
#footer a:hover {
	color: #999999;
}
#footer a#selected {
	color:#ff5700;
}

/* Special Formatting */

.float-left  { 
    float: left; 
	padding-right: 5px; 
}

.float-right { 
    float: right; 
	padding-left: 5px; 
}

.align-left  { 
    text-align: left; 
}

.align-right {	
    text-align: right; 
}
