.red {
color: red;
font-weight: bold;
}

body{
background-color: #666666;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
font-size:100%;
}

#wrapper{
width: 770px;
background-color: #fff;
margin: 10px auto;
border: 1px solid #000000;
text-align: left;
background-image:url(../images/wrapper_bg.gif);
background-repeat:repeat-y;
}

#wrappernocol{
width: 770px;
background-color: #fff;
margin: 10px auto;
border: 1px solid #000000;
text-align: left;
}

#banner{
height: 110px;
background-image: url(../images/LIWCBanner1.jpg);
background-repeat: no-repeat;
}

#socpsycbanner{
	width: 770px;
	background-color: #FFFFCC;
	margin: auto;
	text-align: center;
	font-size: 140%;
	color: #003366;
	text-align: center;
}

#leftcol #nav ul {
background-color: transparent;
list-style-type: none;
margin: 0; 
padding: 0;
font-size: 80%;
border: 1px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;*/
}

#leftcol #nav ul li {
padding: 0;
margin: 0; 
}

#leftcol #nav ul li a{
background-color: #869BCC;
border-bottom: 1px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 1%;
}

#leftcol #nav a:hover, #leftcol #nav a:focus { 
background-color: #003366;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #fff;
}

#content{
margin-left: 200px;
width: 550px;
}

#fullwidth {
	margin-left: 20px;
	margin-right: 20px;
}

#fullwidth li {
font-size: 80%;
padding: 0px 0 10px 4px;
margin-right: 20px;
}

#lifecontent {
	margin-left: 20px;
	margin-right: 20px;
}
#content p, #fullwidth p, #lifecontent p{
font-size: 80%;
margin: 20px;
}

#content h1, #fullwidth h1, #lifecontent h1{
font-size: 130%;
color: #003366;
padding: 0;
margin: 20px;
}

#content h2, #fullwidth h2, #lifecontent h2{
font-size: 110%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 20px;
}

#content table, #fullwidth table, #lifecontent table{
font-size: 100%;
margin: 20px;
}

#lifecontent table{
	font-size: 95%;
	margin: 20px;
	background-color: #FFFFCC;
	border: 1px solid #999999;
}

#lifecontent td {
	border: black solid 1px;
	border-style: solid none none none;
}

#content th, #fullwidth th, #lifecontent th{
color: #003366;
font-size: 90%;
padding: 4px;
}

#content td, #fullwidth td, #lifecontent td{
	font-size: 90%;
	padding: 4px;
}

#content p.right, #fullwidth p.right, #lifecontent p.right{
float: right;
}

#content a:hover, #content a:focus, #fullwidth a:hover, #fullwidth a:focus { 
color: #000066;
}

.mycenter {
	text-align: center;
}
.myleft {
	text-align: left;
}

.inlinehead2 {
	color: #003366;
	font-style: bold;
}

.smallerlighter {
	color: #666666;
	font-size: 90%;
	font-style: italic;
}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}

.clearit{
clear: both;
display: block;
}

#footer{
border-top: 1px solid #000000;
background-color: #003366;
color: #FFFFFF;
clear: both;
}

#footer p{
padding: 10px;
margin: 0;
font-size: 70%;
}

#leftcol{
margin-left: 10px;
margin-top: 20px;
width: 170px;
margin-bottom: 20px;
float: left;
}

.container{
width: 99%; 
float:right;
}

#dataentry{
	background-color: #FFFFCC;
	width: 530px;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

#tableofcontents{
	margin-left: 40px;
	margin-right: 40px;
	font-size: 90%;
}

#tableofcontents p{
	margin-left: 40px;
	margin-right: 40px;
	font-size: 90%;
}

#tableofcontents a:hover, #tableofcontents a:focus { 
color: #000066;
}

