/*
	Template by:  B. A. Khan, 3digita.com
	Get more free templates from: http://www.3digita.com

	- Released under Creative Commons License - http://creativecommons.org/licenses/by-sa/1.0/
	You are free:
		: to copy, distribute, display, and perform the work
		: to make derivative works
		: to make commercial use of the work
	Under the following conditions:
		: Attribution. You must give the original author credit.
 		: Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one.
*/


/*****( General HTML styles )*****/

.moduletable {
 font-size:10pt;
 font-family: tahoma, verdana, arial;
 margin-left:10px;
}

.sublevel:link {

 font: 10pt Tahoma, Verdana, Arial;
 color: #0602bb;
 text-align: left;
 width: 158px;
/* height: 27px;*/
 margin-left:8px;
 text-decoration: none;
/* background-repeat: no-repeat;
 background-position: center center;*/
}

.sublevel:visited {

 font: 10pt Tahoma, Verdana, Arial;
 color: #0602bb;
 text-align: left;
 width: 158px;
/* height: 27px;*/
 margin-left:8px;
 text-decoration: none;
/* background-repeat: no-repeat;
 background-position: center center;*/
}

.sublevel:active {

 font: 8pt Tahoma, Verdana, Arial;
 color: #0002c9;
 text-align: left;
 width: 158px;
/* height: 27px;*/
 margin-left:8px;
 text-decoration: none;
/* background-repeat: no-repeat;
 background-position: center center;*/
}

.sublevel:hover {

 font: 10pt Tahoma, Verdana, Arial;
 color: #0602bb;
 text-align: left;
 width: 158px;
/* height: 27px;*/
 margin-left:8px;
 text-decoration: underline;
/* background-repeat: no-repeat;
 background-position: center center;*/
}



.mainlevel:link {

 font: 10pt Tahoma, Verdana, Arial;
 color: #0602bb;
 text-align: left;
 width: 158px;
/* height: 27px;*/
 margin-left:8px;
 background-repeat: no-repeat;
 background-position: center center;
}

.mainlevel:visited {

 font: 10pt Tahoma, Verdana, Arial;
 color: #0602bb;
 text-align: left;
 width: 158px;
/* height: 27px;*/
 margin-left:8px;
 background-repeat: no-repeat;
 background-position: center center;
}

.mainlevel:active {

 font: 10pt Tahoma, Verdana, Arial;
 color: #0602bb;
 text-align: left;
 width: 158px;
/* height: 27px;*/
 margin-left:8px;
 background-repeat: no-repeat;
 background-position: center center;
}

.mainlevel:hover {

 font: 10pt Tahoma, Verdana, Arial;
 color: #0602bb;
 text-align: left;
 width: 158px;
/* height: 27px;*/
 margin-left:8px;
 background-repeat: no-repeat;
 background-position: center center;
 text-decoration: underline;
}






BODY {
	font-family: Tahoma, Verdana, Arial, Serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #333333;
	background: #FFA94E;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center;
}

hr {
	width:90%;
	margin-left:8px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #0002c9;
}

h1 {
	margin: 0px;
}

h2, h3, h4, h5, h6 {
	margin: 10px 0 5px 0;
}

/*
ul {
	margin-top: 0;
	margin-bottom: 0;
}

li {
	list-style: square;
}
*/

/*****( Template Specific Styles )*****/


#header {
	position:relative;
	/*background: #333333;*/
	margin:0px;
	height:100px !important;
	height /**/: 122px; /* for IE5/Win */
	padding: 0px 0px 0px 10px;
	border-bottom: 2px solid #00A000;
}

.mainheading {
	font: 25px 'Comic Sans MS',Verdana, Arial, Serif;
	letter-spacing: -1px;
	color: #00A000;
}

.pathway {

 color: #008000;

}

#content {
	position:relative;
	width:100% !important;
	margin:0px;
	margin-right:180px;
	height: auto;
	/*background: #fff;*/
	padding:10px 20px 30px 30px;
	width: auto;
}

#menu {
	position: absolute;
	height:100%;
	top: 220px;
	right:0;
	padding: 20px;
	width: 170px !important;
	width /**/: 190px; /* for IE5/Win */
}

#threedigitalink {
	font: 80% Verdana, Arial, Serif;
	color: #ffffff;
	text-align: left;
	padding-left:5px;
}

/*****( Links )*****/

a {
	color: #ffffff;
        font-weight: bold;
	text-decoration: none;
	font-size:10pt;
        font-family: Tahoma, Verdana, Arial;
	/*border-bottom: 1px dashed;*/
}

a img {
	border: none;
	text-decoration: none;
}

a:visited {
	/*color: #ff0000;&*/
        font-weight: bold;
	text-decoration: none;
        font-family: Tahoma, Verdana, Arial;
}

a:hover {
	/*color: #ff0000;*/
        font-weight: bold;
	/*text-decoration: unerline;*/
        font-family: Tahoma, Verdana, Arial;
	/*border-bottom: 1px solid;*/
}

#header a {
	color: #00A000;
	text-decoration: none;
	border:0;
}

#header a:hover {
	color: #ff0000;
	text-decoration: none;
}

