/* 
	Aura: Webpage Exoskin v1. Copyright Leorex Pty Limited, 2003 (http://www.leorex.com/).
	Licenced under Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/1.0/)
*/

/* Adjust these styles to your colour scheme */
	body {
		background-color:#f5f5f5;
		color:#222;
		}
	#globalheadcontent {
		background-color:#000;
		}
	#pagehead {
		background-color:#fff;
		}
	#pagehead h2 {
		background-color:#ffffff;
		}
	#pagecontent {
		background-color:#fff;
		}
		/*
	#sidebarcontent {
		color:#fff;
		}
	#sidebarcontent .alt {
		background-color:#fff;
		}
		*/
	#primarynav {
		background-color:#b7b789;
		border-top:1px solid #333;
		}
	#primarynav li a:hover {
		background-color:#eed;
		}

/* Adjust the following styles to your preferences */

/* Headings */	
	#pagehead{
		font-size:16px;
		font-weight:bold;
		font-family: Georgia,times,"times new roman", serif;
		color:#990000;
		margin-right:20px;
		}
		
	#sidebarcontent h3 {
		color:#fff;
		font-size:13px;
		
		}

/* Links */
	#primarynav {
		color:#fff;
		}
	#primarynav li {
		border-right:1px solid #999;
		}
	#primarynav li a {
		color:#000;
		}
	#primarynav li a:hover {
		color:#556;
		}
	#primarynav ul.subnav {
		background-color:#b7b789;
		}
	#primarynav ul.subnav li {
		border:none;
		}
	#primarynav ul.subnav li a:hover {
		background-color:#e5e5cc;
		color:#000;
		}

	ul.navpath li {
		color:#333;
		}

	#pagecontent a:link, #pagecontent a:visited {
		color:#069;
		}
	#pagecontent a:hover, #pagecontent a:active {
		background-color:#def;
		color:#069;
		}

	#containerfootcontent a:link, #containerfootcontent a:visited {
		color:#069;
		}
	#containerfootcontent a:hover, #containerfootcontent a:active {
		background-color:#def;
		color:#069;
		}
	/* calendar link */
	#sidebarcontent h3 a:link, #sidebarcontent h3 a:visited {
			color:#fff;
	}
	#sidebarcontent li a:link, #sidebarcontent li a:visited {
			color:#fff;
			}
	#sidebarcontent li a:hover, #sidebarcontent li a:active {
			background-color:#f5f5f5;
			color:#990000;
			}
	#sidebarcontent li a:hover, #sidebarcontent li a:active {
			background-color:#f5f5f5;
			color:#990000;
			}
	#sidebarcontent li.news{list-style-type: square;color:#ffffff;margin-right:35px;}
	#sidebarcontent .newsDate{font-size:11px;margin-top:5px;}

/* Miscellaneous */ 
	/* this is the style one can choose from the FCK editor */
	.heading{
		font-family: Verdana, Helvetica, sans-serif;
		font-size:13px;
		font-weight: bold;
		margin-bottom:10px;
	}
	
	.border {
		border:1px solid #999;
		}
	form td,td{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
	}
	input, textarea {
		border:1px solid #aaa;
		}
	input.button {
		font-size:11px;
		color:#ffffff;
		background-color:#990000;
		font-family:Verdana,Helvetica,sans-serif;
		font-weight:normal;
		
		padding:3px;
		border:1px solid #333333;
		}
		
		
		}
	input.button:hover {
		background-color:#ffe;
		}
	/*These are altered because of the effect they have on the xmenu
	
	
		table {
		border:1px solid #999;
		}
	th, td {
		border:1px solid #ccc;
		}
	
	*/

	
	#menu{
		 width:748px;height:25px;
 		background-color:#eeeeee;
	}
	
	.newsHeading{
		font-size:12px;
		font-weight:bold;
	}
	.listitem{list-style-type: square;color:#cccccc;}
	
	
	
	.news p{margin-left:10px;margin-right:10px;}
/* Page Design Graphics */
	#container {
		background-image:url(images/page_background.gif);
		background-repeat:repeat-y;		
		}
	#sidebar {
		background-image:url(images/sidebar_head.gif);
		background-repeat:no-repeat;
		}
	#containerfoot {
		background-image:url(images/page_foot.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		}
	#pagehead h2 {
		background-image:url(images/page_head.gif);
		background-repeat:repeat-x;
		}
	#sidebarcontent .alt {
		background-image:url(images/sidebar_alt.gif);
		background-repeat:repeat-y;
		}