@charset "utf-8";
/*CSS document*/


a:link {color: #000000}     /* unvisited link */
a:visited {color: #3c77ba}  /* visited link */
a:hover {color: #FF00FF}   /* mouse over link */
a:active {color: #FF0000}   /* selected link */



body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #3d80c6;
	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;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #3d80c6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #3d80c6; 
	/* padding: 0 10px 0px;  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. */
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* 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: #E6E6FA; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
.twoColFixLtHdr #home-mainContent {
	margin: 0 0 0 140px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	background-color: #E6E6FA;
} 
.twoColFixLtHdr #container #home-mainContent h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 0.5cm;
	padding-right: .75cm;
	padding-bottom: 0cm;
	padding-left: .75cm;
	line-height: 150%;
}


.twoColFixLtHdr #container #home-mainContent p {
	font-size: 14px;
	padding-top: 0cm;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: .5cm;
	margin-left: .5cm;
}
.twoColFixLtHdr #container #home-mainContent #home-swish {
	padding: 0px;
}

.twoColFixLtHdr #container #home-mainContent table tr td {
	vertical-align: top;
	padding: 0px;
	width: 50%;
}



.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 */
	float: left;
	margin-right: 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;
}
.twoColFixLtHdr #va-mainContent {
	font-size: 14px;
	background-color: #E6E6FA;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	padding-top: 20px;
	/*padding-right: 40px;*/
	padding-bottom: 20px;
	/*padding-left: 40px;*/
	text-align: left;
}
.twoColFixLtHdr #container #va-mainContent p {
	padding-right: 40px;
	padding-left: 40px;
}
.twoColFixLtHdr #container #va-mainContent #va-swish {
}

.twoColFixLtHdr #container #va-mainContent h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0.75cm;
	padding-bottom: 0cm;
	padding-left: 0.75cm;
	line-height: 150%;
}
.twoColFixLtHdr #container #va-mainContent #va-swish {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.twoColFixLtHdr #container #res-mainContent h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0.75cm;
	padding-bottom: 0cm;
	padding-left: 0.75cm;
	line-height: 150%;
}
.twoColFixLtHdr #container #res-mainContent #res-swish {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.twoColFixLtHdr #res-mainContent {
	font-size: 14px;
	background-color: #E6E6FA;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	padding-top: 20px;
	/*padding-right: 40px;*/
	padding-bottom: 20px;
	/*padding-left: 40px;*/
	text-align: left;
}
.twoColFixLtHdr #container #lnks-mainContent #link_list {
	list-style-position: outside;
	list-style-type: disc;
	padding-right: 20px;
}
.twoColFixLtHdr #container #lnks-mainContent #link_list li {
	margin-bottom: 10px;
}

.twoColFixLtHdr #container #res-mainContent p {
	padding-right: 40px;
	padding-left: 40px;
}
.twoColFixLtHdr #container #lnks-mainContent h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0.75cm;
	padding-bottom: 0cm;
	padding-left: 0.75cm;
	line-height: 100%;
}
.twoColFixLtHdr #lnks-mainContent {
	font-size: 14px;
	background-color: #E6E6FA;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	padding-top: 20px;
	/*padding-right: 40px;*/
	padding-bottom: 20px;
	/*padding-left: 40px;*/
	text-align: left;
}
.twoColFixLtHdr #container #lnks-mainContent #lnks-swish {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.twoColFixLtHdr #container #home-mainContent #expert_list li {
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #publish-mainContent h3 i {
	font-size: 24px;
}
.twoColFixLtHdr #publish-mainContent {
	margin: 0 0 0 140px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	background-color: #E6E6FA;
} 
.twoColFixLtHdr #container #publish-mainContent h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 0.5cm;
	padding-right: .75cm;
	padding-bottom: 0cm;
	padding-left: .75cm;
	line-height: 150%;
}


.twoColFixLtHdr #container #publish-mainContent p {
	font-size: 14px;
	padding-top: 0cm;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: .5cm;
	margin-left: .5cm;
}
.twoColFixLtHdr #container #publish-mainContent #home-swish {
	padding: 0px;
}



/*.twoColFixLtHdr #container #-mainContent p {
	font-size: 18px;
}*/

.twoColFixLtHdr #container #publish-mainContent p {
	font-size: 14px;
	padding-top: 0cm;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: .5cm;
	margin-left: .5cm;






