html {
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, sans-serif;
	background-image:url(../images/bg.jpg);
	font-size: 12px;
	line-height: 15px;
}

body, table, p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
	line-height:20px;
}

#page .small-blk-text {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: normal;
	color: #000000;
}

hr {
	height: 1px;
	border-color: #0099FF;
	margin-bottom: 5px;
	border-bottom:none;
}

img {
	border: none;
}

table, tr, td {
	border-collapse: collapse;
	vertical-align: top;
}

.page_content ul {
	margin-top: 0;
}

#page p.message {
	font-weight: bold;
	color: #FF0000;
}

#page p.errors {
	font-weight: bold;
	color: #FF0000;
}

a {
	color: #730084;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#container {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

#header {
	height: 404px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #d4e6f4;
}

#header h1 {
	font-size: 30px;
	padding: 1em;
	margin: 0px;
}

#main {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#structure {
	height: 300px;
	width: 100%;
	background-image:url(../images/td_bg.png);
}


#footer {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	line-height: normal;
	color: #bb79c4;
}

#footer a {
	color: #d7b9db;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/*Navigation*/

#navigation {
	width: 220px;
	padding: 0px 6px 10px 10px;
	margin:0;
}  

#navigation li {
   list-style-type:none;   
   margin:0.25em 0 0.25em 0;  
}

#navigation ul.pages li {
	margin-left:-40px;
}   
   
#navigation ul.subjects li a, #navigation ul.subjects li a:visited {   
   	display:block;   
   	width:190px;   
  	border:1px solid #501459;
   	font-family:Arial;   
   	font-size:0.9em;   
   	text-align:center;   
   	text-decoration:none;   
   	background:#501459;   
   	color:#eee;   
   	padding:0.25em;
}  

#navigation ul.subjects li a:hover {   
   	background:#783c81;   
   	color:#fff;   
} 
   
#navigation ul.pages li a, #navigation ul.pages li a:visited {   
   	display:block;   
   	width:190px;   
   	border:1px solid #501459;
   	font-family:Arial;   
   	font-size:0.9em;   
   	text-align:center;   
   	text-decoration:none;   
   	background:#fff;   
   	color:#501459;
	padding:0 0 0 4px;
} 
   
#navigation ul.pages li a:hover {   
	display:block;   
	width:190px;   
	border:1px solid #808;   
	font-family:Arial;   
	font-size:0.9em;   
	text-align:center;   
	text-decoration:none;   
	background:#ddd;   
	color:#808;   
	padding:0 0 0 4px;
}
   
.selected {
   	font-weight: bold;
}

/*Page Content*/

#page {
	padding: 0px 90px 20px 20px;
	vertical-align: top;
	background-repeat: repeat-y;
	background-position: top right;
}

#page h2 {
	font-size: 24px;
	color: #02778b;
	margin: 0px 0px 10px 0px;
	line-height:normal;
}

#page h3 {
	font-size: 18px;
	color: #02778b;
	margin: 0px 0px 6px 0px;
	line-height:normal;
}

#page p {
	font-size: 12px;
	color: #4b4b4b;
	line-height:20px;
	margin: 0px 0px 10px 0px;
}