/* STRUCTURE */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 720px;
}
#country {
	background-color: #CC0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;
	color: White;
	padding: 3px;
	width: 712px;
	height: 15px;
	border-top: 4px solid Black;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	font-style: normal;
	font-weight: bold;
}
#flash {
	background-color: #D9D9D9;
	width: 720px;
	padding: 0px;
}
#national{
	float:left;
	}
#global{
	float:right;
	}

/* ROUNDED WIDE RECT */

.container {
   width: 100%;
   color: #000;
   background-color: #FFFFFF;
	}
.upperleft { 
	background: url(css_graphics/14_left_top.gif) no-repeat top left;
	}
.upperright { 
	background: url(css_graphics/14_right_top.gif) no-repeat top right;
	}
.lowerleft { 
	background: url(css_graphics/14_left_bottom.gif) no-repeat bottom left; 
	}
.lowerright { 
	background: url(css_graphics/14_right_bottom.gif) no-repeat bottom right;
	}
.rbox-content { 
	padding: 10px;
	text-align: left;
	}
/* TYPE STYLIN */

#international {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: left;
	color: White;
	padding: 3px;
	}
select {
	font: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
p {
	font: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #535353;
	}
table {
	font: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #535353;
	}
a:link, a:visited, a:active {
	font-weight:bold;
	color: #CC0000;
	}
a:hover {
	font-weight:bold;
	color: #FF0000;
	}
h1 {
	font-size:16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align:middle;
	color:#CC0000;
	letter-spacing: 2px;
	padding:10px;
	background-image: url(css_graphics/34_title_red_dotted.gif);
	background-repeat: repeat-x;
	}
#img_right {
	float: right;
	position: relative;
	padding: 10px;
	margin: 0px 0px 15px 15px;
	border: solid 1px #CCCCCC;
	}
#img_left {
	float: left;
	position: relative;
	padding: 10px;
	margin: 0px 15px 15px 0px;
	border: solid 1px #CCCCCC;
	}
	/* SUB NAV STRUCTURE */
#nav {
	float: left;
	width:700px;
	text-align:left;
	padding-top: 8px;
	padding-bottom: 8px;
	height: 14px;	
}	
#nav a:link, a:active, a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
}

#nav a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
}


/* FOOTER */
#footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	}
#footertext a:link, a:visited, a:active {
	color:#CC0000;
	font-weight:bold;
	}
#footertext a:hover {
	color:#FF0000;
	font-weight:bold;
	}
.containerfooter {
   width: 100%;
   background-color: #EFEFEF;
   margin-top:20px;
	}
.upperleft2 { 
	background: url(css_graphics/red_corner_NW.gif) no-repeat top left;
	}
.upperright2 { 
	background: url(css_graphics/red_corner_NE.gif) no-repeat top right;
	}
.lowerleft2 { 
	background: url(css_graphics/red_corner_SW.gif) no-repeat bottom left;
	}
.lowerright2 { 
	background: url(css_graphics/red_corner_SE.gif) no-repeat bottom right;
	}
.rbox-content2 { 
	padding: 5px;
	text-align: center;
	}

