* {
	margin : 0px;
	padding : 0px;
}




body {
	color : #7B7B7B;
	text-align : center;
	font-family : tahoma, sans-serif;
	font-size : 9px;
	}

a {
	color :#106da7 ;
}

a:hover {
	color : #7B7B7B;
	text-decoration : none;
}

.error_str{ font-family:Verdana; font-size:12px; color:#FF0000;}
/* Header Style */

#header{
margin : 0 auto;
padding: 5px 0 0 0;
background-image:url(images/header.png);
background-position:top center;
background-repeat:repeat-x;
width : 830px;
overflow : hidden;
height:154px;

}

#small{
float:right;
display:inline;
margin:7px 109px 0 0
}
#small a{
display:block;
float:left;
margin:0 0 0 11px
}

table {
	font-size:13px;
	color:#333;
	}

/* Menu Style */



#menu{
margin : 0px auto;
background-image:url(images/menubg.gif);
background-position:top center;
background-repeat:repeat-x;
width:830px;
height:29px;
}

#tmen {
margin: 0;
padding: 0;

}

#tmen li {
list-style: none;
display: inline;
text-decoration: none;
}
#tmen li a {
text-decoration: none;

}
#tmen ul {
margin: 0;
padding: 0;
list-style: none;
border-bottom: 1px solid #ccc;
text-decoration: none;
}
#tmen ul li {
position: relative;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#tmen li ul {
text-decoration: none;
position: absolute;
display: none;
}
/* Styles for Menu Items */
#tmen ul li a {
display: block;
font-style: italic;
text-decoration: none;
color: #777;
background: #fff; /* IE6 Bug */
padding: 5px;
border: 1px solid #ccc;
border-bottom: 0;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* * html ul li a { height: 1%; }
*/* End */
#tmen ul li a:hover {color: #E2144A; background: #f9f9f9; font-style: italic; } /* Hover Styles */
#tmen li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
#tmen li:hover ul, li.over ul { display: block; } /* The magic */

.buttoff {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 200;
		font-weight:bold;
        background-color: #c80000;
        color: #FFFFFF;
        text-align: center;
        vertical-align: middle;
        border-top-width: 1px; 
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #FF4444;
        border-right-color: #770000;
        border-bottom-color: #770000;
        border-left-color: #FF4444;
        height: 18px;
}
.buttoff a:link{
        color: #FFFFFF;
}
.buttoff a:visited{
        color: #FFFFFF;
}

/* Main Body Style */

#page_wrapper {
	margin : 0px auto;
	width : 830px;
	text-align : justify;
	display : block;
	clear : both;
	  
}

#page_leftcol {
	width : 179px;
	float : left;
}
#page_middlecol {
	width : 450px;
	float : left;
}
#page_middlecol1 {
	width : 650px;
	float : left;
}
#page_maincol {
	margin-left : 14px;
	margin-bottom : 8px;
	width : 420px;
	float : left;
}

#page_rightcol {
	margin-left :3px;
	width : 190px;
	float : right;
	}
#page_maincol2 {
	margin-bottom : 8px;
	width : 636px;
	float : left;
}
#page_maincol3 {
	margin-bottom : 8px;
	width : 833px;
	float : left;
}
#page_wrapper2 {
	margin : 0px auto;
	width : 633px;
	text-align : justify;
	display : block;
	clear : both;
}
#page_wrapper3 {
	margin : 0px auto;
	width : 836px;
	text-align : justify;
	display : block;
	clear : both;
}
/* Left Column Style */
#browse {
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;
	background: white;
	border-bottom: 2px solid white;
}

#browse dt {
	background: #c80000 url(images/dt_bg.gif) bottom repeat-x;
	color: #fff;
	margin: 2px 2px 1px 2px;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

#browse dd {
	background: #227293;
	border-bottom: 1px solid #659db4;
	padding: 0;
	margin: 2px;
}

#browse dd a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}
#browse .lsub {
	color: white;
	font-weight: bold;
	margin-left:8px;
	text-decoration: none;
	display: block;
	padding: 3px 12px;
}

* html #browse dd {
	padding: 3px 22px;
	padd\ing: 0;
}

* html #browse dd a {
	display: inline;
	display: block;
}

#browse dd a:hover {
	background: #74a7b7;
}

#browse .first {
	padding-top: 10px;
}

#browse .last {
	padding-bottom: 8px;
	border-bottom: 1px solid white;
	}

#browse .text, #browse select {
	width: 140px;
}

