body 
	{
	width:760px;
	background-color: #E4DFD2;      /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
	
	}

.topline 
	{ 
	position: absolute;
	top:98px;
	left:0px;
	width:760px; 
	border-style: solid; border-color: #ffffff; border-width: 3px 0px 0px 0px;
	z-index: 30;
	}	

blockquote 
	{ 
	margin: 12px 0px 0px 20px;
	}
li#blah{
	padding: 15px;
	background-color: #CC0000;
	color:#ffffff;
		
	
	
}
li#blah_black{
	padding: 15px;
	background-color: #000000;
	color:#ffffff;
		
	
	
}
li#red{
	background-color: #cc0000;
	color: #ffffff;
}
ul#todo {
	display: block;
	list-style-image: url(images/box.gif);
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	list-style-position: outside;
}
li#done{
	list-style-image: url(images/check.gif);
}
p 
	{ 
	margin: 12px 0px 0px 0px;
	padding:0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	}
ol{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
	
.standardcaption 
	{ 
	margin: 12px 0px 0px 0px;
	padding:0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	}
	
	
ul {
	margin: 12px 0px 0px 45px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	}
ul{
	font-family: inherit;
	font-size: inherit;
}

a:link     
	{
	text-decoration:underline;
	color:#003366; outline: none;
	}

a:visited  
	{
	text-decoration:underline;
	color:#003366; 
	}

a:hover    
	{
	text-decoration:underline;
	color:#cc0000;
	}

a:active   
	{
	text-decoration:underline;
	color:#666666;
	}

li a 
	{
	outline: none;
	}
		
img 
	{
	display:block; border: 0px;
	}
		
#container 
	{
	padding-left: 200px;      /* LC fullwidth */
	padding-right: 223px;     /* RC fullwidth + CC padding */
	}
		
#container .column 
	{
	position: relative;
	float: left;
	}
		
#center 
	{
	padding: 20px 20px;       /* CC padding */
	width: 100%;
	border-style: solid; 
	border-color: #ffffff; border-width: 0px 0px 0px 0px;
	}
		
#left 
	{
	width: 205px;             /* LC width */
	padding: 0px;          /* LC padding */
	right: 240px;             /* LC fullwidth + CC padding */
	margin-left: -100%;
	border-style: solid; 
	border-color: #ffffff; border-width: 0px 3px 0px 0px;
	}
		
#right 
	{
	width: 180px;             /* RC width */
	padding: 0px;          /* RC padding */
	margin-right: -100%;
	border-style: solid; 
	border-color: #ffffff; border-width: 0px 0px 0px 3px;
	}
.dumb a{
	text-decoration: underline;
	background: #cc0000;
	
}
.dumb a:hover{
	
	
}
#footer 
	{
	clear: both;
	}
		
/*** IE Fix ***/
* html #left 
	{
	left: 183px;              /* RC fullwidth */
	}

/*** Equal-height Columns ***/
#container 
	{
	overflow: hidden;
	}

#container .column 
	{
	padding-bottom: 1001em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
	}

/*** Footer Fix ***/
* html #footer-wrapper 
	{
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
	background: #EFECE4;         /*** Same as body background ***/
	}

/*** Just for Looks ***/

body 
	{
	margin: 0;
	padding: 0;
	}

#header 
	{
	position: absolute; 
	left: 0px; 
	top: 98px; 
	width:760px;
	z-index: 0;
	font-size: large;
	text-align: center;
	background: #999;
	border-style: solid; 
	border-color: #ffffff; border-width: 4px 0px 4px 0px;
	}
		
#footer 
	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5B4C3E;
	text-align: center;
	background: #ffffff;
	border-style: solid;
	padding:12px; 
	border-color: #51493C; 
	border-width: 0px 0px 1px 0px; 
	}

#left 
	{
	background: #ffffff;
	}

#center 
	{
	background: #ffffff;
	}

#right 
	{
	background: #ffffff;
	}

#container .column 
	{
	padding-top: 0px;
	text-align: left;
	}

