 	
body {
	/*background: #191312; /* A warm, dark gray, as per Lia Barrad, rather than #000 black */
	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: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	
	background-image: url(../graphics/OTOBgPattern.jpg);
}

body a:link {      /* unvisited link */
	color: #0030D0;
	text-decoration: none;
	font-weight: 400;
}
body a:visited {	/* visited link */
	color:#a0a5ab;		/* don't want this to be same as body text */
	color:#90b0df;		/* don't want this to be same as body text */
	color:#47B;		/* don't want this to be same as body text */
	text-decoration:none;
}
body a:hover {  /* mouse over link */
	color:#0084ff;
	text-decoration:none;
}
body a:active {  /* selected link */
	color:#FFF;
}
/*body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #222222;
	margin-left:12px;
}
/*
a:link {
	color: #002277;
}
a:visited {
	color: #334466;
}
a:hover {
	color: #1133cc;
}
a:active {
	color: #2255ee;

.emailus {
	background-image: url(file:///BrainTransplant/Library/WebServer/Documents/LivingSeaIM/Graphics/homelg/images/SocialBtns.gif);
	background-repeat: no-repeat;
	background-position: -168px 0px;
	text-indent: -9999px;
	display: block;
	float: right;
	height: 25px;
	width: 30px;
	margin: 0px;
	padding: 0px;
}
.emailus:hover { background-position: -168px -24px; }
.emailus:active { background-position: -168px -48px; }
*/

.header {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.style1 {
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.tinyType {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #333333;
}
.text150 {
	font-size: 150%;
}
.text75 {
	font-size: 75%;
	color: #663366;
}
.text66 {
	font-size: 66%;
}

.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-family: Verdana, Arial, Helvetica, sans-serif;	/* text-align: left; this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	/* padding: 0 0px; remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
}
.section { 
	font-weight:bold; 
	color:#000000;
}

@font-face {
    font-family: 'csl-greekregular';
    src: url('../resources/fonts/cslgreek-webfont.woff2') format('woff2'),
         url('../resources/fonts/cslgreek-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: trajanreg;
    src: url(http://livingseaimages.com/resources/fonts/TrajanPro-Regular.otf);
}
@font-face {
    font-family: trajanbold;
    src: url(http://livingseaimages.com/resources/fonts/TrajanPro-Bold.otf);
}

.symboltext {
	font-family: csl-greekregular;
	font-size: 16pt;
	line-height:16pt;
	vertical-align:-3px;
}
.trajtext {
	font-family: trajanreg, Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.trajboldtext {
	font-family: trajanbold, Helvetica, Arial, sans-serif;
	font-size: 22pt;
	font-weight:bold;
}

.submitbutton {
	font-family: inherit;
	color: #000000;
/*	text-shadow: 0 1px 2px #FFFFFF;
	background-color: #ffffff;  */
	text-indent: -9000px;
	background-image: url(file:///BrainTransplant/Library/WebServer/Documents/LivingSeaIM/Graphics/homelg/images/search_icon.gif);
	background-repeat: no-repeat;
	width: 19px;
	height:19px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	border: none;
	margin-left:10px;
	margin-right:14px;
	margin-top:5px;
	float:right;
	background-position: 0px 0px;
}
.submitbutton:hover {
	background-position: 0px -19px;
}
.submitbutton:active {
	background-position: 0px -38px;
}

.subscribe {
	background-image: url(file:///BrainTransplant/Library/WebServer/Documents/LivingSeaIM/Graphics/homelg/images/SocialBtns.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	float: right;
	height: 25px;
	width: 90px;
	margin: 0px;
	padding: 0px;
}
.subscribe:hover { background-position: 0px -24px; }
.subscribe:active { background-position: 0px -48px; }

.login {
	background-image: url(file:///BrainTransplant/Library/WebServer/Documents/LivingSeaIM/Graphics/homelg/images/SocialBtns.gif);
	background-repeat: no-repeat;
	background-position: -207px 0px;
	text-indent: -9999px;
	display: block;
	float: right;
	height: 25px;
	width: 90px;
	margin: 0px;
	padding: 0px;
}
.login:hover { background-position: -207px -24px; }
.login:active { background-position: -207px -48px; }




.stdtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #a0a5ab;
}
.stdtext a:link {      /* unvisited link */
	color:#90C2FF;
	text-decoration:none;
}
.stdtext a:visited {	/* visited link */
	color:#a0a5ab;		/* don't want this to be same as body text */
	color:#90b0df;		/* don't want this to be same as body text */
	color:#47B;		/* don't want this to be same as body text */
	text-decoration:none;
}
.stdtext a:hover {  /* mouse over link */
	color:#0084ff;
	text-decoration:none;
}
.stdtext a:active {  /* selected link */
	color:#FFF;
}

.story_detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #a0a5ab;
}

.whitetext { color: #FFF; }

h1 {
	font-family: trajanreg, Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #003099;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
}

h2 {
	font-family: trajanreg, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #ccc;
	/* background-color: #333; */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.text {
	color: #808080;
	font-size: 12px;
}

.text a:link {      /* unvisited link */
	color:#90C2FF;
	text-decoration:none;
}
.text a:visited {	/* visited link */
	color:#a0a5ab;		/* don't want this to be same as body text */
	color:#90b0df;		/* don't want this to be same as body text */
	color:#47B;		/* don't want this to be same as body text */
	text-decoration:none;
}
.text a:hover {  /* mouse over link */
	color:#0084ff;
	text-decoration:none;
}
.x-attncolor {
	color: #77bb77;
}
.red {
	color: #ee0000;
}
.smaller {
	font-size: 9pt;
}