#browse form {
	margin: 0;
	padding: 0;
}

#browse form div {
	padding-bottom: 8px;
	width: 145px; 
}

.softright {
	text-align: right;
}
/* from here let box out */

.leftcol_box {
	width : 177px;
	background-image:url(images/leftstrip.png);
    background-repeat:repeat-y;
	background : #fff;
	overflow : hidden;
	display : block;
	clear : both;
}

.leftcol_box h2 {
	padding : 7px 0px;
	width : 177px;
	height : 11px;
	color : #fff;
	font-size : 11px;
	line-height : 11px;
	font-weight : bold;
}

.leftcol_box h2 span {
	left : 13px;
	display : block;
	position : relative;
}

.leftcol_box .content {
	margin : 15px 14px;
	width : 149px;
}

.leftcol_box .footnote {
	padding-left : 5px;
	padding-right : 5px;
	text-align : justify;
	color : #949393;
	clear : both;
}

.leftcol_box form {
	width : 149px;
	float : none;
}

.nav{
color:#d04a10;
display:block;
font-size:1.1em;
font-weight:700;
margin-bottom:1px;
padding:2px 2px 2px 10px;
position:relative;
text-decoration:none;
width:125px;
}

.nav:hover{
border:1px solid #fa9035;
color:#505050;
padding:1px 1px 1px 9px;
}

.sub{
font-size:1.0em;
margin-left:6px;
padding:1px 1px 1px 6px;
width:105px;
}

.sub:hover{
border:1px solid #fa9035;
color:#505050;
padding:0 0 0 6px;
}


.hide{
display:none;
}



/* Login Box  d5e1f0*/




/* Main Column Midle Style */

#maincol_top {
	margin-top : 13px;
	width : 410px;
	height : 137px;
	background : url('images/maincol_bg.gif') repeat-x 0px 0px;
	overflow : hidden;
}

#maincol_top h2 {
	width : 121px;
	height : 32px;
	background : url('images/maincol_header.gif') no-repeat 0px 0px;
}



#maincol_top .content {
	position : absolute;
	margin-left : 95px;
	width : 275px;
	color : #fff;
}



#maincol_top a {
	color : #fff;
	font-weight : bold;
	text-decoration : none;
}

#maincol_top a:hover {
	text-decoration : underline;
}

   .maincol_box {
	width : 633px;
	background: url(images/page_bg.gif);
	overflow : hidden;
   	}

#page_wrapper2 {
	margin : 0px auto;
	width : 633px;
	text-align : justify;
	display : block;
	clear : both;
	  
}
.maincol_box h2 {
	width : 408px;
	height : 26px;
}


.floatleft{
float:left
}


.block{
font-size:120%;
font-family:verdana,arial,sans-serif;
color:#717171;
padding:5px 4px 8px 3px;
margin:0 0 0 0 ;

}
.block1{
font-size:120%;
font-family:verdana,arial,sans-serif;
color:#717171;
padding:5px 4px 8px 3px;
margin:0 0 0 0 ;
background-color:#E4E4E4;
}

.block2{
background-image:url(images/body_background1.gif);
background-position: top right;
background-repeat:repeat-y;
font-family:Arial;
font-size:12px;
text-align:left;
color:#717171;
padding:5px 0 8px 3px;
margin:0 8px 0 0 ;
}
.border{
border-bottom:1px solid #d4d4d4
}
.block strong,.block1 strong, .block2 strong{
text-align: justify;
font-size:12px;
color:#e56506
}

.pad{
padding:10px 20px 10px 24px;
text-align:justify;
color:#000000;
}
.padhead{
padding:10px 0 10px 14px;
text-align:justify;
color:#000000;
}
.pad2{
width:220px;
padding:17px 5px 0 4px
}

#list {
margin: 2px 2px 0 0;
padding: 0;
float: left;
background: white;
border-bottom: 2px solid #227293;
}

#list dd{
font-family:"Times New Roman", Times, serif;
display: block;
background-image:url(images/write.gif);
background-position:0px 2px;
background-repeat:no-repeat;
padding:2px 2px 2px 14px;
margin-bottom:2px;
font-size:14px;
color:#000000;
text-align:left;
background-color:#E4E4E4;
}
#list a{
color:#106da7;
text-decoration:underline
}
.ul{
margin:2px 0 0 0 ;
list-style-type:none;
text-align:left;
}
.ul li{
height:14px;
background-image:url(images/square.gif);
background-position:0px 5px;
background-repeat:no-repeat;
padding:0 0px 2px 5px;
}
.ul a{
color:#106da7;
text-decoration:underline
}
.ul a:visited{text-decoration:underline}
.ul a:hover{text-decoration:none}

