/* CSS Styles Only */

body {
	background:#eee; /*added to be sure nothing is "showing through" the main areas while testing... can be changed back to white if you'd like */
	color: #fff;
	}

/* Current Page Indicator: This part of the CSS allows the menu item to display in its highlighted state when the page is loaded. The highlighting is implemented this way (in the CSS) so that the navigation stays as live text -- not javascript, flash or DHTML is used.

Note: if you add more than ten menu items for levels 1 & 2, copy and edit accordingly */

/*begin current page indicator for Level1*/

/*Current page indicator normal state for Level 1 menus. These styles override .nav styles for current page. */
body#level1_1_page li#level1_1 a, body#level1_2_page li#level1_2 a, body#level1_3_page li#level1_3 a, body#level1_4_page li#level1_4 a, body#level1_5_page li#level1_5 a, body#level1_6_page li#level1_6 a, body#level1_7_page li#level1_7 a, body#level1_8_page li#level1_8 a, body#level1_9_page li#level1_9 a, body#level1_10_page li#level1_10 a,
body#level1_11_page li#level1_11 a, body#level1_12_page li#level1_12 a, body#level1_13_page li#level1_13 a, body#level1_14_page li#level1_14 a, body#level1_15_page li#level1_15 a, body#level1_16_page li#level1_16 a, body#level1_17_page li#level1_17 a, body#level1_18_page li#level1_18 a, body#level1_19_page li#level1_19 a, body#level1_20_page li#level1_20 a ,
body#level1_21_page li#level1_21 a, body#level1_22_page li#level1_22 a, body#level1_23_page li#level1_23 a, body#level1_24_page li#level1_24 a, body#level1_25_page li#level1_25 a, body#level1_26_page li#level1_26 a, body#level1_27_page li#level1_27 a, body#level1_28_page li#level1_28 a, body#level1_29_page li#level1_29 a, body#level1_30_page li#level1_30 a  {
  	background: #fff;
  	color: #000;
	}

/*Current page hover state highlight for Level1 menus. These styles override .nav styles for current page. */
body#level1_1_page li#level1_1 a:hover, body#level1_2_page li#level1_2 a:hover, body#level1_3_page li#level1_3 a:hover, body#level1_4_page li#level1_4 a:hover, body#level1_5_page li#level1_5 a:hover, body#level1_6_page li#level1_6 a:hover, body#level1_7_page li#level1_7 a:hover, body#level1_8_page li#level1_8 a:hover, body#level1_9_page li#level1_9 a:hover, body#level1_10_page li#level1_10 a:hover,
body#level1_11_page li#level1_11 a:hover, body#level1_12_page li#level1_12 a:hover, body#level1_13_page li#level1_13 a:hover, body#level1_14_page li#level1_14 a:hover, body#level1_15_page li#level1_15 a:hover, body#level1_16_page li#level1_16 a:hover, body#level1_17_page li#level1_17 a:hover, body#level1_18_page li#level1_18 a:hover, body#level1_19_page li#level1_19 a:hover, body#level1_20_page li#level1_20 a:hover ,
body#level1_21_page li#level1_21 a:hover, body#level1_22_page li#level1_22 a:hover, body#level1_23_page li#level1_23 a:hover, body#level1_24_page li#level1_24 a:hover, body#level1_25_page li#level1_25 a:hover, body#level1_26_page li#level1_26 a:hover, body#level1_27_page li#level1_27 a:hover, body#level1_28_page li#level1_28 a:hover, body#level1_29_page li#level1_29 a:hover, body#level1_30_page li#level1_30 a:hover  {
  	background: #cbc29b;
  	color: #000;
	}
	
