﻿/**********************************************\
 This stylesheet describes the basic, low-level
 CSS for the functional layout and styling of
 the NJUNS Master Page.

 [ APPEARS COMPLETE ]
\**********************************************/

/*
A:link {  COLOR: #0000CC; FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 12px; Font-weight: normal; text-decoration: underline;}
A:visited {  COLOR: #0000CC; FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 12px; Font-weight: normal; text-decoration: underline;}
A:active {  COLOR: #0000CC; FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 12px; Font-weight: normal; text-decoration: underline;}
A:hover {  COLOR: #5555CC; FONT-FAMILY: arial, helvetica, verdana; FONT-SIZE: 12px; Font-weight: normal; text-decoration: underline;}
*/

/* Layout Settings */
#layoutTable, #bannerLayout
{
	width: 750px;
	border-collapse: collapse;
}

#layoutTable .layoutSpacer
{
	height: 0.5em;
}

#topRow td
{
	padding: 0;
}

#topRow a
{
	/* color: #FFF; */ color: Black;
}

#topRow a:visited
{
	/* color: #FFF; */ color: Black;
}

#bannerLayout .bannerText
{
	padding: 5px;
}

.layoutSpacer
{
	display: block;
}

#banner
{
	width: 350px;
	height: 75px;
}

#topMenu
{
	padding: 0 5px;
}

#content
{
	padding: 1em;
	width: 610px;
}

#sidebar
{
	width: 150px;
	padding: 0px;
}

/* Font Settings */
body 
{
	font-family: Tahoma, MS Sans Serif, Arial, Sans Serif; 
	font-size: 70%;
}

td
{
	vertical-align: top;
}

.bannerText
{
	vertical-align: top;
	text-align: right;
}

#banner
{
	text-align: left;
}

#bottomRow td 
{
	text-align: center;
}

/* Color and Border Settings */
.bannerText
{
	background-color: #D6A46B;  /* 561420 */
}

.bannerText, #topMenu
{
	/* color: #FFF; */
}

#topMenu
{
	background: #561420;
}

#bannerCell, #content
{
	/* border: solid 1px #000; */
	border: solid 1px #97191D;
}

a img
{
	border: none;
}