.navcontainer 
	{ 
	width: 205px;
	border-style: solid; 
	border-color: #ffffff; 
	border-width: 8px 0px 0px 0px;
	}

.navcontainer ul
	{
	margin-top:0px;
	padding-top:0;
	margin-left: 0;
	padding-left: 0;
	margin-bottom:0;
	padding-bottom:0;
	list-style-type: none;
	text-indent: 14px;
	font:  65% Verdana, Arial, sans-serif;
	font-weight: bold;	
	}

.navcontainer li a
	{
	display: inline-block;
	float: left;
	clear: left;
	width: 205px;
	padding: 11px 0px;
	line-height: 1em;
	background-color: #FFF29A;
	outline: none;
	background-image: url('images/css-dotted2.gif');
	background-repeat: repeat-x;
	background-position: bottom;

	}
.navcontainer li a
	{
	display: block;
	float: left;
	clear: left;
	width: 205px;
	padding: 11px 0px;
	line-height: 1em;
	background-color: #F5801B;
	outline: none;
	background-image: url('images/css-dotted2.gif');
	background-repeat: repeat-x;
	background-position: bottom;

	}

.navcontainer a:link, .navlist a:visited
	{
	color:#FFFFFF;
	text-decoration: none;
	}

.navcontainer ul.subber1
	{
	list-style-type: none;
	text-indent: 34px;
	font:  100% Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#51493C;
	background-color:#E4DFD2;
	padding-top: 3px;
	padding-bottom:10px;
	background-image: url(../images/css-dotted2.gif);
	background-repeat: repeat-x;
	background-position: bottom;

	}


.navcontainer ul.subber2
	{
	list-style-type: none;
	text-indent: 55px;
	font:  100% Verdana, Arial, sans-serif;
	font-weight:bold;
	color:#51493C;
	background: none;
	background-color:#E4DFD2;
	padding-bottom: 0px;
	}

.navcontainer li>a 
	{
	float: none;
	}

.navcontainer ul li a.lastitem
	{
	background:#F5801B url(none); 
	}

.navcontainer ul li a.currentzitem
	{
	padding: 11px 0px 0px 0px;
	color:#51493C;
	background:none;
	background-color: #F5801B;
	}

.navcontainer ul li a.currentzitem2
	{
	padding: 11px 0px 0px 0px;
	color:#990000;
	background:none;
	background-color:#E4DFD2;
	}

.navcontainer ul li a.currentzitem3
	{
	padding: 11px 0px 11px 0px;
	color:#990000;
	background:none;
	background-color:#E4DFD2;
	}

.navcontainer ul li a.subitemz
	{
	padding: 4px 0px 0px 0px;
	color:#51493C;
	background: none;
	font-weight:normal;
	}

.navcontainer ul li a.subitemzCURRENT
	{
	padding: 4px 0px 0px 0px;
	color:#990000;
	background: none;
	font-weight:normal;
	}

.navcontainer ul li a.submenu
	{
	border-style: solid; 
	border-color: #ffffff; border-width: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background:none;
	background-color:#D5D9E7;
	width:205px;
	}

.navcontainer ul li a.submenu2
{
border-style: solid; 
border-color: #ffffff; border-width: 3px 0px 3px 0px;
padding: 0px 0px 0px 0px;
background:none;
background-color:#D5D9E7;
width:205px;
}

.navcontainer a:hover
{
background-color:#CC0000;
color: #FFFFFF;
}

.navcontainer a:hover.submenu
{
background-color: #BEC1CE;
}

.navcontainer a:hover.submenu2
{
background-color: #BEC1CE;
}


.navcontainer a:hover.lastitem
{
background-color:#CC0000;
color: #FFFFFF;
}

.navcontainer a:visited.subitemz
{
color: #333333;
text-decoration:none;
background-color:#E4DFD2;
}

.navcontainer a:hover.subitemz
{
color: #990000;
text-decoration:underline;
background-color:#E4DFD2;
}

.navcontainer a:visited.subitemzCURRENT
{
color: #990000;

}

.navcontainer a:hover.subitemzCURRENT
{
color: #990000;
text-decoration:none;
background-color:#E4DFD2;
cursor: pointer;

}