/*Inheritance block. Keeps level2 from inheriting level1 styles. Styles here should match ".nav ul a" */ 
body#level1_1_page li#level1_1 ul a, body#level1_2_page li#level1_2 ul a, body#level1_3_page li#level1_3 ul a, body#level1_4_page li#level1_4 ul a, body#level1_5_page li#level1_5 ul a, body#level1_6_page li#level1_6 ul a, body#level1_7_page li#level1_7 ul a, body#level1_8_page li#level1_8 ul a, body#level1_9_page li#level1_9 ul a, body#level1_10_page li#level1_10 ul a,
body#level1_11_page li#level1_11 ul a, body#level1_12_page li#level1_12 ul a, body#level1_13_page li#level1_13 ul a, body#level1_14_page li#level1_14 ul a, body#level1_15_page li#level1_15 ul a, body#level1_16_page li#level1_16 ul a, body#level1_17_page li#level1_17 ul a, body#level1_18_page li#level1_18 ul a, body#level1_19_page li#level1_19 ul a, body#level1_20_page li#level1_20 ul a ,
body#level1_21_page li#level1_21 ul a, body#level1_22_page li#level1_22 ul a, body#level1_23_page li#level1_23 ul a, body#level1_24_page li#level1_24 ul a, body#level1_25_page li#level1_25 ul a, body#level1_26_page li#level1_26 ul a, body#level1_27_page li#level1_27 ul a, body#level1_28_page li#level1_28 ul a, body#level1_29_page li#level1_29 ul a, body#level1_30_page li#level1_30 ul a  {
  	background: ;
	padding-left:15px;
  	color: #369;
	}

/*begin persistent page indicator for level2*/

/*Current page indicator normal state for Level2 menus. These styles override .nav styles for current page. */ 
body#level2_1_page li#level2_1 a, body#level2_2_page li#level2_2 a, body#level2_3_page li#level2_3 a, body#level2_4_page li#level2_4 a, body#level2_5_page li#level2_5 a, body#level2_6_page li#level2_6 a, body#level2_7_page li#level2_7 a, body#level2_8_page li#level2_8 a, body#level2_9_page li#level2_9 a, body#level2_10_page li#level2_10 a {
  	background: ;
  	color: #369;
	}
	
/*Current page hover state highlight for Level 2 menus. These styles override .nav styles for current page. */
body#level2_1_page li#level2_1 a:hover, body#level2_2_page li#level2_2 a:hover, body#level2_3_page li#level2_3 a:hover, body#level2_4_page li#level2_4 a:hover, body#level2_5_page li#level2_5 a:hover, body#level2_6_page li#level2_6 a:hover, body#level2_7_page li#level2_7 a:hover, body#level2_8_page li#level2_8 a:hover, body#level2_9_page li#level2_9 a:hover, body#level2_10_page li#level2_10 a:hover {
  	background: ;
  	color: #369;
	}

/*Inheritance block. Keeps level2 menu highlight from inheriting the level1 indicator highlight. This should be the same as ".nav ul a:hover"*/
body#level2_1_page li#level2_1 ul a, body#level2_2_page li#level2_2 ul a, body#level2_3_page li#level2_3 ul a, body#level2_4_page li#level2_4 ul a, body#level2_5_page li#level2_5 ul a, body#level2_6_page li#level2_6 ul a, body#level2_7_page li#level2_7 ul a, body#level2_8_page li#level2_8 ul a, body#level2_9_page li#level2_9 ul a, body#level2_10_page li#level2_10 ul a, body#level1_3_page li#level1_3 ul a:hover, body#level1_2_page li#level1_2 ul a:hover, body#level1_1_page li#level1_1 ul a:hover, body#level1_4_page li#level1_4 ul a:hover, body#level1_5_page li#level1_5 ul a:hover, body#level1_6_page li#level1_6 ul a:hover, body#level1_7_page li#level1_7 ul a:hover, body#level1_8_page li#level1_8 ul a:hover, body#level1_9_page li#level1_9 ul a:hover, body#level1_10_page li#level1_10 ul a:hover {
  	background: ;
  	color: #369;
	}
	
