/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/

p,td,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

body {
	background-color: #9A0000;
	background-image: url(/images/bgslice.jpg);
	background-repeat: repeat-x;
}

#UNObar {
	background-image: url(/images/unobar.gif);
	background-repeat: no-repeat;
	display: table-cell;
	position: relative;
}

#quicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	height: 24px;
	width: 450px;
	left: 157px;
	clear: left;
	position: relative;
	display: block;
	top: 17px;
}
#quicklink2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	bottom: 6px;
	display: inline;
}

#left_col {
	background-color: #C0B08C;
	background-image: url(/images/bg_seals.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	display: table-cell;
	padding: 20px;
	width: auto;
	height: auto;
}

#borderbox {
	border: 1px solid #333333;
}


#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	font-weight: normal;
	color: #333333;
}

#content a, a:link, a:visited {
font-size: 10px;
color: #333333;
text-decoration: underline;
}

#content a:hover {
color: #990000;
}

.title {
	font-size: 12px;
	font-weight: bold;
	color: #9A0000;
}

.simp {
	font-size: 10px;

}
#news {
	display: table;
	width: 460px;
	margin-bottom: 10px;
}

#news td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	vertical-align: top;
	display: table-cell;
}

#news2 {
	display: table;
	width: 460px;
}

#news2 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	vertical-align: top;
	display: table-cell;
}

#newspic {
	text-align: left;
	display: table-cell;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #333333;
	background-color: #FFFFFF;
}
	
.newshead {
font-size: 10px;
font-weight: bold;
color: #000000;
}
	
.pageheader {
	font-size: 16px;
	color: #C0B08C;
	text-indent: 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	line-height: 2;
}	

#topnavbox {
	display: block;
	background-image: url(/images/red_angle.gif);
	background-repeat: no-repeat;
	width: 666px;
	height: 107px;
}
#topnav1 {
	text-align: right;
	display: block;
	height: 25px;
	width: 100%;
	position: relative;
	top: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
}

#topnav1 a, a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	}
	
#topnav1 a:hover {
text-decoration: underline;
}


#topnav_b {
	position: relative;
	top: 50px;
	height: 25px;
	width: 100%;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	font-weight: normal;
	color: #333333;
}

#footer {
	color: #C0B08C;
	font-size: 10px;
	line-height: normal;
	margin: 10px;
}

#footer a, a:link, a:visited {
	font-size: 10px;
	color: #C0B08C;
	text-decoration: underline;
}


/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 12px 12px 12px 20px;
	font-size: 10px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #66CC00;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5; text-align: right; /* */
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 0px;
	text-align: right;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #333333;
	font-size: 12px;
	font-weight:bold;
	padding: 0;
	text-decoration:none;
	text-align: right;
	line-height: 2;
}
#p7TMnav div a:visited {
	color: #333333;
}
#p7TMnav div a:hover {
	color: #9A0002;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 10px;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 12px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_plus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(p7t_minus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase;
	color: #666666 !important;
}