ul {
	padding:0px 0px 0px 20px;
	margin:0px;
	list-style:square;
	}
ul li {
	margin:5px auto;
	}

.pad3{
margin:17px 0 0 0;
padding:0 5px 0 0;
font-family:Arial;
font-size:11px;
color:#717171;
}

#sample2 {
	float: left;
	width: 180px;
	margin-left: 10px;
}
/* .. End Left Column Style .....*/

/* Right Column Style */
#right_bar_gtg small, #right_bar_trn small {
	color: #ffcccc !Important;
	}
/*GTG COLOUR SCHEME*/
#right_bar_gtg {
	float:right;
	width:530px;
	padding:10px 50px;
	background: #CC3300;
	color:#FFFFFF;
	font-size:30px;
	font-family:Verdana, Arial, sans-serif;
	background-color: #CC3300;
	}
#right_bar_gtg a:link, #right_bar_gtg a:visited {
	color:#FFFFFF;
	}
	
#right_bar_gtg a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

#right_bar_gtg small{
	font-size:50%;
	color:#000000;
	}



#right_colm {
	float:right;
/*	border:#CC33FF solid 1px;*/
	width:560px;
	padding:10px 20px 10px 50px;
	background:#FFF;
	font-size:13px;
	text-align:justify;
	}
#right_colm h2 {
	font-size:14px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px auto 5px auto;
	margin: 10px auto 5px auto;
	color:#003366;
	}
	
#right_colm h3 {
	font-size:12px;
	font-weight:bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#227293;
	}
	
#right_colm p {

	}
#right_colm ol {
	}
	
#right_colm li {
	padding:3px auto;
	}

.rightcol_box {
	width : 190px;
    overflow : hidden;
   }
   
.rightcol_box a {
	color : #ffffff;
	text-decoration:underline;
}

.rightcol_box a:hover {
	color : #c80000;
}
.rightcol_box h2 {
	width : 209px;
	height : 26px;
}
.borderbox1 {
	clear : both;
	float : none;
	margin-top : 13px;
	border : 0px ;
}
.borderimg {
	 border:#C80000 solid 2px;
	 width : 452px;
	height : 330px;
	 background:#FFF;
	}



/* Footer Style */

#page_spacing {
	clear : both;
	float : none;
	border-top : #fff 0 solid;
	padding-top : 3px;
}

#page_footer {
	margin : 0px auto;
	width : 830px;
	height : 21px;
	background-color : #5b6b8a;
	font-size : 11px;
	color : #f5ffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#page_footer a {
	color : #ffffff;
	text-decoration : none;
}

#page_footer a:hover {
	color : #c80000;
}

#page_footer #rights {
	padding-top : 3px;
	padding-left : 15px;
	padding-right:10px;
	float : right;
}

#page_footer #links {
	padding-top : 3px;
	padding-right : 10px;
	float : left;
	font-weight : bold;
}

#page_footer #links span {
	margin-left : 20px;
	display : block;
	position : relative;
	float : left;
}

#page_credit {
	margin-top : 15px;
	margin-bottom : 7px;
	text-align : center;
	font-size : 12px;
	color : #010101;
}

#page_credit a {
	text-decoration : none;
	color : #010101;
}

#page_credit a:hover {
	color : #464646;
}



.borderbox {
	clear : both;
	float : none;
	margin-top : 13px;
	border : #A5A4A4 1px solid;
}


.borderbox3 {
	clear : both;
	float : none;
	margin-top : 3px;
	border : #A5A4A4 1px solid;
}
span {
	display : none;
}

img {
	border: 0px;
}

p {
	text-align : justify;
	line-height : 13px;
}

.inputs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

select {
	padding : 2px 0px 1px 7px;
	background-color : #fff;
	color : #003366;
	border : #D7D7D7 1px solid;
	font-family : tahoma, sans-serif;
	font-size : 11px;
	
}

input.submit {
	padding : 0px;
	border : none;
	cursor : pointer;
}

.clearthis {
	margin : 0px;
	clear : both;  
	float : none;	
	font-size : 1px;
	line-height : 0px;
}
.clearthis1 {
	margin : 1px;
	clear : both;  
	float : none;	
	font-size : 1px;
	line-height : 1px;
}