#level2_1, #level2_2, #level2_3, #level2_4, #level2_5, #level2_6
{
	padding-left:10px;
}

/*End Current Page Indicator section */

#outer_container { /* This creates the shadow effect around the container. It can be removed or the graphic modified to suit the design.*/
	position:relative;
	width: 800px;
	margin: 0 auto;
	background-image: url(../images/outer_container780.gif);
	}
	
#container { 
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #FFF;
	}
	
/* start college or department identifier area */
#unit_banner {
	text-align:center;
	background: #ccc url(../images/international_unit_banner.jpg);
	height:140px;
	/*background: #000; -- if the image is not as large as the width of the design, set the background to be the same as the image background */
	}
	
#unit_banner img {display: block;
	float:right; }/*required to avoid a small gap underneath the banner image that can occur (randomly in IE) due to the image being treated as inline content */

/* end college or department identifier area */

/* start primary links ---------------------------------------------------------*/	
#primary_nav {
	background-color: #fff;
	height:18px;
	padding:0;
	margin:0 0 0 0;
	text-align:center;
	border-top:1px solid #000;
	}
	
#primary_nav p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:700;
	padding:0;
	margin:0;
	color:#999;
	background:#900 url(../images/primary_nav_bg_wide.gif);
	}
	
#primary_nav p span
{
	margin:0 5px 0 5px;
	padding:0 2px 0 2px;
}
	
#primary_nav a {color: #000; text-decoration: none;}
#primary_nav a:link {color: #000;}
#primary_nav a:visited {color: #000;}
#primary_nav a:hover {color: #900; text-decoration:underline; }
#primary_nav a:active {color: #069;}

#primary_nav p a, #primary_nav p a:link, #primary_nav p a:visited
{
	margin:0 5px 0 5px;
	padding:0 4px 0 4px;
	color:#900;
}
#primary_nav p a:hover
{
	color:#900;
	text-decoration:none;
	background:#ccc;/*#369 url(../images/primary_nav_bg_hover2.gif);*/
}
/* end primary links */


/* Start wrapper and page_body. Wrapper and page_body are for everything after the top navigation area and before the footer. These contain the graphics to create the column backgrounds. Modify graphics as needed. */
#wrapper {
	background: #FFF url(../images/background780.gif) repeat-y; /* the background color must be put on here for the overall main area color -- along with the image for the left column */
	border-top: 1px solid #002157;
	}
.fixed1B #wrapper, .fixed3B #wrapper { /* This removes (overwrites) first column when there is no leftbar_holder*/
	background: #FFF url(../images/background780_1B.gif) repeat-y;
	}
.fixed2B #wrapper, .fixed4B #wrapper {
	background: #FFF url(../images/background780_2B.gif) repeat-y !important;
}
.fixed3A #wrapper, .fixed3B #wrapper, .fixed4A #wrapper, .fixed4B #wrapper {
	margin-top: 0px;
	/*border-top: none; uncomment this to remove the border above the content area */
}
#page_body {
	padding: 0; /* may need to adjust top padding to accommodate background design */
	color: #000;
	margin: 0;
	/*background: #fff;  can add a background image here */
	}
/* end wrapper and page_body */

/* start side navigation ul ---------------------------------------------------------*/
.nav, .nav ul {
	padding: 0;
	margin-bottom: 0; /* this is here to keep the second nested UL from inheriting the bottom margin given to the main UL below ... it must come before the .nav selector below */
	list-style: none;
	font-size: 95%;
	background: transparent;/*C5BC9B;*//*900 url(../images/primary_nav_below.gif) repeat-x;*/
	border-bottom:0px solid #fff;
	}
	
.nav {
	border-bottom:1px solid #fff;
	margin-bottom: 0px !important;
	padding-top:18px;
}

.nav li { 
	padding: 0;
	margin:0;
	border-top: 1px solid #FFF;
	border-right:none;/*1px solid #000;*/
	 }