.navcontainer a:visited.currentzitem
{
color: #333333;
}

.navcontainer a:hover.currentzitem
{
color: #990000;
text-decoration:underline;
background-color:#E4DFD2;
}

.navcontainer a:visited.currentzitem2
{
color: #990000;
}

.navcontainer a:hover.currentzitem2
{
color: #990000;
text-decoration:none;
background-color:#E4DFD2;
cursor: pointer;
}


.navcontainer a:visited.currentzitem3
{
color: #990000;
}

.navcontainer a:hover.currentzitem3
{
color: #990000;
text-decoration:none;
background-color:#E4DFD2;
cursor: pointer;
}





.navsidebarz { 
width: 179px;
	border-style: solid; 
border-color: #ffffff; border-width: 0px 0px 8px 0px;}




.navsidebarz ul ol
{
margin-top:0;
padding-top:0;
margin-left: 0;
padding-left: 0;
margin-bottom:0;
padding-bottom:0;
list-style-type: none;
text-indent: 14px;
font:  65% Verdana, Arial, sans-serif;
font-weight: bold;
	
}

.navsidebarz ul.subber1
{
list-style-type: none;
text-indent: 15px;
font:  100% Verdana, Arial, sans-serif;
font-weight:bold;
color:#51493C;
background-color:#F8F4EA;
padding-top: 3px;
padding-bottom:7px;

}


.navsidebarz ul.subber2
{
list-style-type: none;
text-indent: 55px;
font:  100% Verdana, Arial, sans-serif;
font-weight:bold;
color:#51493C;
background: none;
background-color:#E1E0DF;
padding-bottom: 0px;


}




.navsidebarz a
{

display: block;
float: left;
clear: left;
padding: 8px 0px 8px 0px;
background-color: #E1E0DF; 
width: 179px;
}



.navsidebarz li>a {
float: none;
}

.navsidebarz a:link, .navlist2 a:visited
{
color: #333333;
text-decoration: none;

}

.navsidebarz ul li a.lastitem
{
background:none;
background-color: #999999; 

}

.navsidebarz ul li a.currentzitem
{
padding: 8px 0px 8px 0px;
color:#ffffff;
background:none;
background-color:#999999;
}

.navsidebarz ul li a.currentzitem2
{
padding: 8px 0px 8px 0px;
color:#ffffff;
background:none;
background-color:#888888;
}

.navsidebarz ul li a.subitemz
{
padding: 4px 0px 0px 0px;
color:#333333;
background: none;
font-weight:normal;

}

.navsidebarz ul li a.subitemzCURRENT
{
padding: 4px 0px 0px 0px;
color:#990000;
background: none;
font-weight:normal;
}

.navsidebarz ul li a.submenu
{
border-style: solid; 
border-color: #ffffff; border-width: 3px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background:none;
background-color:#666666;
width:179px;
}

.navsidebarz ul li a.submenu2
{
border-style: solid; 
border-color: #ffffff; border-width: 3px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background:none;
background-color:#666666;
width:179px;
}

.navsidebarz a:hover
{
background-color: #888888;
color: #fff;
}

.navsidebarz a:hover.submenu
{
background-color: #666666;
cursor: pointer;
}

.navsidebarz a:hover.submenu2
{
background-color: #888888;
}


.navsidebarz a:hover.lastitem
{
background-color: #888888;
color: #fff;
}


.navsidebarz a:visited.subitemz
{
color: #333333;
text-decoration:none;
background-color:#F8F4EA;
}

.navsidebarz a:hover.subitemz
{
color: #990000;
text-decoration:underline;
background-color:#F8F4EA;
}

.navsidebarz a:hover.currentzitem
{
color: #888888;
cursor: pointer;
}


.navsidebarz a:visited.subitemzCURRENT
{
color: #990000;

}

.navsidebarz a:hover.subitemzCURRENT
{
color: #990000;
text-decoration:none;
background-color:#F8F4EA;
cursor: pointer;

}



.navsidebarz a:hover.currentzitem2
{
color: #990000;
cursor: pointer;
}


#newsitemscontainer {
	width: 172px;
	visibility: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	width: 152px;
	padding-left: 10px;
	line-height: 16px;
}

