body	{
	color: #000;
	background: #fff url(../images/newpattern3.gif) repeat;
	margin: 10px 0 20px 0;
	padding: 0;
	}


img 	{
	border: 0;
	}


/* Link styles */

a:link {
	font-weight: bold; 
	text-decoration: none;
	color: #000;
	}

a:visited {
	font-weight: bold; 
	text-decoration: none;
	color: #000;
	}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}

a:active {
	font-weight: bold; 
	text-decoration: none;
	color: #000;
	}


p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
	font-family: Georgia,"Times New Roman",serif;
	color: #000;
	}


h1	{
	font-size: 1.2em;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	}

h2	{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1.8em;
	}
	
h3	{
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	}

html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.5;
	}

#footer p	{
	font-size: 0.8em;
	margin-top: 18px;
	text-align: center;
	}

h1.roman	{
	margin: 1.5em 0 0.5em 0;
	text-align: center;
	letter-spacing: 8px;
}

h2.tagline	{
	font-size: 1em;
	font-weight: normal;
	font-style:italic;
	margin-bottom: 1em;
	margin-top: 1.8em;
	}

p.introtext	{
	font-style:italic;
	}

	
/* Basic page divisions */

#primarycontent	{
	padding-left: 30px;
	padding-top: 40px;
	}
	
#sidebar	{
	padding-left: 0;
	}
		
#container {
	background: #fff url(../images/roberts-road.jpg) no-repeat;
	background-position: 0px 150px; 
	}


/* Sidebar: display attributes */

#sidebar img	{
	display: block;
	margin: 0;
	}

div#logo {
	position: relative;
	top: 0px;
	left: 0px;
	}

#navigation {
	width: 310px;
	margin-left: 0px;
	margin-top: 36px;
	}


/* Sidebar: navigation link attributes */

div#navigation a:link {
	text-decoration: none;
	color: #000;
	font-size: 0.8em; /* was 0.9em */
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	}

div#navigation a:visited {
	text-decoration: none;
	color: #000;
	font-size: 0.8em; /* was 0.9em */
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	}

div#navigation a:hover {
	text-decoration: underline;
	color: #000;
	font-size: 0.8em; /* was 0.9em */
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	}

div#navigation a:active {
	text-decoration: underline;
	color: #000;
	font-size: 0.8em; /* was 0.9em */
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	}


/* Sidebar: current page link attributes */

div#navigation a.current:link {
	text-decoration: underline;
	color: #000;
	font-size: 0.8em; /* was 0.9em */
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	}

div#navigation a.current:visited {
	text-decoration: underline;
	color: #000;
	font-size: 0.8em; /* was 0.9em */
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	}

div#navigation a.current:hover {
	text-decoration: underline;
	color: #000;
	font-size: 0.8em; /* was 0.9em */
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	}

div#navigation a.current:active {
	text-decoration: underline;
	color: #000;
	font-size: 0.8em; /* was 0.9em */
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2px;
	}

div#navigation ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 30px;
	}

div#navigation li {
	margin-left: 0px;
	line-height: 1.5; /* was 1.6 */
	}





/* Primarycontent display attributes */

div#header {
	margin-top: 0;
	margin-bottom: 30px;
	width: 500px;
}


div#bodycopy {
	margin-top: 20px;
	margin-bottom: 50px;
	width: 500px;
}

div#introduction {
	margin-top: 30px;
	margin-bottom: 50px;
	width: 500px;
}


table#container	{
	border: double medium #333;	
	}



div#bodycopy ul {
	margin-top: 0.1em;
	list-style-type: square;
	}

div#bodycopy li {
	font-size: 0.85em;
	line-height: 1.5;
	}