.fixed1A li#level1_1, .fixed1B li#level1_1, .fixed2A li#level1_1, .fixed2B li#level1_1, .fixed3A li#level1_1, .fixed3B li#level1_1, .fixed4A li#level1_1, .fixed4B li#level1_1 {
	border-top: 1px solid #fff; /* The first selector in this group removes the top border on the first nested LI so that visually, it's even across the top. Comment this out if you want the border to appear.*/
}
.nav a {
	display: block;
	text-decoration: none;
	background:transparent;
	padding:3px 11px 3px 10px;
	margin:0;
	width:100%;
	font-size:12px;
	
	font-weight:bold; color:#fff; 
	}

.nav a:hover {
	text-decoration: none;
	color: #900;
	background:#cbc29b;
	text-decoration: none;
	}

.nav ul li { padding: 0;  }

.nav ul a {
	display: block;
	/*padding: 3px 5px 3px 20px;
	*/margin:0;
	color: #369;
	background-color: #369;
	text-decoration: none;
	}

.nav ul a:hover {
	color: #369;
	background-color: #69C;
	text-decoration: none;
	}
	
.nav, .nav ul {
	margin: 0;
	}
	
/*end navigation ul */

/*Style to create boxes around content in rightbar and leftbar.*/
.box_leftbar {
	margin: 0px;
	padding: 0px;
	width: 159px;
	border-top: 10px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#FFF;
	}
	
.box_rightbar {
	margin: 0px;
	padding: 0px;
	width: 159px;
	border-top: 10px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#FFF;
	}
/*End box style*/

#leftbar_holder
{
	background:transparent url(../images/medallion.jpg) bottom center;
}

#leftbar_holder img { 
	border-top: 1px solid #000; /*Add border as needed.*/
	border-right: 1px solid #000; /*Add border as needed.*/
	border-bottom: 1px solid #000; /*Add border as needed.*/
	margin: 15px 0; /*Add margin (space around image) as needed.*/
	}

#rightbar_holder{
	background:transparent;
}

#rightbar_holder img { 
	border: 0; /*Add border as needed.*/
	margin: 15px 0; /*Add margin (space around image) as needed.*/
	}
	
#rightbar_2 {
	margin-top: 15px;  /*creates spacing between rightbar_1 and rightbar_2*/ 
	}
		
#leftbar_2 {
	margin-top: 15px; /* creates spacing between leftbar_1 and leftbar_2 */
	}


/* rightbar_1, rightbar_2, leftbar_1, leftbar_2 styles combined. Note: If you want to style the sidebars differently, comment this out and use the individual div styles below. */

/* Note: h3, h4, h5, h6, and p styles are located in the contribute780_styles.css file. */

#rightbar_1
{
	border:1px solid #900;
}

#rightbar_1 ul, #rightbar_2 ul, #leftbar_1 ul, #leftbar_2 ul {
	font-size: 90%;
	list-style: outside;
	}
	
#rightbar_1 ul li, #rightbar_2 ul li, #leftbar_1 ul li, #leftbar_2 ul li {
	font-size: 90%;
	list-style: outside;
	}
	
#rightbar_1 ol, #rightbar_2 ol, #leftbar_1 ol, #leftbar_2 ol {
	font-size: 90%;
	}
	
#rightbar_1 ol li, #rightbar_2 ol li, #leftbar_1 ol li, #leftbar_2 ol li {
	font-size: 90%;
	}
	
#rightbar_1 ul
{
	padding:1px 1px 4px 3px;
	list-style:none;
}

#rightbar_1 ul li
{
	padding: 0px 0px 5px 0px;
	list-style:none;
}

#rightbar_1 a:link, #rightbar_2 a:link, #leftbar_1 a:link, #leftbar_2 a:link {
	color: #069;
	text-decoration: underline;
	}
	
	
