@charset "utf-8";
/* CSS Document */

html {
	background-color:#11175E;
}

body {
	background-image:url(images/bkg.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

div#container {
	position:relative;
	background-image:url(images/globe.png);
	background-color:transparent;
	background-position:324px 31px;
	background-repeat:no-repeat;
	width:800px;
	height:600px;
	margin:0px;
	overflow:hidden;
}

div#header {
	position:relative;
	background-image:url(images/sub_logo.png);
	background-position:26px 10px;
	background-repeat:no-repeat;
	background-color:transparent;
	margin:0px;
	width:800px;
	height:75px;
}

div#arrow {
	position:relative;
	background-image:url(images/arrow.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:transparent;
	margin:0px;
	width:800px;
	height:90px;
}

div#slogan {
	font-family:Tahoma, Geneva, sans-serif;
	font-style:normal;
	font-size:14px;
	line-height:30px;
	color:#FFFFFF;
	margin-top:0px;
	margin-left:26px;
	width:774px;
	height:30px;
}

div#links {
	font-family:Tahoma, Geneva, sans-serif;
	font-style:normal;
	font-size:12px;
	line-height:17px;
	color:#FFFFFF;
	width:451px;
	margin-top:5px;
	margin-left:261px;
}

div#content_container {
	position:relative;
	float:left;
	display:inline;
	background-image:url(images/lrg_guts.png);
	background-position:left;
	background-repeat:no-repeat;
	background-color:transparent;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:normal;
	font-style:normal;
	text-decoration:none;
	color:#DDDDDD;
	overflow:hidden;
	margin:0px 18px;
	padding:0px;
	width:763px;
	height:431px;
}

.main {
	text-indent:20px;
	width:700px;
	height:370px;
	margin: 30px 30px 5px 30px;
	overflow:auto;
}
table {
	text-indent:0px;
}

.images {
	margin:0px;
}


p {
	margin:0px;
}

.header {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	font-style:normal;
	font-size:21px;
	text-indent:-20px;
	line-height:30px;
	color:#F78F1E;
}

.subheader {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:left;
	font-style:normal;
	font-size:14px;
	text-indent:40px;
	line-height:16px;
	color:#F78F1E;
}


.effect {
	font-style:italic;
	color:#F78F1E;
}

a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:17px;
	font-style:normal;
	text-decoration:none;
	color:#FFF9AE;
}

a:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:17px;
	font-style:normal;
	text-decoration:none;
	color:#F78F1E;
}

a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:17px;
	font-style:normal;
	text-decoration:none;
	color:#FFF9AE;
}

a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:17px;
	font-style:normal;
	text-decoration:none; 
	color:#F78F1E;
}
