/* General Information */

h1, h2, h3, h4, h5, h6, body, form, ul, dl, ol, li, img, hr {
	margin: 0;
	padding: 0;
}
/* this is a fix for scrolled text display bug in ie - however it causes problems in editable draft view in Contribute
h1, h2, h3, h4, h5, h6, p {
  position: relative;
} 
*/
img {
	border: 0;
}

.float {
	float: left;
}

.invisible {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
}

p {
	padding: 4px 0;
	padding-bottom: 4px
}

.overflow {
	overflow: hidden;
}

.break {
	clear: both;
}

/* General */

body {
	text-align: center;
	background: #e5e5e5;
	font: .75em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

#global {
	text-align: left;
	margin: 0 auto;
	background: #FBFCFE;
	/*wm background-color:#F2F6FB;*/
	width: 900px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#page {
	background: url(../../../images/bgPage.gif) repeat-x;
	padding-top: 16px;
	margin-top: 1px;
	height: 572px;
	min-height: 572px;
}
html>body #page {
	height:auto;
}
#leftSide {
	width: 202px;
	float: left;
}

#container {
	width: 420px;
	padding: 10px;
	background: #fff;
	border: 1px solid #DCE0E2;
	float: left;
	height:auto;
}

#container ul{
	list-style-type: disc;
	padding-left: 12px ;
}

#container li{
	list-style-type: disc;
}

#container2 img {
	padding: 1px;
align: center	}

#container2 h5{
font-size: 1.2em 	

}

#rightSide {
	width: 242px;
	padding-left: 14px;
	float: left;
}

#footer {
}

/* Top Menu */

#menuTop {
	background: #006EB2;
	color: #fff;
	padding: 7px;
}

#menuTop ul {
	padding-left: 70px;
}

#menuTop ul li {
	list-style: none;
	float: left;
	padding-right: 2px;
}

#menuTop ul li a {
	color: #fff;
	text-decoration: none;
}

#menuTop ul li a:hover {
	text-decoration: underline;
}

/* Top */

#top img {
	float: left;
}

/* Menu */

#menu {
	background: url(../../../images/bgMenu.gif) repeat-x #efefef;
	height: 30px;
}

#menu ul {
	padding-left: 200px;
	height: 30px;
	line-height: 30px;
	float: left;
}

#menu ul li {
	float: left;
	list-style: none;
	border-left: 1px solid #fff;
}

#menu ul li a {
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #1962AC;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu .about {
	width: 104px;
}

#menu .news {
	width: 100px;
}

#menu .resources {
	width: 117px;
}

#menu .contact {
	width: 115px;
}

/* Search */

#search input {
	background: #F7F7ED;
	float: left;
	margin: 5px 5px 0 0;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	width: 98px;
	height: 15px;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#search .btSearch {
	background: none;
	border: none;
	color: #006EB2;
	text-align: left;
	font-weight: bold;
	width: auto;
	cursor: pointer;
}

/* Left Menu */

.leftMenu {
	padding-left: 65px;
	margin-bottom: 10px;
}

.leftMenu li {
	background: url(../../../images/arrowSubMenu.gif) no-repeat 10px 12px;
	list-style: none;
	width: 100px;
	border-top: 1px dotted #ABADAF;
	padding: 5px 2px 5px 25px;
}

.leftMenu li a {
	color: #006EB2;
	display: block;
	text-decoration: none;
}

.leftMenu li a:hover {
	color: #666;
	text-decoration: underline;
}

/* Blue Box */

.blueBox {
	width: 168px;
	margin-left: 17px;
}

.blueBox img {
	float: left;
}

.containerBlueBox {
	background: #F1F8FD;
	color: #999;
	padding: 5px;
	border-left: 1px solid #B2D5ED;
	border-right: 1px solid #B2D5ED;
	line-height: 1.9em;
}

.blueBox .containerBlueBox h4 {
	/*background: url(../../../images/arrow.gif) no-repeat 1px;*/
	/*padding: 2px 0 0 20px;*/
	margin-bottom: 5px;
	color: #1962AC;
	font-size: 1em;
}

.blueBox .containerBlueBox h3 {
	margin-bottom: 5px;
	color: #1962AC;
	font-size: 1.1em;
	margin-left:0.3em;
}

.blueBox .containerBlueBox li a{
	color: #666;
	text-decoration: none;
	margin-left:0.3em;
}

.blueBox .containerBlueBox ul li a:hover {
	text-decoration: underline;
}

.blueBox .containerBlueBox h5 {
	font-size: 1em;
line-height: .4em;
}

.containerBlueBox p {
	padding: 0px;
	line-height: .3em;
}

/* Right Side */

#rightSide h4 {
	background: url(../../../images/arrow.gif)     no-repeat 1px;
	padding: 2px 0 0 20px;
	margin-bottom: 5px;
	color: #1962AC;
	font-size: 1.1em;
}

/* Gray Box */