#rightbar_1 a:visited, #rightbar_2 a:visited, #leftbar_1 a:visited, #leftbar_2 a:visited {
	color: #C06;
	text-decoration: underline;
	}
	
#rightbar_1 a:hover, #rightbar_1 a:active, #rightbar_1 a:focus, #rightbar_2 a:hover, #rightbar_2 a:active, #rightbar_2 a:focus, #leftbar_1 a:hover, #leftbar_1 a:active, #leftbar_1 a:focus, #leftbar_2 a:hover, #leftbar_2 a:active, #leftbar_2 a:focus   {
	color: #900; 
	text-decoration:underline; 
	}

#rightbar_1 a:link, #rightbar_1 a:visited
{
	color:#036;
	text-decoration:none;
	border-bottom:1px solid #036;
	padding:0 1px 0 0;
	margin:0;
}

#rightbar_1 a:hover
{
	border-bottom:1px solid #000;
	color:#900;	
}
	
#rightbar_1 img, #rightbar_2 img {
	border: 1px solid #000; /*Add border as needed.*/
	margin: 0; /*Add margin (space around image) as needed.*/
	padding:0;
	width:90%;
	}
	
#leftbar_1 img, #leftbar_2 img { 
	border: 0; /*Add border as needed.*/
	margin: 0; /*Add margin (space around image) as needed.*/
	padding:0;
	width:90%;
	}
	

#rightbar_1, #leftbar_1
{
	/* 1px solid #000;*/
	margin:22px 7px 2px 7px;
	padding:1px;
	background:transparent;
	color:#036;
	text-align:left;
}

#rightbar_1 p, #leftbar_1 p
{
	font-weight:200;
	font-size:10px;
	color:#036;
	margin-top:2px;
	margin-bottom:2px;
}

/*rightbar_2 AND leftbar_2*/

#rightbar_2, #leftbar_2
{
	/* 1px solid #000;*/
	margin:22px 7px 2px 7px;
	padding:1px;
	background:transparent;
	color:#036;
	text-align:left;
}

#rightbar_2
{
	border:1px solid #900;
}

#rightbar_2 p, #leftbar_2 p
{
	font-weight:200;
	font-size:10px;
	color:#036;
	margin-top:2px;
	margin-bottom:2px;
}

#leftbar_2 p
{
	text-align:center;
	
}

#rightbar_2 h1
{
	border-bottom:1px dashed #fff;
	font-family: Geneva,Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:900;
	text-align:center;
	margin:0;
	padding:0 0 2px 0;
	background: #ccc;
	color:#000;
}

#rightbar_2 a:link, #rightbar_2 a:visited
{
	/* size declared in contribute file */
	color:#036;
	text-decoration:none;
	border-bottom:1px solid #036;
	padding:0 1px 0 0;
	margin:0;
}


#rightbar_2 a:hover
{
	border-bottom:1px solid #000;
	color:#900;	
}

#rightbar_2 img, #leftbar_2 img
{
	width:90%;
	margin:0;
	padding:0;
}

#rightbar_2 ul
{
	padding:1px 1px 3px 3px;
	list-style:none;
	margin:0;
	font-size:12px;
}

#rightbar_2 ul li
{
	padding: 0px 0px 8px 0px;
	list-style:none;
}

#leftbar_2 a, #leftbar_2 a:link, #leftbar_2 a:hover, #leftbar_2 a:focus, #leftbar_2 a:visited
{
	color:#fff;
}

/*---------------*/