#feature1container {
	height: 96px;
	width: 367px;
	visibility: visible;
	background-color: #F8F4EA;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 3px;
}

#feature2container {
	height: 96px;
	width: 367px;
	visibility: visible;
	background-color: #E5E5E5;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 3px;
}


.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.more:hover {
	color: #CC0000;
	text-decoration: underline;
}

.more:visited {
	color: #666666;
	text-decoration: none;
}

.boldredtext {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.boldbluetext {
	font-weight: bold;
	color: #1F6899;
}

.boldltgreytext {
	font-weight: bold;
	color: #707276;
}

.featuretable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-position: center;
	padding: 0px;
	height: 96px;
	width: 367px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	line-height: 16px;
}


.mastercontainer1 {	
position: absolute; 
left: 0px; 
top: 101px; 
width:760px;
border-style:solid;
border-color: #ffffff; 
border-width: 0px 0px 0px 0px;
}


.rightbarsetup {	
background-color:#ffe599;

}




.adminarea {	
position: absolute; 
left: 420px; 
top: 0px; 

}

.admincontainer {
width:740px;
text-align: right;
top: -1px; 
position: absolute; 
padding:0px;
 
}

.countdown{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
	}
.leftgrade {	
background: url("/servlet/nexus/preview/Alumni::latest:88:/WebSite/alumni/images/leftgrade.jpg") repeat-x top;
padding:16px 10px 10px 10px;
}




.wrapperFULL {width:760px; background-color:#BCB08F;}

.admininside {	
padding-right: 10px;
padding-left: 10px;
padding-bottom: 0px;
padding-top:0px;
border-style: solid; border-color: #ffffff; border-width: 0px 1px 0px 0px;

}

.admininside2 {	
padding-top:0px;
padding-left: 10px;
padding-bottom: 0px;

}

.leftsidecall {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 175%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF8800;
	text-decoration: none;
	padding: 0px 0px 0px 0px;

}




.padpipe {
	padding-left:5px;
	padding-right:5px;
}

.headbodytop1 {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-decoration: none;

}

.headbodytop2 {
	font-family: Times New Roman, Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:#CC0000;
	text-decoration: none;

}

.leftsidecalltext {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #715812;
	text-decoration: none;

}

.leftsidecalltext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 175%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #715812;
	text-decoration: none;

}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	
}

.redbodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-decoration: none;
	
}

.headred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 165%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
	text-decoration: none;
	background-color: #FFFFFF;
	
}

.sidebarhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	line-height: 135%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-decoration: none;
	
}

.sidebarhead22 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: 165%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-decoration: none;
	
}



.tablestyle1 {width:521px;
border-style:none; 
}

