/* CSS Document */
@charset "utf-8";
body  {

	background-color: #005480;
	background-image: url(../images/Background_Sliver.jpg);
	background-repeat: repeat-x;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.Heading2 {
	font-family: sans-serif;
	color: #5FB5D7;
	font-size: 16px;
	line-height: 130%;
	font-style: normal;
}
.Heading1 {
	font-family: sans-serif;
	font-size: 18px;
	line-height: 130%;
	font-style: normal;
	color: #EB7030;
}
a.Heading1Link:link {
	font-family: sans-serif;
	font-size: 18px;
	line-height: 130%;
	font-style: normal;
	color: #EB7030;
}

a.Heading1Link:hover {
	font-family: sans-serif;
	font-size: 18px;
	line-height: 130%;
	font-style: normal;
	color: #EB7030;
	text-decoration:underline;
}
a.Heading1Link:visited {
	font-family: sans-serif;
	font-size: 18px;
	line-height: 130%;
	font-style: normal;
	color: #EB7030;
}
a.Heading1Link:active {
	font-family: sans-serif;
	font-size: 18px;
	line-height: 130%;
	font-style: normal;
	color: #EB7030;
}


/*
.DateFont {
	style="font-size: 10px;
 	color: #FFFFFF; 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #025481;
}*/

.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
	color: #000000;
	font-style: normal;
}
.MenuBlack{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	font-style: normal;
}
a.MenuBlack:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	font-style: normal;
	color:#000000;
}
a.MenuBlack:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	font-style: normal;
	color:#000000;
}

.MenuWhite{
	color: #FFFFFF;
	font-size: 10px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.SideLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	font-style: normal;
	color: #0066FF;
}


a:link {
	color: #005a84;
	text-decoration: none;
	line-height: 130%;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.white:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	font-style: normal;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	font-style: normal;
}
a.white:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	font-style: normal;
	text-decoration: underline;
	color: #FFFFFF;
	}
a.blacklink:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 130%;
	font-style: normal;
	text-decoration: underline;
	color: #000000;	
}
a:visited {
	text-decoration: none;
	color: #005a84;
	line-height: 130%;
}
a:hover {
	text-decoration: underline;
	color: #005a84;
	line-height: 130%;
}
a:active {
	text-decoration: none;
	color: #005a84;
	line-height: 130%;
}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #005a84; }
.style6 {
	font-size: 14px;
	line-height: 130%;
	font-weight: bold;
	color: #005a84;
}
.style8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #000000; }
.MainHeading {	font-family: sans-serif, MS UI Gothic, Verdana, Arial, Helvetica;
	font-size: 36px;
	line-height: 130%;
	color: #005480;
}
.SubHeading {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 130%;
	color: #005480;
}

img {
border-style:none
}

.woollamdefault #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.woollamdefault #header { 
	height: 270px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */

	padding: 20px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


.woollamdefault #sidebarleftbk {
	margin: 0;
	width: 150px;
	height: 800px;
	padding: 0px 0 0 0; 
	background-image: url(../images/Left_Menu_Gradient.png);
	background-repeat: repeat-x;
}


.woollamdefault #sidebarrightbk {
	margin: 0;
	width: 224px;
	height: 800px;
	padding: 0px 0 0 0; 
	background-image: url(../images/Right_Menu_Gradient.png);
	background-repeat: repeat-x;
}

.woollamdefault #sidebarrightbk_150 {
	margin: 0;
	width: 150px;
	height: 800px;
	padding: 0px 0 0 0; 
	background-image: url(../images/Right_Menu_Gradient_150.png);
	background-repeat: repeat-x;
}

.woollamdefault #sidebarrightbk_20 {
	margin: 0;
	width: 20px;
	height: 800px;
	padding: 0px 0 0 0; 
	background-image: url(../images/Right_Menu_Gradient_20.png);
	background-repeat: repeat-x;
}