/*Sidebar styles by div. Note: If these styles are not used, remove from file to make CSS file size smaller. 
/*rightbar_1 styles  --------------------------------------------------------------


#rightbar_1 ul {
	font-size: 90%;
	}
	
#rightbar_1 ul li {
	font-size: 90%;
	}
	
#rightbar_1 ol {
	font-size: 90%;
	}
	
#rightbar_1 ol li {
	font-size: 90%;
	}

#rightbar_1 a:link {
	color: #069;
	text-decoration: none;
	}
	
#rightbar_1 a:visited{
	color: #C06;
	text-decoration: none;
	}
	
#rightbar_1 a:hover, #rightbar_1 a:active, #rightbar_1 a:focus {
	color: #900; 
	text-decoration:underline; 
	}
	
#rightbar_1 img { 
	border: 0; 
	margin: 0; 
	}

/*rightbar_2 styles  --------------------------------------------------------------


#rightbar_2 ul {
	font-size: 90%;
	}
	
#rightbar_2 ul li {
	font-size: 90%;
	}
	
#rightbar_2 ol {
	font-size: 90%;
	}
	
#rightbar_2 ol li {
	font-size: 90%;
	}

#rightbar_2 a:link {
	color: #069;
	text-decoration: none;
	}
	
#rightbar_2 a:visited {
	color: #C06;
	text-decoration: none;
	}
	
#rightbar_2 a:hover, #rightbar_2 a:active, #rightbar_2 a:focus {
	color: #900; 
	text-decoration:underline; 
	}
	
#rightbar_2 img {
	border: 0; 
	margin: 0; 
	}

/*leftbar_1 styles  ---------------------------------------------------------------------


#leftbar_1 ul {
	font-size: 90%;
	}
	
#leftbar_1 ul li {
	font-size: 90%;
	}
	
#leftbar_1 ol {
	font-size: 90%;
	}
	
#leftbar_1 ol li {
	font-size: 90%;
	}

#leftbar_1 a:link {
	color: #069;
	text-decoration: none;
	}
	
#leftbar_1 a:visited {
	color: #C06;
	text-decoration: none;
	}
	
#leftbar_1 a:hover, #leftbar_1 a:active, #leftbar_1 a:focus {
	color: #900; 
	text-decoration:underline; 
	}
	
#leftbar_1 img, #leftbar_2 img { 
	border: 0; 
	margin: 0; 
	}

/*leftbar_2 styles  --------------------------------------------------------------


#leftbar_2 ul {
	font-size: 90%;
	}
	
#leftbar_2 ul li {
	font-size: 90%;
	}
	
#leftbar_2 ol {
	font-size: 90%;
	}
	
#leftbar_2 ol li {
	font-size: 90%;
	}

#leftbar_2 a:link {
	color: #069;
	text-decoration: none;
	}
	
#leftbar_2 a:visited {
	color: #C06;
	text-decoration: none;
	}
	
#leftbar_2 a:hover, #leftbar_2 a:active, #leftbar_2 a:focus   {
	color: #900; 
	text-decoration:underline; 
	}
	
#leftbar_2 img { 
	border: 0;
	margin: 0; 
	}
	
/*end sidebar styles*/	

/*start main content area. ------------------------------------------------------------*/

/* Note: h1, h2, and p styles are located in the contribute780_styles.css file. */

#content {
	border:none;
	padding:0;
	margin:0;
	font-family:Verdana, Georgia, Arial, sans-serif;
	font-weight:400;
	font-size:12px;
	text-indent:0;
	} 

#content p
{
	font-size:12px;
	text-indent:0;
	padding:0 5px 0 5px;
	margin:0 0 15px 0;
	line-height: 140%;
}

#content div div
{
	width:75%;
	height:200px;
	border:1px;
	position:relative;
	margin:5px;
}

#content div div img
{
	float:left;
}

#content a {color: #069; text-decoration: underline;}
#content a:link {color: #069;}
#content a:visited {color: #C06;}
#content a:hover {color: #900; text-decoration:underline; }
#content a:active {color: #069;}

#content ul {
	font-size: 100%;
	line-height: 140%;
	list-style: outside;
	}
	
#content ul li {
	font-size: 100%;
	line-height: 140%;
	list-style: outside;
	}
	
#content ol {
	font-size: 100%;
	line-height: 140%;
	}
	
