/* Global elements */

body {
	margin: 0px;
	padding:0px;
	background-color: #ECECEC;
	background-image: url(images/unv_pgbkgrnd.gif);
	background-repeat: repeat-y;
}
p {
	margin: 7px 0px 0px;
}
a {
	color: #844929;
	text-decoration: none;
}
a:link {color:#844929;}
a:visited {color:#844929;}
a:hover {color:#000000;}
a:active {color: #996600;
}
/* Global positioning */
#container {
	width: 800px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	position: absolute;
	top: 0px;
}
#logo {
	background-image: url(images/nav_logoback.gif);
	background-repeat:repeat-y
	background-color:#000000;
	position: absolute;
	width: 200px;
	height: 185px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#nav {
	background-image: url(images/unv_navbkgrnd.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 0px;
	top: 185px;
	width: 200px;
	height: auto;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
}
#nav a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	font-size: 11px;
}
#nav a:link {color:#D8C29D;}
#nav a:visited {color:#D8C29D;}
#nav a:hover {color:#FFFFFF;}
#nav a:active {color:#FFCC00;
}
#nav ul { 
	list-style: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
#nav li {
	padding: 6px 3px 6px 20px;
}
#navcap {
	background-color:#ECECEC;
	position: static;
	width: 200px;
	height: auto;
}
#header {
	background-image: url(images/unv_topbarbkgrnd.jpg);
	background-color:#FFFFFF;
	position: absolute;
	top: 0px;
	left: 200px;
	width: 600px;
	height: 109px;
}
#content {
	position:absolute;
	left: 215px;
	top: 120px;
	width: 433px;
	height: 1px;
}
#content ul {
	margin-top: 2px;
	margin-bottom: 2px;
}
#secnav {
	position:absolute;
	left: 651px;
	top: 122px;
	width: 150px;
	height: 1px;
}
/* Global classes */
.logotxt {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin: 3px 3px 3px 3px;
	text-transform: uppercase;
}
.bodyTxt {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	font-weight: normal;
}
.reallybigVote {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	line-height: 15px;
	color: #333333;
	padding-bottom:6px;
	border-bottom:1px solid #000000;
}
.introTxt {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	margin: 8px 0px 0px 0px;
}
.announce {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 18px;
	color: #844929;
	text-transform: uppercase;
}
.headline {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	text-align: left;
	margin-bottom: 12px;
	line-height: 18px;
	color: #844929;
	font-weight: bold;
}
.footerTxt{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
	margin-top: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.quoteTxt {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	padding-top: 8px;
	border-top: 2px solid #666666;
}
/* Home specific */
.imagebarriers {
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	vertical-align:middle;
	text-align:center;
}
.medalbarriers {
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 15px;
	vertical-align:middle;
	text-align:center;
}
/* Secondary pg specific */
#listTable {
	width: 100%;
	margin-top: 3px;
	padding: 0;
}
#listTable td {
	vertical-align:top;
	width: 50%;
}
#picTable {
	width: 300px;
	margin-top: 3px;
	padding: 0;
}
#picTable td {
	vertical-align:middle;
	width: 50%;
}
.insetImg {
	float:left;
	margin: 3px;
	padding: 3px;
}
.reciplabel {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #844929;
}
.nomOrgs {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
.nomOrgsShort {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #333333;
}
