/*******************************************************************
************            Elements                   *****************
*******************************************************************/

* {
	margin: 0;
	padding: 0;
}


html {
	/*height: 100%;*/
	/*background: url(images/html_bg.gif) bottom left repeat-x;*/
}

body {
	/*height: 100%;*/
	font-size: 85%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff url(images/body_bg3.jpg) repeat-x;
}

a:link {
	text-decoration: none;
	color: #FF6633;
	}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #FF6633;
}

a.link {
	text-decoration: underline;
	color: #FF6633;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.linkright {
	text-decoration: underline;
	color: #FF6633;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

	
/*******************************************************************
*************    Layout                                  ***********
*******************************************************************/

#page {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	font-size: 12px;
	min-height: 100%;
	position: relative;
}

#header {
	position: relative;
	background: #efefef url(images/header_bg.jpg) 0 0 no-repeat;
	margin: 0;
	float: left;
	display: inline;
	width: 760px;
	height: 155px;
	padding: 0;
}
	
	#header h1  {
		margin: 0;
		padding: 0;
		width: 1px;
		height: 119px;
		display: block;
		text-indent: -99999px;
		outline: none;
	}
	
	#header img {
		display: none;
	}
	
.currentpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6633;
}

.hidden {
	color: #E7E7DE;
	text-decoration: none;
}
.analysisPicture {
	border: none;
}
#story {
	background-color: #FFFFFF;
}



.style3 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style6 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6633;
	font-weight: normal;
	background-image: url(images/home_box_h2_bg.gif);
	background-repeat: repeat-x;
	padding-top:5px;
	padding-bottom:5px;
	border: thin solid #999999;
}

.style7 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6633;
	font-weight: normal;
	padding-top:5px;
	padding-bottom:5px;
}

.style20 {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

	body {
		margin:0px 0px 0px 0px;
		}
	
	#leftcontent {
	float:left;
	width:550px;
	margin-right:15px;
	padding-bottom:20px;
	}
/*******************************************************************
*************    Right Column Layout                    ***********
*******************************************************************/
	#rightcontent {
	margin-right:10px;
	padding-bottom:20px;
		}
		
	p,h1,pre {
		margin:0px 30px 10px 30px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	#rightcontent p {
		font-size:10px;
		margin-left:0px;
		}
.style11 {font-family: Arial, Helvetica, sans-serif; color: #666666;}


.RightHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6633;
}

.style12 {
	color: #000000;
	font-weight: bold;
}
/*******************************************************************
*************    Login Details Layout                    ***********
*******************************************************************/
.RightHeading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6633;
	}

.tablehead {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6633;
	font-weight: normal;
	background-image: url(images/home_box_h2_bg.gif);
	background-repeat: repeat-x;
	padding-top:5px;
	padding-bottom:5px;
	border: thin solid #999999;
}
.style4 {
	color: #0066ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Box { background: #FF9900;
     color: #0066ff;
     font-family: verdana,arial,helv;
     font-size: 9pt;
     
}

.color1 {
        color: #FFFFFF;
        background: #1E90FF;
        
        }
	
		/*******************************************************************
*************    Contact Form Layout                   ***********
*******************************************************************/
	.textInput,textarea{  /* General style for my inputs when they're not highlighted */
  width:300px;  
  background-color:#FFFFFF;
  border:1px solid #000;
}


.inputHighlighted{  /* Highlighting style */
  background-color:#317082;
  color:#FFF;
  width:300px;
  border:1px solid #000;
}
	/*******************************************************************
*************    Footer Layout                    ***********
*******************************************************************/
#footer {
	clear: both;
	color: #C3DCEA;
	font-size: .8em;
	margin: 0 auto;
	padding: 0;
	background: #1D6089 url(images/footer_bg.gif) top left repeat-x;
	overflow: hidden;
	width: 760px;
	height: 41px;
}

#footer p.copy {
	display: inline;
	float: left;
	height: 100%;
	padding: 15px 15px 0 35px;
	background: #1C5577 url(images/footer_copy_bg.gif) top left no-repeat;
}