#content ol li {
	font-size: 100%;
	line-height: 140%;
	}
	
#content img { 
	padding:0px;
	margin:0 0 0 0;
	border:none;
	float:right;
	}

	/* end content */

/* FORMS */
#content label, #content input
{
	display:block;
	margin-left:40px;
}

#content label, #content textarea
{
	display:block;
	margin-left:40px;
}

#content label, #content select
{
	/*display:block;
	*/margin-left:40px;
}

#content label
{
	width:350px;
	background: #fff;
	font-weight:bolder;
}

#content input
{
	width:350px;
	background:beige;
	border:1px solid #000;
}

#content input:focus
{
	background:white;
}


#content textarea
{
	width:350px;
	height:100px;
	background:beige;
	border:1px solid #000;
}

#content textarea:focus
{
	background:white;
}

#content button
{
	text-align:center;
	margin-left:40px;
	background:beige;
	border:1px solid #000;	
}

#content button:hover
{
	background:#fff;
}

#content select
{
	width:350px;
	background-color:beige;
}
/**********************************/

/* start breadcrumbs ----------------------------------------------------------*/

/*
#breadcrumbs a {color: #069; text-decoration: underline;}
#breadcrumbs a:link {color: #069;}
#breadcrumbs a:visited {color: #C06;}
#breadcrumbs a:hover {color: #900; text-decoration:underline; }
#breadcrumbs a:active {color: #069;}
*/
#content #breadcrumbs a {color: #000; text-decoration: none;}
#content #breadcrumbs a:link {color: #000; text-decoration: none;}
#content #breadcrumbs a:visited {color: #000; text-decoration: none;}
#content #breadcrumbs a:hover {color: #000; text-decoration:underline; }
#content #breadcrumbs a:active {color: #000; text-decoration: none;}

#content #breadcrumbs p {
	font-size: 9px;
	text-align:left;
	text-indent: 10px !important; /* this overrides the indenting of the main content's p elements */
	padding:0 0 3px 0;
	margin:0;
	background:#fff/*#F3F3F1 url(../images/background_780_breadcrumbs.gif);*//*C5BC9B;*/ /*900 url(../images/primary_nav_bg.gif) repeat-x;*/
	color:#000;
	border-bottom:none;/*1px solid #000;*/
	}
/* end breadcrumbs */

/* start footer ------------------------------------------------------ */
#footer {
	background-color: #900;
	color: #fff;
	font-size: 70%;
	padding-top:3px;
	padding-bottom:3px;
	}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 2px;
	padding: 1px 10px;
	text-align:center;
	}
	
#footer a {color: #666; text-decoration: none;}
#footer a:link, #footer a:visited {color: #fff;}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration:underline;
	color: #FFF;
	}
/* end footer */


/* Table styles --------------------------------------------------------- */

#content table {
	border-collapse: collapse;
	width: 410px;  /*Maximum table width for 780 "A" layouts is 410px. Maximum table width for 780 "B" layouts is 570px. Any larger and float drop will occur. If you increase #content padding value, you will need to decrease this value or float drop will occur.*/
	font-size: small;
	color: #000;
	background-color: #cff;
	border: 1px solid #069;
	margin: 0;
	}
	
#content caption {
 	font-weight: bold;
	color: #036;
	font-size: 95%;
	}

#content table th { 
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 85%;
	background: #ccc;
	border: 1px solid #999;
	text-align: right;
	}

#content table td {
	margin: 0; 
	padding: 5px; 
	font-size: 85%; 
	background: #fff; 
	border: 1px solid #999;
	vertical-align: top;
	text-align: right;
	}
	
/* End Table styles  */

#content #leftColumn1
{width:30%; display:block; float:left; text-align:left; font-weight:bold;}

#content #rightColumn1
{width:69%; display:block; float:right; text-align:left}

/*image library items */

