@charset "utf-8";
body {
	font: 0.9em Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #636363;
	margin-top: 10px;
}
#container {
	width: 975px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
}
#header {
	padding: 0 0px 0 00px;  
	height: 267px;
	width: 975px;
}
#navigation {
	background: url(images/nav_bg.gif);
	padding: 0 0px;  
	height: 42px;
	width: 975px;
}
#header h1 {
	margin: 0; 
	padding: 0px 0; 
}
#page {
	padding: 0 0px; 
	background: url(images/page_bg.gif);
}
#mainContent {
	padding: 0 0px 0px; 
	font-size: 1em;
}

#hometext {
	float: left; 
	width: 780px; 
	padding: 0px;
	background: no-repeat;
	text-align: left;
	height: 200px;
}

#footer {
	width: 975px; 
	text-align: right;
	margin: 0;
	font-size: 1em;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* LINKS */

a:link {
	color: #2078be;
		text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #00ff00;
	text-decoration: none;
}

a:visited {
	color: #2078be;
	text-decoration: none;
}

/* TEXT */

.titles {
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #2e3092;
}

.smalltext {
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: ;
}

/* CONTENT */

a img {
	border: none;
}
hr {
	border-top: 1px dotted #2E31B9;/*the border*/
	width: 975px;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	padding-bottom: 10px;
	padding-top: 10px;
} 

/* FOOTER */

#company p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#company {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0;
	background: url() no-repeat;
	font-size: 0.7em;
	text-align: left;
}

.credit {
	color: #636363;
	text-align: right;
	float: right;
	font-size: 90%;
	text-align: right;
	width: 184px;
	clear: none;
}

.hyperlinx a:hover
{ background: #ffffff;
  color: #27beb3;
  border-color: #ffc20d;
  text-decoration: none;
  border-bottom: 1px dashed;
  text-align: right;
}

#container #footer #credit {
	font-size: 0.7em;
}

/* BUTTONS */

a.button { background:url(images/panel1.gif) repeat 0px 0px; width: 204px; height: 141px; display: block; }

a.button span { display: none; }

a.button:hover { background: url(images/panel1.gif) repeat 0px -141px; }


a.button2 { background:url(images/panel2.gif) repeat 0px 0px; width: 204px; height: 141px; display: block; }

a.button2 span { display: none; }

a.button2:hover { background: url(images/panel2.gif) repeat 0px -141px; }


a.button3 { background:url(images/more_button.gif) repeat 0px 0px; width: 79px; height: 36px; display: block; }

a.button3 span { display: none; }

a.button3:hover { background: url(images/more_button.gif) repeat 0px -36px; }

/* FORM */

#myButton{ 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11pt;
font-weight: normal;
color : #000066;
 }
 

#myInput{
	font-family : Arial, Helvetica, sans-serif;
	background-image: url(images/);
	background-color : #FFF;
	border: 1px solid #999999;
	font-size : 12pt;
	font-weight: normal;
	color : #636363;
}

.boxes {
	background-image: url();
	border: 1px solid #707070;

	}
.boxes1 {
background-image: url();
border: 1px solid #707070;
	
	}
	
	