.grayBox {
	width: 174px;
	margin-bottom: 22px;
}

.grayBox img {
	float: left;
}

.grayBox ul {
	padding: 2px 0 0 20px;
	background: #efefef;
	
}

.grayBox li { 
	list-style-type: disc;
	 }
	 
.grayBox .containerGrayBox h5 {
	font-size: 1em;
}

.containerGrayBox {
	background: #efefef;
	color: #666;
	padding: 10px;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	line-height: 1.2em;
}

.containerGrayBox p {
	padding: 0px;
	line-height: 1.2em;
}

.containerGrayBox h5 {
	color: #1962AC;
}

.containerGrayBox a {
	color: #1962AC;
	text-decoration: none;
}

.containerGrayBox a:hover {
	text-decoration: underline;
}

/* Box Login */

#login input {
	background: #F7F7ED;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	width: 146px;
	height: 15px;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#login .btEnter {
	background: url(../../../images/bgButton.gif) repeat-x;
	border: 1px solid #999;
	color: #006EB2;
	text-align: center;
	font-weight: bold;
	width: 148px;
	height: 22px;
	line-height: 20px;
	cursor: pointer;
}

#login p {
	margin: 8px 0;
}

/* Container */

h3 {
	font-size: 1.5em;
	color: #1962AC;
}

h4 {
	font-size: 1.2em;
	color: #1962AC;
}

.boxes a, .boxLinks a  {
	color: #1962AC;
	text-decoration: none;
}

.boxes a:hover, .boxLinks a:hover  {
	text-decoration: underline;
}

.boxLinks p  {
	padding: 1px 0;
}

#container2 {
	width: 442px;
	float: left;
}

.boxes {
	width: 430px;
	padding: 5px;
	margin-bottom: 7px;
	background: #fff;
	border: 1px solid #DCE0E2;
	float: left;
	overflow:hidden;
}

.boxLinks {
	width: 410px;
	padding: 15px;
	margin-bottom: 7px;
	background: #fff;
	border: 1px solid #DCE0E2;
	float: left;
}

.container2 a, #container a  {
	color: #1962AC;
	text-decoration: none;
}

.container2 a:hover, #container a:hover  {
	text-decoration: underline;
}

.photo {
	border: 1px solid #666;
	width: 418px;
	height: 205px;
}

.photo2 {
	border: 1px solid #666;
	width: 225px;
	height: 170px;
	float: left;
	margin-right: 10px;
}

.photo3 {
	border: 1px solid #666;
	width: 165px;
	height: 98px;
	float: left;
	margin-right: 10px;
}

.hrLine {
	height: 1px;
	border-bottom: 1px dotted #ccc;
	margin: 5px 0;
}

/* Form */


#formSign .errorFalse {
	display: none;
}
#formSign .errorTrue {
	color: #c00;
}

#formSign p {
	padding: 8px 0;
}

#formSign label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

#formSign input,  #formSign select {
	background: #F9FBFD;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	width: 195px;
	height: 18px;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#formSign textarea {
	background: #F9FBFD;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	width: 195px;
	height: 60px;
	font: 1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#formSign .fieldCheck {
	padding: 8px 0;
}

#formSign .fieldCheck2 {
	padding-left: 160px;
	margin-top: -5px;
}

#formSign .fieldCheck2 label {
   text-align: left;
   width: 250px;
   margin: 0;
   float: left;
   display: inline;
}

#formSign .checkbox {
	background: none;
	float: left;
	border: none;
	width: auto;
	height: auto;
}

#formSign .bt {
	background: url(../../../images/bgButton.gif) repeat-x;
	border: 1px solid #999;
	color: #006EB2;
	text-align: center;
	font-weight: bold;
	width: 148px;
	height: 22px;
	line-height: 20px;
	cursor: pointer;
}

#formSign .tick {
	width: 380px;
	text-align: left;
	float: left;
}

/* Footer */

#footer {
	padding: 0 0 20px 20px;
	margin-top: 20px;
}

#footer p {
	color: #999;
	line-height: 1em;
	font-size: .8em;
}

#footer span {
	padding-left: 50px;
}

#footer a {
	color: #999;
	text-decoration: none;
	font-size: 1.2em;
}
#footer a:hover {
	text-decoration: underline;
} center;
	font-weight: bold;
	width: 148px;
	height: 22px;
	line-height: 20px;
	cursor: pointer;
}

#formSign .tick {
	width: 380px;
	text-align: left;
	float: left;
}

/* Footer */

#footer {
	padding: 0 0 20px 20px;
	margin-top: 20px;
}

#footer p {
	color: #999;
	line-height: 1em;
	font-size: .8em;
}

#footer span {
	padding-left: 50px;
}

#footer a {
	color: #999;
	text-decoration: none;
	font-size: 1.2em;
}
#footer a:hover {
	text-decoration: underline;
}ver {
	text-decoration: underline;
}
}