@charset "utf-8";
html {
  overflow: scroll;
}
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;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #container {
	width: 916px;
	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. */
	margin-top: 15px;
	background-image: url(images/ladika_susan_index.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #container5 {
	width: 916px;
	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. */
	margin-top: 15px;
	background-image: url(images/ladika_susan_index2.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #container2 {
	width: 916px;
	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. */
	margin-top: 15px;
	background-image: url(images/ladika_susan_about.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
} 
.twoColFixRtHdr #container3 {
	width: 916px;
	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. */
	margin-top: 15px;
	background-image: url(images/ladika_susan_contact.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #container4 {
	width: 916px;
	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. */
	margin-top: 15px;
	background-image: url(images/ladika_susan_about.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
} 

#leftCol {
	width: 250px;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
	width: 200px;

	padding-left: 10px;
	padding-top: 20px;
	background-color: #C0BEBE;
	
	border: 1px solid #000;
	padding-right: 5px;
}

.twoColFixRtHdr #rightCol {
	float: right; /* since this element is floated, a width must be given */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	width: 600px;
}
.twoColFixRtHdr #header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
} 
#logo {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #mainNav {
	font-weight: bold;
	color: #000;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#articlesNav {
	font-weight: bold;
	color: #2C5074;
	text-align: left;
	padding-left: 80px;
}
#mainNav a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#mainNav a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.articles tr td a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.articles tr td a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.articles tr th {
	text-align: left;
	width: 120px;
}
.articles tr td {
	text-align: left;
	width: 120px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#features{
	background-image: url(images/features.png);
	height: 25px;
	color: #000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-left: 30px;
	padding-top: 10px;
	margin-right: 3px;
	margin-left: 3px;
	font-weight: bold;
	}
	
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: center;
}
#sidebar1 a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
#sidebar1 a {
	font-weight: normal;
	color: #2C5074;
	text-decoration: none;
}

.twoColFixRtHdr #leftCol2 {
	width: 200px;
	margin-top: 0;
	background-color: #C0BEBE;
	margin-bottom: 10px;
	margin-right: 600px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #000;
}
#leftCol2 a {
	font-weight: normal;
	color: #2C5074;
	text-decoration: none;
}
#leftCol2 a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent {
	height: 360px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixRtHdr #mainContentIndex {
	height: 360px;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixRtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 293px;
}
.twoColFixRtHdr #mainContent3 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #000;
	background-color: #FFF;
}
.twoColFixRtHdr #mainContent4 {
	margin-top: 10px;
	margin-right: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #000;
	
}
#mainContent4 a {
	font-weight: bold;
	color: #2C5074;
	text-decoration: none;
}
#mainContent4 div a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


.twoColFixRtHdr #mainContent5 {
	margin-top: 10px;
	margin-right: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
	
}
.twoColFixRtHdr #mainContent6 {
	margin-top: 10px;
	margin-right: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #000;
	background-color: #C0BEBE;
	
}
#mainContent6 a {
	font-weight: bold;
	color: #2C5074;
	text-decoration: none;
}
#mainContent6 div a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#leftBOX {
	width: 350px;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
}
#leftBOX  a {
	font-weight: bold;
	color: #2C5074;
	text-decoration: none;
}
#leftBOXIndex {
	width: 430px;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
}
#leftBOXIndex  a {
	font-weight: bold;
	color: #2C5074;
	text-decoration: none;
}
.publications {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2C5074;
}

#leftBOX  a:hover {
	font-weight: bold;
	color: #000;
}

.twoColFixRtHdr #footer {
	background-color: #000;
	color: #4B627C;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
} 
#footer a {
	color: #8CA7C2;
	text-decoration: none;
}

#footer a:hover{
	color: #FFF;
	text-decoration: none;
}

.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 */
}
.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;
}
.business {
	background-color: #C0BEBE;
	border: 1px solid #000;
	padding: 5px;
}
.articlebusinessTitle {
	height: 170px;
	background-color: #C0BEBE;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.articleTitleimg {
	padding: 5px 5px 5px 5px;
}
.travel {
	background-color: #9FCBF0;
	border: 1px solid #000;
	padding: 5px;
}
.articletravelTitle {
	height: 170px;
	background-color: #9FCBF0;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.travel a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.travel a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.science {
	background-color: #c3c3fb;
	padding: 5px;
	border: 1px solid #000;
}
.articlescienceTitle {
	height: 170px;
	background-color: #c3c3fb;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.science a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.science a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.international {
	background-color: #F6DDBE;
	padding: 5px;
	border: 1px solid #000;
}
.articleinternationalTitle {
	height: 170px;
	background-color: #F6DDBE;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.international a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.international a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.social {
	background-color: #6283A6;
	padding: 5px;
	border: 1px solid #000;
}
.social a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.social a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.other {
	padding: 5px;
	border: 1px solid #000;
}
.other a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.other a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.business a {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.business a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.publications a {
	font-weight: normal;
	color: #2C5074;
	text-decoration: none;
}
.bluetitle {
	color: #2C5074;
	font-weight: bold;
}
.bluetitles {
	color: #2C5074;

}

.greytitle {
	font-weight: bold;
	color: #666;
}
.description {
	font-weight: bold;
	color: #000;
}



.publications a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.readmore {
	text-align: right;
	height: 45px;
	padding-right: 20px;
	padding-top: 20px;
}
.readmore a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.readmore a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.TampaImage {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
