@charset "utf-8";
/* RLS css stylesheet */

/* div sections */
#logo {
	position:absolute;
	top:0;
	left:235px;
}
#headline {
	position:absolute;
	top:40px;
	left:120px;
	font-size:35px;
	font-weight:bold;
	letter-spacing:4px;
}
#nav {
	position:absolute;
	top:125px;
	left:28px;
	font-size:22px;
	line-height:32px;
}
#content {
	position:absolute;
	top:148px;
	left:310px;
	width:612px;
	height:570px;
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	font-size:18px;
	text-align:justify;
	overflow-y:auto;
}
#smediaCont {
	position:absolute;
	top:148px;
	left:310px;
	width:632px;
	height:570px;
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	font-size:18px;
	text-align:justify;
	padding:0px 20px 0px 0px;
	overflow-y:auto;
}
#mainSS {
	position:absolute;
	top:390px;
	left:310px;
	width:612px;
	text-align:center;
}
#portfolio {
	position:absolute;
	top:148px;
	left:310px;
	width:632px;
	height:570px;
	font-family:"Century Schoolbook", "Times New Roman", Times, serif;
	font-size:18px;
	text-align:justify;
	padding:0px 20px 0px 0px;
	overflow-y:auto;
}
#copr {
	position:absolute;
	top:750px;
	left:310px;
	font-size:14px;
	font-weight:bold;
}
#valid {
	position:absolute;
	top:735px;
	left:0px;
}
#form1 {
	text-align:center;
}
#subnav {
	line-height:95%;
}

/* global styles */
body {
	font-family:"Trebuchet MS";
}
img {
	text-decoration:none;
	border:18px solid;
	border-color:#000000;
}
h3 {
	font-family:"Trebuchet MS";
}
.subTitle {
	font-size:18px;
}
.mediaTitles {
	font-size:20px;
	font-weight:bold;
}
.noBorder {
	border:none;
}

/* alignment styles */
.lt {
	text-align:left;
}
.rt {
	text-align:right;
}
.ctr {
	text-align:center;
}
.fltrt {
	float:right;
	margin:5px 0px 0px 20px;
}
.fltrtport {
	float:right;
	margin:5px 10px 35px 30px;
}

/* link styles */
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#BA0000;
}
a:active {
	text-decoration:none;
	color:#000000;
}
.inlink {
	font-weight:bold;
}
#headline a:visited {
	text-decoration:none;
	color:#000000;
}
#headline a:hover {
	text-decoration:none;
	color:#000000;
}
.mediaTitles a:link {
	color:#000000;
	text-decoration:underline;
}
.mediaTitles a:hover {
	text-decoration:underline;
	color:#BA0000;
}

/* other styles */
#form1 {
	font-family:"Trebuchet MS";
	font-size:18px;
	text-align:center;
}
#form2 {
	font-family:"Trebuchet MS";
	font-size:18px;
	text-align:right;
}
#portfolioImg {
	border:9px solid;
}