/* @group Overall Page Schema */

#whole_body {
	width: 950px;
}

#header {
	width: 950px;
}

#trunk {
	width: 950px;
}

#navigation {
	width: 200px;
	float: left;
	text-align: center;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigation img {
	padding-top: 5px;
}

#content {
	width: 730px;
	float: left;
	background-color: white;
	vertical-align: top;
	padding: 10px;
}

#login_section {
	 position: relative;
	 text-align:center;
}

#footer {
	width: 950px;
	text-align: center;
	font-size: small;
	color: white;
	padding-top: 10px;
	float: left;
}

/* @end */

/* @group General All-Purpose Tag Styles */

body {
	background-color: black;
	font-size: small;
}

body, p, h1, h2, h3, h4, li, ul {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: black;
}

.clear {
	clear: both;
}

p {
	font-size: small;
}

h1 {
	font-size: x-large;
	text-align: center;
}

h2 {
	font-size: large;
	text-align: center;
}

h3 {
	font-size: medium;
	font-weight: bold;
	margin-top: 0px;
}

h4 {
	font-size: small;
	/*text-align: center;*/
	margin-top: 0px;
}

a {
	color: maroon;
}

.quiet {
	font-size: xx-small;
	color: grey;
}

.center {
	text-align: center;
}

.full_width {
	width: 725px;
}

.new_link {
	background-color: lightgrey;
	float: right;
	padding: 5px;
	border: thin dashed black;
	margin-bottom: 5px;
}

/* @end */

/* @group Table Styles */

.cjdi_table {
	width: 95%;
}

.cjdi_table th {
	background-color: black;
	color: white;
}

.cjdi_table td {
	vertical-align: top;
}

.even {
	background-color: lightgrey;
}

/* @end */

/* @group Home Page */

.center_strip {
	width: 499px;
	float: left;
	padding-right: 5px;
}

.right_strip {
	width: 206px;
	float: left;
	text-align: center;
}

.right_strip img {
	
}

.more_link {
	background-color: lightgrey;
	float: right;
	padding: 5px;
	border: thin dashed black;
	margin-bottom: 5px;
	font-size: x-small;
}

.map_header {
	margin: 10px;
}

#map_canvas {
	width: 485px;
	height: 300px;
	margin-bottom: 10px;
}

/* @end */

/* @group News */

.news_item {
	border: thin dotted black;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: x-small;
}

.news_photo {
	float: left;
	margin-right: 5px;
	border: 0px;
}

.news_thumbnail {
	border: 0px;
}
/* @end */

/* @group Affiliates, Countries, Organizations */

#first_third {
	width: 220px;
	float: left;
	padding: 5px;
}

#second_third {
	width: 270px;
	background-color: lightgrey;	
	float: left;
	padding: 5px;
}

#third_third {
	width: 200px;	
	float: left;
	padding: 5px;
}

#first_half {
	width: 50%;
	float: left;
}

#second_half {
	width: 50%;
	float: right;
}

.country_group {
	margin-bottom: 20px;
	border: thick double maroon;
	padding: 10px;
}

.flags {
	border: 0px;
	margin-right: 5px;
	float: left;
}

.boxed_in {
	border-width: medium;
	border-style: double;
	padding-left: 40px;
}

/* @end */

/* @group Media
 */

#gallery {
	width: 725px;
}

.gallery_photo {
	float: left;
	width: 125px;
	height: 210px;
	padding: 2px;
	margin: 5px;
	text-align: center;
}

.short_gallery_photo {
	float: left;
	width: 125px;
	height: 150px;
	padding: 2px;
	margin: 5px;
	text-align: center;
}

#photo_show {
	width: 410px;
	text-align: center;
	margin: auto;
}

.gallery_photo a, .short_gallery_photo a {
	text-decoration: none;
}

.gallery_photo img, .short_gallery_photo img {
	border: 0px;
}

.gallery_caption {
	font-size: small;
	font-weight: bold;
}

.gallery_subcaption {
	font-size: x-small;
}

.show_caption {
	font-size: large;
}

.description {
	text-align: center;
}

.associated_links {
	margin-top: 20px;
	font-size: medium;
}

/* @end */