body {
	background: #fff url('images/bg2.jpg') repeat-y scroll top center; 
/* 	background-image: url('images/bg.jpg'), url('images/bg5.jpg');
	background-repeat: repeat-y, repeat-y;
	background-position: center top, center top;
*/
	margin:0;
	padding:0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

* {
	margin:0;
	padding:0;
}

hr{
	background-color:#2b479a;
	color:#2b479a;
	border-bottom: 1px solid #2b479a;
}

li{
	text-align: justify; 
}
/* trigger */
h2.trigger {
	padding: 4px;
	background: #fff url(images/plus.png) no-repeat;
	background-position: left center;
	padding-left:55px;
	color: #4c63ae;
	height: 25px;
	width: 660px;	
	float: left;
	border-bottom: 2px solid #ddd;
	border-bottom-style: groove;
}

h2.trigger a {
	color: #333; 
	text-decoration: none;
	display: block;
}

h2.trigger a:hover {  
	text-decoration: none; 
	color: #000; 
	border:0px;
}

h2.active {
	background: #fff url(images/minus.png) no-repeat;
	background-position: left center;
	border-bottom: 0px;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {
	margin: 0px;
	padding-right: 2px;
	border: 0;
	background: #fff;
	overflow: hidden;
	font-size: 14px;
	font-style: italic;
	width: 100%;
	clear: both;
}
.toggle_container .block {
	width: 97%;
	padding: 0px 5px 10px 10px; /*--Padding of Container--*/
	background: #fff;
}

/*My trigger*/
h5.trigger {
	background: #fff url(images/plus_small.png) no-repeat;
	background-position: left;
	padding-left:10px;
	color: #4c63ae;
	height: 24px;
	width: 690px;	
	float: left;
	vertical-align:middle;
}
h5.trigger a {
	color: #333; 
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-top: 4px;
}

h5.trigger a:hover {  text-decoration: none; color: #000; border:0px;}

h5.active {
	background: #fff url(images/minus_small.png) no-repeat;
	background-position: left;
	

} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container_inside {
	margin: 0px;
	padding: 0px;
	border: 0;
	background: #fff;
	overflow: hidden;
	font-size: 12px;
	width: 100%;
	clear: both;
}
.toggle_container_inside .block {
	width: 100%;
	padding: 0px; /*--Padding of Container--*/
	background: #fff;
}

/** element defaults **/
table {
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #fff;
	background: #fff none repeat-x scroll left top;
}

td {
	background: #fff;
	border-bottom:1px solid #ccc;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px;
	color:#000000;
	text-align: justify; 
}

a {
	color: #111;
}

a:hover {
	color: #2975bd;
}

a:focus {
	outline: none;
}

h1 {
	color: #243d93;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	letter-spacing: 0.5px;
	font-weight: normal;
	padding: 0 0 5px;
	margin: 0;
}

h2 {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 10px;
}

h3 {
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #333333;
}

h4 {
	padding-bottom: 5px;
	font-size: 13px;
	color: #333333;
}

h5 {
	padding-bottom: 10px;
	font-size: 12px;
	color: #333333;
}

h6 {
	font-size: 15px;
	color:#333333;
	text-align:center;
}


ul, ol {
	margin: 0px 0px 15px 15px;
}

li {
	padding-bottom: 5px;
	line-height: 1.3em;
}

li ol, li ul {
	margin-bottom: 0;
	padding-top: 0px;

}

#container2 {
    width:100%;
}

#pdf {
    width:200px;
    z-index:1;
}

#layer_over_pdf {
    width:200px;
    z-index:2;
}

#pdf, #layer_over_pdf {
    position:absolute;
    top:0;
    left:0;
}

#container {
	width: 960px;
	margin:0 auto;
	padding: 0;
}

#header {
	background: #fff url('images/header.jpg') no-repeat;
	padding: 0;
	margin: 0 auto;
	height: 160px;
}

#header h1  {
	padding-top: 50px;
}

#header h1 a {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 57px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -5px;
	float: left;
}

#header h1 a strong {
	font-weight: normal;
	color: #ccc;
}

#header h2 {
	color: #ffffff;
	float: left;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 12px;
	margin-top: 30px;
	padding-left: 4px;
	text-transform: uppercase;
	letter-spacing: 0;
}

#nav {
	background: #2975bd;
	height: 38px;
	width: 960px;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 40px;
}

#nav ul li {
	float: left;
	display: block;
	padding: 0;
}

#nav ul li a {
	color: #ffffff;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 2px;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
	float: left;
}

#nav ul li a:hover {
	background: #5490cc;
	color:#ffffff;
	font-weight:bold;
}

#body {
	float: left;
	background: #fff none repeat-y scroll 0 0;
	margin:0 auto;
	padding: 20px 15px;
	width: 780px;
}

#content {
	float: right;
	width: 590px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	overflow: hidden;
}

.HoverBorder {
	border:2px solid #000;
}

.HoverBorder:hover {
	border:2px solid #2975bd;
}


.rightside {
	width: 130px;
	padding: 0;
	padding-right: 20px;
	float: right;
}

.rightside a:hover {
	color: #2b479a;
}

.rightside h4 {
	color: #2b479a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0;
	padding: 0px 0px;
	font-weight: 600;
}

.rightside h3 {
	color: #2b479a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	margin: 0;
	padding: 0px 0px;
	font-weight: normal;
}


.sidebar {
	width: 160px;
	padding: 0;
	float: left;
	margin-left: 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 0px 0px;
	margin: 0;
	line-height: 1.3em;
	font-size: 11px;
	text-align: right;
	color: #ffffff;
}

.sidebar li ul li a {
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
}

.sidebar li ul.blocklist li {
	padding: 0;
	display: inline;
}

.sidebar li ul.blocklist li a {
	display: block;
	padding: 5px 5px;
	background-color: #2975bd;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}

.sidebar li ul.blocklist li a:hover {
	color: #ffffff;
	background-color: #5490cc;
	font-weight:bold;
}

.sidebar li ul li a:hover {
	color: #111111;
}

.sidebar h3 {
	color: #2b479a;
}

.sidebar h4 {
	color: #2b479a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	margin: 0;
	padding: 1px 10px;
	font-weight: normal;
}



.clear {
	clear: both;
}

/*sponsors banner*/
.photobanner {
    height: 135px;
    width: 1950px;
}

.first {
    -webkit-animation: bannermove 10s linear infinite;
       -moz-animation: bannermove 10s linear infinite;
        -ms-animation: bannermove 10s linear infinite;
         -o-animation: bannermove 10s linear infinite;
            animation: bannermove 10s linear infinite;
}
 
@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -1125px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -1125px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -1125px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -1125px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -1125px;
 }
 
}
/*sponsors banner*/


#footer {
	float: left;
	width: 960px;
	height: 15px;
	margin:0 auto;
}

.footer-content {
	background: #2975bd; 
}

#footer p {
	text-align: right;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-right:10px;
}

#footer p a {
	color: #ffffff;
}