@charset "UTF-8";

/*  body and general styles */

body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333;
	font-size: 12px;
	background:#666;
}

A:link    	{ color: #666633; text-decoration: none }
A:active  	{ color: #666633; text-decoration: none }
A:visited 	{ color: #666633; text-decoration: none }
A:hover  	{ color: #CC3300; text-decoration: underline }

a img	{
 border: none;
}


/*  layout */

#wrap	{
	width: 92%;
	height:auto;
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
}

#container { 
	width: 100%;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
} 

#header	{
    background:#FFFFFF;
    margin:0;
	padding: 0;
	height: 103px;
	margin-right: 5px
}

#navTop	{
	font-family: Georgia, Times New Roman, Times, serif;
	background-image: url(../Images/bg_navGrad.jpg);
	margin:0;
	padding:0;
}

#BookBox	{
	width: 147px;
	float: right;
	margin: 5px;
	padding: 5px;
	border: solid 1px #333;
	background:#FFF;
}

/* sidebars*/

#sidebarLeft {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 30%; /* since this element is floated, a width must be given */
	background: #ECE9D8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
}
#sidebarRight {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* since this element is floated, a width must be given */
	background: #ECE9D8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* top and bottom padding create visual space within this div */
}
#sidebarLeft p, #sidebarLeft h3, #sidebarLeft h4, #sidebarRight p, #sidebarRight h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* main content */

#mainContent { 
	margin: 0 24% 0 31.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	text-align:left;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*  navigation styling */

.NavText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin:0;
	padding:0;
}

.NavText ul{
    margin:0;
    padding:0;
    list-style:none;
}

.NavText li{
    display:inline;
    margin-top: 2px;
    padding: 6px 55px 6px 10px;
	color:#FFF;
}
	
.NavText li a {
	color: #FFF;
	text-decoration: none
} 

.NavText li a:hover {
   color: #CCC;
}


/*  headers */

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	color: #666;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0;
	margin: 0;
}

#header h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color: #333;
	padding: 10px 0;
	margin: 0;
}

#header	h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000;
	text-align: right;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

#header h3	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	padding: 0;
	margin: 0;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #999;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #CC6633;
}

#SidebarRight h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	line-height: 18px;
	color: #cc3300;
	text-align:center;
}


h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
}

h5 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
}

/*  font styling */

.TextGreyRight {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-align: right;
}

.TextGreyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}

.TextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #333333;
	font-style: italic;
	text-align: left;
}

.DateHeader {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height:14px;
	color: #333333;
	font-style: italic;
	text-align: left;
}

.RedHead	{
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 16px; 
	color: #cc3300; 
}

.OrangeSmlItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #333;
	font-style: italic;
	margin-left: -10px;
}

.OrangeSmlItalic A:link    	{ color: #666633; text-decoration: none }
.OrangeSmlItalic A:active  	{ color: #666633; text-decoration: none }
.OrangeSmlItalic A:visited 	{ color: #666633; text-decoration: none }
.OrangeSmlItalic A:hover  	{ color: #cc3300; text-decoration: underline }

.GreyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: italic;
	line-height:12px;
}


.BigBold {
	font-size: 16px;
	font-family: Georgia, Times New Roman, Times, serif;
}


.TabWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
	line-height:16px;
	width:147px;
	background-color:#FFF;
	margin: 0;
	padding: 0;
	border: solid 1px #CCC;
}

.ImageFrame	{
	background-color: #FFF;
	margin: 0;
	padding: 10px;
	border: solid 1px #CCC;
	text-align: center;
	width: 60%;
}

.SmlRedCentre {
	color: #cc3300;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.MainTxtGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #333333;
	text-align: left;
}

.MainTxtBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}


/* miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.fltleftTop	{
	float: left;
}

.fltCenter {
	text-align: center;
}

.PicFloatLeft {
	margin-bottom: 6px;
	margin-right: 12px;
	float: left;
}

.PicFloatRight {
	margin-bottom: 6px;
	margin-left: 12px;
	float: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
