body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ffcc33;
}
/* New link properties, visited not to change color 11/16/06 */
a:link, a:visited, a:hover, a:active {
	color: blue;
}
a.endlink:link, a.endlink:visited, a.endlink:hover, a.endlink:active {
	color: #ffcc33;
}

#files h1 {
        display: block;
        height: 62px;
        width: 500px;
        text-decoration: none;
}

#files span {
        display: block;
        height: 62px;
        width: 500px;
        background: url(images/files-button.gif) top left no-repeat;
}


#gglobal h1 {
        display: block;
        height: 62px;
        width: 500px;
        text-decoration: none;
}

#gglobal span {
        display: block;
        height: 62px;
        width: 500px;
        background: url(images/global-button.gif) top left no-repeat;
}


#loginheader h1 {
        display: block;
        height: 62px;
        width: 500px;
        text-decoration: none;
}

#loginheader span {
        display: block;
        height: 62px;
        width: 500px;
        background: url(images/login-button.gif) top left no-repeat;
}

#countries1 h1 {
        display: block;
        height: 62px;
        width: 500px;
        text-decoration: none;
}

#countries1 span {
        display: block;
        height: 62px;
        width: 500px;
        background: url(images/countries1-button.gif) top left no-repeat;
}

#folders h1 {
        display: block;
        height: 62px;
        width: 500px;
        text-decoration: none;
}

#folders span {
        display: block;
        height: 62px;
        width: 500px;
        background: url(images/folders-button.gif) top left no-repeat;
}

#subfolders h1 {
        display: block;
        height: 62px;
        width: 500px;
        text-decoration: none;
}

#subfolders span {
        display: block;
        height: 62px;
        width: 500px;
        background: url(images/subfolders-button.gif) top left no-repeat;
}


#adminhead h1 {
        display: block;
        height: 62px;
        width: 500px;
        text-decoration: none;
}

#adminhead span {
        display: block;
        height: 62px;
        width: 500px;
        background: url(images/admin-button.gif) top left no-repeat;
}

#chgpw h1 {
        display: block;
        height: 62px;
        width: 500px;
        text-decoration: none;
}

#chgpw span {
        display: block;
        height: 62px;
        width: 500px;
        background: url(images/chgpw-button.gif) top left no-repeat;
}

#zones h1 {
        display: block;
        height: 62px;
        width: 500px;
        text-decoration: none;
}

#zones span {
        display: block;
        height: 62px;
        width: 500px;
        background: url(images/zones-button.gif) top left no-repeat;
}


#container {
	width: 800px;
	text-align: left;
	margin: 0px auto;
	background: #ffffff;
}

#header {
	width: 800px;
	height: 155px;
	background: url(images/syslink-head.gif) top left no-repeat;
	margin: 0;
}

#subhead {
	width: 800px;
	height: 45px;
	background: url(images/syslink-subhead.gif) top left no-repeat;
	margin: 0;
}

#body {
	width: 800px;
	height: 400px;
	background: url(images/syslink-bodybg.gif) top left no-repeat;
	margin: 0;
	background-color: #ffcc33;
}

#nav {
	width: 175px;
	margin-left: 24px;
	padding-top: 89px;
}

#nav p {
	margin: 0 0 1px 0;
}

#nav a {
	display: block;
	height: 30px;
	background: url(images/nav-balls.gif) top left no-repeat;
}

#nav a:hover, #nav a.current {
	background: url(images/nav-balls.gif) bottom left no-repeat;
}

#nav a img {
	border: 0;
	margin: 8px 0 0 28px;
}

#content {
	width: 525px;
	height: 400px;
	float: right;
	background: #ffffff;
}

#stretch {
	background: #ffffff;
	padding-bottom: 5px;
	padding-left: 10px; /* I HAVE ADDED THIS LEFT PADDING, IF CAUSING PROBLEMS, REMOVE */
}

#content p.welcome {
	background: url(images/welcome-text.gif) top left no-repeat;
	color: #003399;
	margin: 40px 0 40px 0;
	padding: 0 0 15px 0;
}

#content p.welcome span {
	visibility: hidden;
}

#content h1 {
	margin: 0 0 5px 0;
}

#content h1 a {
	display: block;
	height: 62px;
	width: 500px;
	text-decoration: none;
}

#global a {
	background: url(images/global-button.gif) top left no-repeat;
}

#global a:hover {
	background: url(images/global-button.gif) bottom left no-repeat;
}

#countries a {
	background: url(images/countries-button.gif) top left no-repeat;
}

#countries a:hover {
	background: url(images/countries-button.gif) bottom left no-repeat;
}

#py a {
	background: url(images/program-years-button.gif) top left no-repeat;
}

#py a:hover {
	background: url(images/program-years-button.gif) bottom left no-repeat;
}

#gi a {
	background: url(images/general-info-button.gif) top left no-repeat;
}

#gi a:hover {
	background: url(images/general-info-button.gif) bottom left no-repeat;
}

#content h1 a span {
	visibility: hidden;
}

#intro {
	width: 260px;
	float: right;
	margin: 0 15px 10px 0;
	padding: 0;
	display: inline;
}

#intro p {
	margin: 0 0 6px 0;
	width: auto;
}
