/* CSS Document */
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

img {
	border:0;

}

body {
	background:#FFFFFF url(../images/bg.jpg) repeat-y center;
	font-family:Verdana, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	height:100%;
	color:#000000;
}

#page {
	width:720px;
	margin:auto;
	height:100%;	
}

#header_text {
	float:right;
	text-align:right;
	padding-right:6px;
	padding-top:100px;
}

#header {
	width:100%;
}

#header img {
	padding:10px 0 10px 30px;
	background:#FFFFFF;
	
}

#nav {
	height:25px;
	min-height:25px;
	background:#FFFFFF url(../images/nav_bg.jpg) repeat-x;
	border-top:1px #999999 solid;
}

#nav a {
	text-decoration:none;
	margin-left:14px;
	color:#000000;
}

#nav a:hover {
	color:#74af3f;
	text-decoration:underline;
}

.nav_selected, .nav_selected a {
	color:#74af3f !important;
	text-decoration:none;
	font-weight:bold;
}

#nav_text {
	padding-top:3px;
	padding-left:10px;
}

#picture {
	border-top:1px #999999 solid;
	background-color:#CCCCCC;
}


#content {
	border-top:1px #999999 solid;
	padding:15px 15px 15px 14px;
	min-height:400px;
	background:#f6f6f5;	
}

#content ul, ol {
	margin-left:2em;
}

h1 {
	color:#74af3f;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

h2 {
	color:#74af3f;
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}

#footer {
	border-top:1px #999999 solid;
	height:40px;
	font-size:10px;
	text-align:right;
	padding-right:10px;
	padding-top:3px;

}

#footer a {
	color:#999999;
}

#footer a:hover {
	color:#666666;
}


/* ------------------------------------------------------------------------------------------------------ */

#errors {
	color:#FF0000;
	font-size:1.2em;
}

table {
	border-collapse:collapse;
}

td {
	padding:4px;
}

.theader {
	background-color:#CCCCCC;
	font-weight:bold;
}

a {
	color:#0000FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

tr {
	background:#F5F5F5;
	hover:expression(this.onmouseover=new Function("this.style.background='#e3e3e3';"),this.onmouseout=new Function("this.style.background='#F5F5F5';"));
	vertical-align:top;
}

tr:hover {
	background-color:#e3e3e3;
}

.theader {
	background:#CCCCCC;
	hover:expression(this.onmouseover=new Function("this.style.background='#BCBCBC';"),this.onmouseout=new Function("this.style.background='#CCCCCC';"));
}

.theader:hover {
	background-color:#CCCCCC;
}

.theader a {
	text-decoration:none;
	color:#000000;
	font-size:14px;
}

.theader a:hover {
	text-decoration:underline;
}

