body {
	background-image: url(images/unv_backgrnd.gif);
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:14px;
}
a:link, a:visited {
	/* color:#394F65; */
	text-decoration:none;
	color:#000099;
	}
	a:hover, a:active {
	color:#000000;
	text-decoration:underline;
	}
	
#container {
	width:800px;
	position:absolute;
	top:0px;
	left:0px;
}
#header {
	position: absolute;
	top:0px;
	left:-1px;
	width:800px;
	height:127px;
	overflow:hidden;
	/* background-image:url(images/unv_header_bkgrnd.jpg); */
	background-image:url(images/comp_header_bkgrnd.jpg);
	/*background-repeat:no-repeat;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-align: left;
}
#navcol {
	position: absolute;
	top:127px;
	left:0px;
	width:200px;
	height:auto;
}
#contentShell {
	position: absolute;
	top:128px;
	left:201px;
	width:598px;
	height:auto;
	z-index:100;
	background-color:white;
}

/* article layout */
#article1 {
	width:100%;
	border-bottom:1px solid #333333;
	padding-bottom:15px;
	padding-top:15px;
	background-color:#DFE8ED;
}
#article1 p {
	margin-left: 15px;
	margin-right:15px;
}
#article2, #article3, #article4 {
	width:100%;
	border-bottom:1px solid #333333;
	padding-bottom:15px;
	padding-top:15px;
}
#article2 p, #article3 p, #article4 p {
	margin-left: 15px;
	margin-right:15px;
}

/* promotion layout */
#promos {
	width:100%;
	border-bottom:1px solid #333333;
	padding-bottom:15px;
	padding-top:15px;
	background-color:#E6E6E6;
}
#promo1 {
	float:left;
	width:170px;
	margin-left:15px;
	margin-right:25px;
}
#promo2 {
	float:left;
	width:170px;
	margin-right:10px;
}
#promo3 {
	width:170px;
	margin-left:410px;
}
#clear {
	clear:both;
}
	
#footer {
	margin:30px 0px 30px 0px;
	font-size:10px;
	color:#666666;
	padding-left:15px;
	text-align: center;
}

/* unordered list layout (navigation bar) */
#nav ul {
	list-style: none;
	margin: 19px 0px 10px 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
#nav li {
	padding: 10px 6px 10px 19px;
	border-bottom:1px dashed #BEBEBE;
}

/* sponsor layout */
#sponsor {
padding:10px 10px 10px 19px;
font-weight:bold;
color:#000000;
}
#sponsor img {
margin:10px 20px;
}
#sidebar {
padding:10px 10px 10px 19px;
margin-bottom:30px;
color:#000000;
font-size:10px;
}
/*text decoration*/
.head {
	color:#000099;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.head2 {
	color:#000099;
	font-size:12px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: capitalize;
}
.intro {
	font-size:12px;
	line-height:16px;
	/* color:#666666; */
	color:#000000;
}
.pic {
float:left;
margin: 3px 8px 8px 0px;
border: 1px solid #CA362D;
}
.promoimg {
	border:1px solid #CA362D;
	margin-bottom:-10px;
}
.pdf {
vertical-align:middle;
border:0px;
}
.issue {
	font-weight:bold;
	color:#333333;
	font-size:9px;
	margin:1px;
}
.byline {
	color:#CA362D;
	font-size:9px;
	margin:1px;
}
/*forms decoration*/
.forms {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #333333;
margin:1px;
background-color:#E6E6E6;
}
input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
	margin: 5px 0px;
	font-size: 10px;
	color: #333333;
	background-color: #E6E6E6;
	border: 1px solid #666666;
}
.radios {
background-color:#FFFFFF;
vertical-align:middle;
border:0px;
}
.formsep {
	padding: 5px 10px;
	width: 150px;
	vertical-align:top;
}
.formseplong {
	padding: 5px 10px;
	vertical-align:top;
}
.formtd {
	background-color:#E6E6E6;
	border: 1px solid #333333;
	padding: 3px;
	width:220px;
}
#formtable {
width:450px;
margin-left:10px;
}
