/* Curve CSS General Style Info */

body {
	background-color: #DDD8E0;
	font-family: 'Courier New', Courier, monospaced;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #111111;
	margin: 0px;
	padding: 20px;
	overflow-y: scroll;
	overflow-x: auto
}

a:link {
	color: #111111;
	text-decoration: underline;
	font-weight: normal;

	}
	
a:visited { 
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #18e204;
	text-decoration:none;
}

a:active {
	color: #18e204;
	text-decoration:none; 
}

img {
	margin: 0px;
	padding: 0px;
}

a img {
	border:none;
}

 .superscript{
	font-size: 16px; 
}

/* Layout */

#home {
	background: url(../img/jan2011_home.jpg) no-repeat;
	background-color: #fff;
	width: 978px;
	height: 598px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #111111;
	clear: both;
}

#container {
	text-align: left;
	background-color: #fff;
	width: 978px;
	min-height: 610px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #111111;
	clear: both;
}

#content {
	background: transparent;
	width: 640px;
	margin: 0px 0px 0px 298px;
	padding: 15px 30px 30px 0px;
	position: relative;
}

    #content p, #content span {
		font-family: 'Courier New', Courier, monospaced;
		font-size: 12px;
		line-height:16px;
		color: #111111;
		text-align: justify;
		margin-top: 0px;
	}
	
#screen {
	height: 400px;
	width: 978px;
	overflow: hidden;
}

#logos {
	height: 32px;
	width: 240px;
	margin: 0 auto;
	padding: 0px 0px 5px 0px;
}

#col140 {
	width: 215px;
	float: left;
}

#col500{
	width: 425px;
	float: right;
}

#clear {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	width: 978px;
	margin: 0 auto;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	text-align: Center;
	clear: both;
}

/*Edge*/

#box {
	position: relative;
	left: 5px;
	top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

	#box .line1,
	#box .line2,
	#box .line3,
	#box .line4,
	#box .line5,
	#box #container,
	#box #home {
		position: relative;
		left: -2px;
		top: -2px;
	}

	#box .line2,	 
	#box .line3,
	#box .line4,
	#box .line5,
	#box .line5 {
		background: #fff;
		width: 980px;
		margin: 0px auto;
		padding: 0px;
		border-top: 1px solid #000;
		border-left: 1px solid #000
	}

	#box .line1 {
		background: #fff;
		width: 980px;
		margin: 0px auto;
		padding: 0px;
		border: 1px solid #000;
	}	 

/* navigation */

#navigation {
	width:260px;
	height: 100%;
	margin: 0px;
	padding: 15px 0px 50px 35px;
	float: left;
}

#navigation a {
	font-family: 'Courier New', Courier, monospaced;
	font-size:12px;
	line-height:16px;
	color:#111111;
	text-decoration: none;
}

#navigation a:hover, #navigation .active a {
	color: #18e204;
}

ul.nav, ul li.nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.drop, ul li.drop  {
	list-style-type: square;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	*margin-top: -14px; /*fix gap in IE */
}

/*footer navigation*/

#footer  a {
	color: #111111;
	text-decoration: none;
}

#footer  a:hover, #footer .active a {
	color: #18e204;
	text-decoration: none;
}

/*Old rollovers
.facebook {	background: transparent; width: 120px; height: 32px; margin: 0;	padding: 0;	float: left;}
.facebook a:hover {	background: url(../img/facebook.png) no-repeat;	width: 120px; height: 32px;	margin: 0; padding: 0; float: left;}
.facebook a:hover img {	visibility:hidden}

.twitter {background: transparent; width: 120px; height: 32px; margin: 0; padding: 0; float: left;}
.twitter a:hover {background: url(../img/twitter.png) no-repeat; width: 120px; height: 32px; margin: 0; padding: 0; float: left;}
.twitter a:hover img {visibility:hidden}*/

.facebook a { 
	background: url(../img/facebook.png); 
	width: 120px;
	height: 32px;
	margin: 0;
	padding: 0;
	float: left;
}

.facebook  a:link, .facebook  a:visited { background: url(../img/facebook_grey.png) }
.facebook a:hover , .facebook  a:focus { background: url(../img/facebook.png); }

.twitter a { 
	background: url(../img/twitter.png); 
	width: 120px;
	height: 32px;
	margin: 0;
	padding: 0;
	float: left;
}

.twitter  a:link, .twitter  a:visited { background: url(../img/twitter_grey.png) }
.twitter a:hover , .twitter  a:focus { background: url(../img/twitter.png); }

