/********* GENERAL **************/

body {
	background-color: black;
	color: black;
	font-family: arial, verdana, san-serif;
	/* text-align: center; */
	height: 100%;
}

h1 {
	font-family: arial, verdana, san-serif;
	text-align: left;
	font-weight: bold;
	color: #1A62a4;
	margin: 0px 25px 5px 25px;
}

h2 {
	font-family: arial, verdana, san-serif;
	font-size: medium;
	text-align: center;
	font-style: italic;
	margin: 15px 25px 0px 25px;
	color: white;
}


h3 {
	font-family: arial, verdana, san-serif;
	text-align: left;
	font-weight: bold;
	margin: 10px 25px 0px 25px;
	color: #000055;
}

fieldset {
	margin: 30px;

}

li {
	margin: 0px 25px 0px 25px;
}

p {
	text-align: left;
	color: black;
	font-family: arial, verdana, san-serif;
	margin: 0px 25px 0px 25px;
}

p.err {
	text-align: left;
	color: red;
	margin: 5px 35px 2px 35px;

}
p.faq {
	text-align: left;
	color: black;
	font-family: arial, verdana, san-serif;
	margin: 0px 25px 0px 35px;


}

#nav {
	position: absolute;
	top: 110px;
	bottom: 0px;
	right: 10px;
	position: relative;
	text-align: center;
	margin: 0px 25px 0px 0px;
	float: right;
	white-space: nowrap;
	left: 0px;
	}

#nav p {
	text-align: center;
}

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav li {
	float: left;
	background-image: url(images/btn.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 38 px;
	line-height: 38px;
	margin: 0px;
	padding: 0px;
	padding-right: 4px;
	}

#nav li a {
	font-size: 10pt;
	font-family: arial, verdana, san-serif;
	text-decoration: bold;
	text-align: center;
	color: black;
	display: block;
	}

#nav li:hover {
	background-image: url(images/btn_mouse.gif);
	}


p a {
	text-decoration: underline;
}

a { 
	text-decoration: none; 
	color: #000044;
}


#north a {
	color:white;
	text-decoration: none;
	border: 0px;
}

#footer a {
	color:white;
}
img {
	border: 0px;
	border-color: black;
}

p img {
	float: left;
	margin: 5px;

}

img.pleft {
	float: left;
	margin: 5px;	

}
img.pright {
	float: right;
	margin 5px;
}

#north a:visited {
	color: white;
	text-decoration: none;
}

a:visted {
	color: #440044;
}

a:hover {
	color: #AAAAFF;
	text-decoration: none;
}


/****** SPECIFIC AREAS ***********/

#north {
	position: relative;
	color: white;
	background: url(images/bordertop.gif) repeat top left;
	height: 20px;
	width: 740px;
	border: 0px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#west {
	width: 20px;
	background: url(images/borderwest.gif) repeat top left;
	border: 0px;
	margin: 0px auto 0px auto;
	padding: 0px;
}


#east {
	width: 20px;
	background: url(images/bordereast.gif) repeat top right;
	margin: 0px auto 0px auto;
	border: 0px;
	padding: 0px;
}

#south {
	height: 20px;
	width: 740px;
	position: relative;
	text-align: bottom;
	background: url(images/borderbottom.gif) repeat bottom left;
	color: gray;
	margin: 0px auto 0px auto;
	font-size: x-small;
}

#top {
	position: relative;
	width: 740px;
	height: 168px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	background: url(images/borderhead.gif) repeat top left;
}

#mainpic {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	margin: 0px 0px 0px 20px;
	vertical-align: top;	
}

#title {
	position: absolute;
	float: right;
	top: 10px;
	right: 5px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	vertical-align: center;
	height: 168px;
/*	z-index: 1; */
	
}


#main {
	position: relative;
	width: 740px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
	background: url(images/bordermain.gif) repeat top left;
}

#main p {
	padding: 5px 0px 5px 0px;
}

#copyright {
	position: relative;
	bottom: 0px;
	left: 0px;	
	text-align: left;
}

#info {
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: right;
	text-align: right;
}

#footer {
	width: 740px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: bottom;
	color: gray;
	font-size: x-small;
	bottom: 0px;
}


#tag {
	display: none;

}
