/* =National NEIS Association Screen Style Sheet
	LAYOUT
----------------------------------------------- */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color:#000000;
	line-height:1.5em;
}

#body {
	width: 965px;
	margin: 0px auto;
	background-color:#FFFFFF;
}

#header {
	background-image:url(images/header-girl.jpg);
	background-repeat:no-repeat;
	width:965px;
	height:150px;
}

#top-menu {
	background-image:url(images/top-menu-bg.png);
	background-repeat:repeat-x;
	height: 30px;
	line-height:1.6em;
	overflow:hidden;
	margin-top: -5px;
}

html>body #top-menu {
	margin-top: 0;
}


#top-menu ul {
	margin: 0;
	margin-left: 25px;
	/* padding: 5px 0 0 0; */
}

#top-menu li {
	display:inline;
	font-size: 1.4em;
}

#article {
	width: 770px;
min-height: 400px;
	float:left;
	padding: 0 20px;
	margin: 20px 0;
	border-right: 4px solid #edf3f1;
	text-align:justify;
}


#sidebar {
	width: 140px;
	float:right;
	padding-top: 20px;
	overflow:hidden;
}

#footer {
	clear: both;
	background-image:url(images/footer-bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 21px;
	color: #FFF;
	font-size:1em;
	margin-top: 3px;
	margin-bottom: 0px;
	
}

#copyright, #top-link {
	display:inline;
	position: relative;
	top:3px;
}

#copyright {
	float:left;
	left: 10px;
}

#top-link {
	float: right;
	right: 60px;
}

.hidden {
	display:none;
}

/* =TEXT
----------------------------------------------- */
h1 {
	text-indent: -5000px;
	margin: 0px;
}

h2 {
	margin-top: 0;
	font-size: 2.2em;
	color: #035d37;
}

h3 {
	font-size: 1.8em;
	color: #035d37;
}

#sidebar h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.4em;
	color: #035d37;
}

h4 {
	margin-bottom: 0;
	font-size: 1.4em;
}

p, li {
	font-size:1.1em;
}
li * {
	font-size:inherit;
}
h4 + p {
	margin-top: 0;
}
blockquote {
	border-left: 4px solid #edf3f1;
	margin-left: 20px;
	padding-left: 10px;
}
abbr , acronym {
	cursor:help;
	border-bottom: 1px dashed #035d37;
}
pre {
	font-family:"Courier New", Courier, monospace;
	font-size: 1.3em;
	width:95%;
	overflow:auto;
	background-color: #edf3f1;
	padding: 10px;
	margin-left: 20px;
}
/* =LINKS
----------------------------------------------- */

a:link, a:active {
	color: #100061;
}
a:visited {
	color: #8f405d;
}
a:hover {
	color: #F00;
}

#top-menu  {
	padding-top: 5px;
	padding-bottom: 10px;
}

html>body #top-menu {
	padding-top: 4px;
}
html>body #top-menu ul {
	margin: 0;
	padding-left: 20px;
}

#top-menu a:link, #top-menu a:visited, #top-menu a:active {
	color:#FFFFFF;
	text-decoration:none;
	padding: 5px 10px 9px 10px;
}

.current-menu-item a {
	background-image:url(images/top-menu-active-bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
color:#000000;
}
#top-menu .current-menu-item a:link, 
#top-menu .current-menu-item a:visited,  
#top-menu .current-menu-item a:active  {
	color:#000000;
}
#top-menu a:hover {
	color:#000000;
	background-image:url(images/top-menu-hover-bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	border:1px solid white;
	margin-right: 10px;

margin-bottom: 10px;
}
#sidebar ul li ul {
margin-left: 15px;
}
#sidebar ul li ul * {
margin-right: 0px;
margin-bottom: 0px;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #000;
	text-decoration:none;
	display:block;
	background-image:url(images/black-bullet.png);
	background-repeat:no-repeat;
	background-position: 4px 4px;
	padding-left: 15px;
}


#sidebar .sidebar-current-menu-item a, #sidebar #sidebar-parent {
	background-color: #035d37;
	background-image:url(images/white-bullet.png);
	background-repeat:no-repeat;
	background-position: 4px 4px;
}

#sidebar .sidebar-current-menu-item a, 
#sidebar li .sidebar-current-menu-item a:link, #sidebar #sidebar-parent, 
#sidebar li .sidebar-current-menu-item a:visited, #sidebar #sidebar-parent,
#sidebar li .sidebar-current-menu-item a:active, #sidebar #sidebar-parent {
	
	color: #fff;
}
#sidebar a:hover {
	color: #FFF;
	background-image:url(images/white-bullet.png);
	background-repeat:no-repeat;
	background-position: 4px 4px;
	background-color: #8f405d;
}

#footer a:link, #footer a:visited, #footer a:active{
	color: #dfe5ff;
}
#footer a:hover {
	color:#FFFF00;
}

/* =IMAGES
----------------------------------------------- */
img {
	margin: 10px;
	border: 1px solid #000;
}

.noborder {
border: none;
}

/* =FORMS
----------------------------------------------- */


/* =TABLES
----------------------------------------------- */

th, td {
	font-size: inherit;
}

td p {
	margin-top: 0;
	font-size:inherit;
}

.standardtable {
	background-color: #035d37;
}
.standardtable th {
	color:#FFFFFF;
}	
.standardtable td {
	background-color:#FFFFFF;
}
.standardtable tr.dark td {
	background-color: #edf3f1;
}
	
