@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #a5a5a2;
	background-image: url(../images/background/background_grey.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.twoColFixRtHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixRtHdr #panel {
	background: #f5f5f5;
	padding:10px;
	border: thin solid #CCC;
}
.twoColFixRtHdr #panel h1 {
	color:#900;
	font-size: 120%;
	
}
.twoColFixRtHdr #panel p
{
	color:#FFF;
	padding-left: 10px;
}
.twoColFixRtHdr #header {
	padding: 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. */
	height:180px;
	background-color: #ffffff;
	background-image: url(../images/bespoke_web_design.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 


.twoColFixRtHdr #header h1 {
	margin: 0;
	font-size: 130%;
	color: #333333;
	font-style: oblique;
	font-weight: normal;
	padding-top: 5em;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10em;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f5f5f5;
	margin-right: 10px;
	margin-left: 15px;
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height:100%;
}

.twoColFixRtHdr #sidebar1 p{
	font-size:70%;
	text-align: justify;
	margin-top: 1px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.twoColFixRtHdr #sidebar1 h3{
	font-size: 80%;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.twoColFixRtHdr #sidebar1 ul li,.twoColFixRtHdr #mainContent ul li {
	font-size: 70%;
	color: #666666;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.twoColFixRtHdr #mainContent p {
	font-size: 70%;
	color: #333333;
	text-align: justify;
}
.twoColFixRtHdr #mainContent a,.twoColFixRtHdr #mainContent a:visited{
	color:#000;
}

.twoColFixRtHdr #menuBar{
	background-color: #333333;
	height: 42px;
	background-image: url(../images/background/menubar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.twoColFixRtHdr #menuBar a{
	font-size: 80%;
	padding-right: 2px;
	padding-left: 10px;
	top: 8px;
	position: relative;
	text-decoration:none;
	color: #FFFFFF;
}

.twoColFixRtHdr #menuBar a:visited{
}
.twoColFixRtHdr #menuBar a:hover{
	text-decoration:underline;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #footer h1{
	font-size:70%;
	font-weight: normal;
	color: #666666;
} 
.twoColFixRtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:70%;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.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 a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.h2red{

	font-size: 110%;
	color: #990000;
	font-size: 90%;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.h1red{
	font-size: 140%;
	font-weight: bold;
	color: #990000;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.h1blue{
	font-size: 140%;
	font-weight: bold;
	color: #003366;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.h2blue{

	font-size: 110%;
	color: #003366;
	font-size: 90%;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.h1orange{
	font-size: 140%;
	font-weight: bold;
	color: #FF3300;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.h2orange{
	font-size: 110%;
	color: #FF3300;
	font-size: 90%;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.h1pink{
	font-size: 140%;
	font-weight: bold;
	color: #CC0066;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.h2pink{
	font-size: 110%;
	color: #CC0066;
	font-size: 90%;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.h1pblue{
	font-size: 140%;
	font-weight: bold;
	color: #0099CC;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.h2pblue{
	font-size: 110%;
	color: #0099CC;
	font-size: 90%;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}



.h1grey{
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.h2grey{
	font-size: 110%;
	color: #333333;
	font-size: 90%;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.h1green{
	font-size: 140%;
	font-weight: bold;
	color: #003333;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.h2green{
	font-size: 110%;
	color: #003333;
	font-size: 90%;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.imageSpacer{
	margin-top: 6px;
	margin-bottom: 4px;
	padding-top: 6px;
	padding-bottom: 4px;
}
.imageFloatLeft{
	float: left;
}

.imageFloatRight{
	float: right;
}
.linked{
	font-size:70%;
	text-align: right;
}
#backin {
	background-color:#f5f5f5;
	margin-top:10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right:10px;
	background-image: url(../images/login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #CCC;
}
#backin h1, #backin2 h1, #backin3 h1 {
	padding-top:1.4em;
	padding-left:2em;
}
#backin2{
	background-color:#f5f5f5;
	margin-top:10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right:10px;
	background-image: url(../images/webmail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #CCC;
}

#backin3{
	background-color:#f5f5f5;
	margin-top:10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right:10px;
	background-image: url(../images/books.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #CCC;
}
#backer{
	background-color:#f5f5f5;
	padding:4px;
}