/* Row of Three Images */

#content div.imgRowX3 
{
	float:none;
	display:block;
	padding:6px;
	
}

#content div.imgRowX3 div
{
	float:left;
	margin:7px;
	width: 170px;
	height:auto;
	
}

#content div.imgRowX3 div div
{
	float:left;
	width: 165px;
	height:20px;
}

#content div.imgRowX3 div div p
{	 
	
	font-size: 60%;
	font-weight:bolder;
	
}


/* Row of Two Images */
#content div.imgRowX2 
{
	float:none;
	display:block;
	padding:10px;
	
}

#content div.imgRowX2 div
{
	float:left;
	margin:5px;
	width: 255px;
	height:auto;
	
}

#content div.imgRowX2 div div
{
	float:left;
	width: 250px;
	height:20px;
}

#content div.imgRowX2 div div p
{	 
	
	font-size: 60%;
	font-weight:bolder;
	
}


/* imgCenter400.lbi for images up to 400px wide*/

#content div.imgCenter400
{
	float:none;
	display:block;
	padding:2px;
	margin:0 auto;
	
}

#content div.imgCenter400 div
{
	float:none;
	display:block;
	width: 400px;
	height:auto;
	margin:0 auto;
	
}

#content div.imgCenter400 div div
{
	
	width: 395px;
	height:20px;
	float:none;
	display:block;
	margin:0 auto;
}

#content div.imgCenter400 div div p
{	 
	
	font-size: 60%;
	font-weight:bolder;
	
}

/* imgLeft170.lbi for images up to 170px wide*/

#content div.imgLeft170
{
	float:left;
	
	padding:5px;
	
	
}

#content div.imgLeft170 div
{
	
	margin:2px;
	width: 170px;
	height:auto;
	
}

#content div.imgLeft170 div div
{
	
	width: 165px;
	height:20px;
}

#content div.imgLeft170 div div p
{	 
	
	font-size: 60%;
	font-weight:bolder;
	
}

/* imgLeft250.lbi for images up to 250px wide*/

#content div.imgLeft250
{
	float:left;
	
	padding:5px;
	
	
}

#content div.imgLeft250 div
{
	
	margin:2px;
	width: 255px;
	height:auto;
}

#content div.imgLeft250 div div
{
	
	width: 255px;
	height:20px;
}

#content div.imgLeft250 div div p
{	 
	
	font-size: 60%;
	font-weight:bolder;
}

/* imgRight170.lbi for images up to 170px wide*/

#content div.imgRight170
{
	float:right;
	
	padding:5px;
	
}

#content div.imgRight170 div
{
	
	margin:2px;
	width: 170px;
	height:auto;
}

#content div.imgRight170 div div
{
	
	width: 165px;
	height:20px;
}

#content div.imgRight170 div div p
{	 
	
	font-size: 60%;
	font-weight:bolder;
}



/* imgRight250.lbi for images up to 250px wide*/

#content div.imgRight250
{
	float:right;
	
	padding:5px;
	
}

#content div.imgRight250 div
{
	
	margin:2px;
	width: 255px;
	height:auto;
}

#content div.imgRight250 div div
{
	
	width: 255px;
	height:20px;
}

#content div.imgRight250 div div p
{	 
	
	font-size: 60%;
	font-weight:bolder;
}



/* imgCenter580.lbi for images up to 580px wide*/

#content div.imgCenter580
{
	float:none;
	display:block;
	padding:4px;
	margin:6px;
	margin:0 auto;
	
	
}

#content div.imgCenter580 div
{
	float:none;
	display:block;
	width: 580px;
	margin:0 auto;
	height:auto;
	
}

#content div.imgCenter580 div div
{
	
	width: 575px;
	height:20px;
	float:none;
	display:block;
	margin:0 auto;
}

#content div.imgCenter580 div div p
{	 
	
	font-size: 60%;
	font-weight:bolder;
}