.tablestyle1 td {width:260px; 
background-color:#F8F4EA;
vertical-align:top;
padding:6px 10px 6px 10px;
border-style:solid;
border-color:#FFFFFF;
border-width:0px 4px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
	
.tablestyle1 p { font-size: 65%;
margin: 0px 0px 12px 0px;
padding:0px; }

.tablestyle1 p.sidebarhead2 { margin: 0px 0px 0px 0px;
padding:0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
padding:0px;}


.tablestyle2 {width:342px;
border-style:none; 
}

.tablestyle2 td {width:171px; 
background-color:#F8F4EA;
vertical-align:top;
padding:6px 10px 6px 10px;
border-style:solid;
border-color:#FFFFFF;
border-width:0px 4px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
	
.tablestyle2 p { font-size: 65%;
margin: 0px 0px 12px 0px;
padding:0px; }

.tablestyle2 p.sidebarhead2 { margin: 0px 0px 0px 0px;
padding:0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
padding:0px;}


.tablestyle3 {width:521px;
border-style:none; 
}

.tablestyle3 td {width:521px; 
background-color:#F8F4EA;
vertical-align:top;
padding:6px 10px 6px 10px;
border-style:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
	
.tablestyle3 p { font-size: 65%;
margin: 0px 0px 12px 0px;
padding:0px; }

.tablestyle3 p.sidebarhead2 { margin: 0px 0px 0px 0px;
padding:0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
padding:0px;}

.tablestyle4 {width:342px;
border-style:none; 
}

.tablestyle4 td {width:342px; 
background-color:#F8F4EA;
vertical-align:top;
padding:6px 10px 6px 10px;
border-style:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
	
.tablestyle4 p { font-size: 65%;
margin: 0px 0px 12px 0px;
padding:0px; }

.tablestyle4 p.sidebarhead2 { margin: 0px 0px 0px 0px;
padding:0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
padding:0px;}


.tablestyle5 {width:521px;
border-style:none; 
}

.tablestyle5 td {width:173px; 
background-color:#F8F4EA;
vertical-align:top;
padding:6px 10px 6px 10px;
border-style:solid;
border-color:#FFFFFF;
border-width:0px 4px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
	
.tablestyle5 p { font-size: 65%;
margin: 0px 0px 12px 0px;
padding:0px; }

.tablestyle5 p.sidebarhead2 { margin: 0px 0px 0px 0px;
padding:0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
padding:0px;}



#insidenutable1 {width:521px;
border-style:none; 
}

#insidenutable1 td {background-color:#F8F4EA;
vertical-align:top;
padding-bottom:6px;
border-style:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
	
#insidenutable1 p { margin: 0px 10px 6px 10px;
padding:0px; }

#insidenutable1 p#nufeat { margin: 3px 5px 5px 5px;
padding:0px; }


#insidenutable2 {width:342px;
border-style:none; 
}

#insidenutable2 td {background-color:#F8F4EA;
vertical-align:top;
padding-bottom:6px;
border-style:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
	
#insidenutable2 p { margin: 0px 10px 6px 10px;
padding:0px; }

#insidenutable2 p#nufeat { margin: 3px 5px 5px 5px;
padding:0px; }











.tablestandard1 {width:342px;
border-style:none; 
}

.tablestandard1 td {width:171px; 
background-color:#F8F4EA;
vertical-align:top;
padding:4px 4px 4px 4px;
border-style:solid;
border-color:#FFFFFF;
border-width:1px 1px 1px 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
	
.tablestandard1 p { font-size: 100%;
margin: 0px 0px 12px 0px;
padding:0px; }

.tablestandard1 p.sidebarhead2 { margin: 0px 0px 0px 0px;
padding:0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
padding:0px;}







.tablestandard2 {width:94%;
border-style:none; 
}

.tablestandard2 td {background-color:#F8F4EA;
vertical-align:top;
padding:4px 4px 4px 4px;
border-style:solid;
border-color:#FFFFFF;
border-width:1px 1px 1px 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
	
.tablestandard2 p { font-size: 100%;
margin: 0px 0px 12px 0px;
padding:0px; }

.tablestandard2 p.sidebarhead2 { margin: 0px 0px 0px 0px;
padding:0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
padding:0px;}







.tablestandard3 {
border-style:none; 
}

.tablestandard3 td {background-color:#F8F4EA;
vertical-align:top;
padding:4px 4px 4px 4px;
border-style:solid;
border-color:#FFFFFF;
border-width:1px 1px 1px 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;}
	
.tablestandard3 p { font-size: 100%;
margin: 0px 0px 12px 0px;
padding:0px; }

.tablestandard3 p.sidebarhead2 { margin: 0px 0px 0px 0px;
padding:0px; font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
	text-decoration: none; 
	margin: 0px 0px 0px 0px;
padding:0px;}

.photostyle1 {border-style:none; 
}

.photostyle1 td { 
background-color:#ffffff;
vertical-align:top;
padding:0px 0px 0px 12px;
border-style:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 115%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;}
	
.photostyle1 p { margin: 0px 0px 8px 0px;
padding:0px; }


.photostyle2 {border-style:none; 
}

.photostyle2 td { 
background-color:#ffffff;
vertical-align:top;
padding:0px 12px 0px 0px;
border-style:none;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 115%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;}
	
.photostyle2 p { margin: 0px 0px 8px 0px;
padding:0px; }








.sampletextright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 115%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	width:150px;
	padding: 10px;
	margin:15px 0px 25px 25px;
	background-color:#F8F4EA;
	float:right;

}


.bodytextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;

}

.bodytextsmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 145%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;

}

.bodytextRED {
	color: #cc0000;

}

.bodytextDEFAULT {
	color: #333333;
padding:0px;
background-color:#ffffff;
}


.addressbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 215%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;

}

.graybarholder {
	padding:0px 0px 0px 5px;

	
}

.graybar {
	padding:12px 12px 6px 12px;
background-color:#8D8E91;
font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	
}


.padmaster {
	padding:12px 17px 20px 17px;
}

.padmaster2 {
	padding:25px;
}

.padmaster3 {
	padding:4px 10px 10px 10px;
}

.graybox {
	padding:10px;
	background-color:#F8F4EA;
}
.graybox2{
	padding:2px;
	background-color:#F8F4EA;
}
.graybox3{
	padding:2px;
	background-color:#F8F4EA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	line-height: 155%;
	font-weight: normal;
	font-variant: normal;
	
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.puttybox {
	padding:10px;
	background-color:#EFECE4;
}

.quotebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.highlighter {
	padding:2px;
	background-color:#FFFFCC;
}

.grayboxRIGHT {
	width:150px;
	font-weight: normal;
	padding:10px;
	background-color:#CCCCCC;
	float: right;
	border-style: solid; border-color: #ffffff; border-width: 0px 0px 8px 8px;
}

.grayboxLEFT {
	width:150px;
	font-weight: normal;
	padding:10px;
	background-color:#CCCCCC;
	float: left;
	border-style: solid; border-color: #ffffff; border-width: 0px 8px 8px 0px;
}

.padmaster2 {
	padding:14px 12px 30px 12px;
background-color:#F8F4EA;

}

.padmaster3 {
	padding:0px 0px 8px 0px;
background-color:#ffffff;

}

.horizrule  {width:100%;
margin:0px 0px 0px 0px;
padding:0px;
border-style: solid; border-color: #666666; border-width: 0px 0px 1px 0px;


}

.horizrule2  {width:100%;
margin:0px 0px 0px 0px;
padding:0px;
border-style: solid; border-color: #666666; border-width: 0px 0px 1px 0px;


}

.finalfooter {
	padding:8px;
text-align:center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style: normal;
	line-height: 145%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #51493C;
	text-decoration: none;
	background-color:#E4DFD2;
	border-style: solid; border-color: #5149C3; border-width: 0px 0px 0px 0px;


}


.taglinks {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
			color: #5B4C3E;
}

a:link.taglinks    {text-decoration:none;
color:#5B4C3E; outline: none;}
a:visited.taglinks  {text-decoration:none;
color:#5B4C3E;}
a:hover.taglinks   {text-decoration:underline;
color:#5B4C3E;}
a:active.taglinks   {text-decoration:underline;
color:#666666; outline: none;}


a:link.addressbarlink    {text-decoration:none;
color:#ffffff; outline: none;}
a:visited.addressbarlink  {text-decoration:none;
color:#ffffff;}
a:hover.addressbarlink   {text-decoration:underline;
color:#ffffff;}
a:active.addressbarlink   {text-decoration:underline;
color:#666666; }

a:link.leftsidecalltext2    {text-decoration:underline;
color:#715812;}
a:visited.leftsidecalltext2  {text-decoration:underline;
color:#715812;}
a:hover.leftsidecalltext2   {text-decoration:underline;
color:#000000;}
a:active.leftsidecalltext2   {text-decoration:underline;
color:#666666;}


.pageid {
			position: absolute; 
left: 222px; 
top: 51px; 
width:760px;
font-family: Times New Roman, Times, serif;
font-weight:normal;
letter-spacing:1px;
font-size: 32px;
			text-align: left;
			color: #ffffff;
		}

