/* (C) Benton Park School 2007 */
/* Author Chris J Mann */

/* Page Background Colour */
body 	{background-color:#FFFFFF;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px; font-style: normal; line-height: normal;
		font-weight: normal; font-variant: normal; text-decoration: none; color: #343468;}

/* Anything That Requires A top level Heading */
H1 		{background-color:#FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; line-height: normal;
		font-weight: bold; font-variant: normal; text-decoration: none;	color: #343468;}

/* Anything that is a sub-heading */
H2 		{background-color:#FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal;
		font-weight: bold; font-variant: normal; text-decoration: none; color: #343468;}

/* Header Section Links */
.Header a:link	{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; 
				font-weight: normal; font-variant: normal; text-transform: capitalize; color: #C49E4D; text-decoration: none;
				letter-spacing: normal; text-align: right; text-indent: 5px; vertical-align: bottom; white-space: normal; cursor: hand;}
				
.Header a:visited 	{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal;
					font-weight: normal; font-variant: normal; text-transform: capitalize; color: #C49E4D; text-decoration: none;
					letter-spacing: normal; text-align: right; text-indent: 5px; vertical-align: bottom; 
					cursor: hand;}
					
.Header a:hover 	{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal;
					font-weight: normal; font-variant: normal; text-transform: capitalize; color: #990033; text-decoration: none;
					letter-spacing: normal; text-align: right; text-indent: 5px; vertical-align: bottom; word-spacing: normal;
					white-space: normal; cursor: hand;}
				
.Header a:active	{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal;
					font-weight: normal; font-variant: normal; text-transform: capitalize; color: #C49E4D; text-decoration: none;
					letter-spacing: normal; text-align: right; text-indent: 5px; vertical-align: bottom; cursor: hand;}

/* Links Section Links */
.links a:link		{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal;
					font-weight: bold; font-variant: normal; text-transform: capitalize; color: #990033; text-decoration: none;
					letter-spacing: normal; text-align: right; text-indent: 0px; vertical-align: bottom; word-spacing: normal;
					white-space: normal; cursor: hand;}

.links a:visited 	{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal;
					font-weight: bold; font-variant: normal; text-transform: capitalize; color: #990033; text-decoration: none;
					letter-spacing: normal; text-align: right; text-indent: 0px; vertical-align: bottom; word-spacing: normal;
					white-space: normal; cursor: hand;}
					
.links a:hover 		{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal;
					font-weight: bold; font-variant: normal; text-transform: capitalize; color: #C69D4D; text-decoration: none;
					letter-spacing: normal; text-align: right; text-indent: 0px; vertical-align: bottom; word-spacing: normal;
					white-space: normal; cursor: hand;}
					
.links a:active		{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal;
					font-weight: bold; font-variant: normal; text-transform: capitalize; color: #990033; text-decoration: none;
					letter-spacing: normal; text-align: right; text-indent: 0px; vertical-align: bottom; word-spacing: normal;
					white-space: normal; cursor: hand;}

.TitleText			{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal;
					font-weight: bold; font-variant: normal; text-transform: capitalize; color: #990033; text-decoration: none;
					letter-spacing: normal; text-align: left; text-indent: 0px; vertical-align: bottom; word-spacing: normal;
					white-space: normal;}

.LinkHeading	{font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal;
					font-weight: bold; font-variant: normal; text-transform: capitalize; color: #990033; text-decoration: none;
					letter-spacing: normal; text-align: left; text-indent: 0px; vertical-align: bottom; word-spacing: normal;
					white-space: normal;}

/* Horizontal Line in the footer */
HR {color:#C49E4D}

/* Body Section Links */

a:link,a:visited,a:active	{font-family: Arial, Helvetica, sans-serif;	font-size: 14px; font-style: normal; line-height: 							  normal;font-weight: normal; font-variant: normal; text-decoration: none; color: #343468;}

a:hover	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height:normal;
	font-weight: 		bold;
	font-variant: normal;
	text-decoration: none;
	color: #9F4242;
}


/* The main content "Table Cell" padding is set here! */
#Content{padding-top: 0px; padding-right: 5px; padding-bottom: 0px; padding-left: 5px;}
#Header {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: normal; 
				font-weight: normal; font-variant: normal; text-transform: capitalize; color: #C49E4D; text-decoration: none;
				letter-spacing: normal; text-align: right; text-indent: 5px; vertical-align: bottom; word-spacing: normal;
				white-space: normal; cursor: hand;}

/* Flash Player Controls (Start/Stop) */
.over {cursor: hand;}

/* Image\Picture Border
.pic {border-bottom-width:thick; border-bottom-color:#C49E4D} */

