body {
     margin: 0;
     padding: 10px 0 0 0;
     font-size: 13px;
	 line-height: 17px;
     font-family: "Arial", "Helvetica", Sans-Serif;
	 color: #222;     
     background: #143c64 url(img/page_bg.jpg) top left repeat-x fixed;	 
}

/* Typography
------------------------------------------------------------------------------*/

p {
     margin: 0 0 10px 0;
     padding: 0;     
}

#breadcrumb p {
     margin: 0 0 0 0;
     padding: 0;     
}

#footer p {
     color: #EEEEEE;
     text-align: center;
     padding: 20px;
     margin: 0;
     font-size: 1em;
}

#top_section p {
     padding: 0 0 0 5px;
     margin: 0;
     color: #666666;
     text-align:left;
     font-size: .9em;     
}

#bottom_section p {
     padding: 0;
     margin: 0;
     color: #7a7a73;
     text-align: center;     
}
#bottom_section p {
     padding: 0;
     margin: 0;
     color: #7a7a73;
     text-align: center;     
}

#header_left h1{
     margin: 20px 0 0 25px;
     padding: 0;
     font-size: 2.2em;
     line-height: 1.2em;     
     letter-spacing: -1px;
     color: #333333;
}


#header_left h2 {
     font-size: 1.1em;
     line-height: 1.2em;
     font-weight: normal;
     letter-spacing: 0px;
     color: #DDDDDD;
     margin: 0 0 0 25px;
     padding: 0;
}

h1 {
     font-size: 18px;
     line-height: 22px;     
     color: #143c64;
	 margin-top: 5px;
	 margin-bottom: 5px;
	 font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}

h2 {
     font-size: 14px;
     line-height: 16px;     
     color: #666;
}

h3 {
     margin: 0;
     padding: 0 0 5px 0;
	 font-size: 15px;
     line-height: 18px;     
      color: #555;
}

h4 {
     margin: 0;
     padding: 0 0 5px 0;
     font-size: 14px;
     line-height: 16px;
     color: #c0aa39;
	 text-transform: uppercase;	 
}

h5 {
     margin: 0;
     padding: 0 0 5px 0;
	 font-size: 15px;
     line-height: 18px;     
     color: #FF0000;
}


/* Hyperlinks
------------------------------------------------------------------------------*/

a:link, a:visited, a:active { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration: none;
}

a:hover { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration:underline;
}

#header a:link, #header a:visited, #header a:active { 
     background-color: transparent;
     color: #FFFFFF; 
     text-decoration: none;
}

#header a:hover { 
     background-color: transparent;
     color: #FFFFFF; 
     text-decoration:underline;
}

#footer a:link, #footer a:visited, #footer a:active { 
     background-color: transparent;
     color: #fff; 
     text-decoration: none;
}

#footer a:hover { 
     background-color: transparent;
     color: #fff; 
     text-decoration:underline;
}

#top_section a:link, #top_section a:visited, #top_section a:active { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration: none;
}

#top_section a:hover { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration:underline;
}

#bottom_section a:link, #bottom_section a:visited, #bottom_section a:active { 
     background-color: transparent;
     color: #7a7a73; 
     text-decoration: none;
}

#bottom_section a:hover { 
     background-color: transparent;
     color: #fff; 
     text-decoration:underline;
}

#left_column a:link, #left_column a:visited, #left_column a:active { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration: none;
	 font-size: 12px;
	 line-height: 13px;	 
}

#left_column a:hover { 
     background-color: transparent;
     color: #0066CC; 
     text-decoration:underline;
}


/* Ordered/Unordered Lists
------------------------------------------------------------------------------*/


#right_column ul, #left_column ul {
     margin: 0 0 10px 2px;
     padding-left: 0px;
     list-style-type:none

}

#right_column  ol, #left_column ol {
     margin: 0 0 10px 0;
     padding-left: 0;
 
}

#right_column  ol li, #left_column  ol li {
     margin-left: 5px;
     padding-left: 0px; 
     background: none; 
     list-style-type: decimal;
     list-style-position: inside; 
     
}

#right_column  li, #left_column  li {
     padding: 4px;
	 margin-bottom: 2px;
     background: transparent;
	 border-bottom: 1px solid #e9e7e7;
    
}

/* Blockquotes
------------------------------------------------------------------------------*/

blockquote
{
	background-image: url(img/quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-style: italic;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
    color: #444444;
}

blockquote p { margin: 0 0 .7em 0; }


/* Horizontal Menu
------------------------------------------------------------------------------*/

ul#navlist {
     margin: 0;
     padding: 0;
     font-weight: bold;
     font-size: 1.1em;
     padding: .3em 0;
}

#navlist li {
     display: inline;
     list-style-type: none;
     margin: 0; padding: 0;
     line-height: 1.3em;
}

#navlist a { 
     padding: .1em .6em; margin: 0;
}

#navlist a:link, #navlist a:visited {
     color: #FFFFFF;
     background-color: transparent;
     text-decoration: none;
     border: 1px solid #7BB73A;     
}

#navlist a:hover {
     color: #111111;
     background-color: #FFFFFF;
     border: 1px solid #333333;
     text-decoration: none;
}


/* Page Layout
------------------------------------------------------------------------------*/

#middle_section {
   width: 980px;
     margin: 0 auto;
     padding: 7px;
     text-align: left;
     background: #FFFFFF;
}

#header{
     background: #3F72C6 url(img/globaltravelonline3.gif) top left no-repeat;
     height: 100px; 
     margin: 0;
     padding: 0;
}

#header_left {
     float: left;
     width: 350px;
     padding: 0;
     margin: 0;
}

#header_right {
     margin: 50px 5px 10px 10px;
	 float: right;
     width: 335px;
	 border: 0px solid #fff;
	 text-align: right;
}

#menu_bar {
     background: #7BB73A url(img/menu_bar1.jpg) top right no-repeat;
     padding: 1px;
     border-top: 1px solid #96DA4D;
     border-bottom: 1px solid #65962F;
}

#breadcrumb {
    padding: 5px 5px;
	color: #444;	
    margin: 0px;
    background: #FFFFFF url(img/shadow.gif) top left repeat-x;
	border: 0px solid #000;
}

#content_wrapper {
     background: #FFFFFF;
	 float: left;
     width: 100%;
}

#content_column {
     background: #FFFFFF;
	 margin: 0 196px 0 182px;
	 padding-bottom: 15px;
	 border-right: 1px dotted #999;
	 border-left: 1px dotted #999;
}

#left_column {
     background: #FFFFFF;
	 float: left;
     width: 175px; 
     margin-left: -100%;
     padding-bottom: 15px;
	 border-right: 0px dotted #999;
}

#right_column {
     float: left;
     width: 185px; 
     margin-left: -190px; 
     padding-bottom: 15px;
	 border-left: 0px dotted #999;	 
}

#footer {
     clear: left;
     width: 100%;
     background: #EAEAEA;
     padding: 0;
     margin: 0;
}

#footer {
     clear: left;
     width: 100%;
     background: #3F72C6;
     padding: 0;
     margin: 0;
}

.column_padding {
     margin: 10px; 
}

#bottom_section {
   width: 980px;
     margin: 0 auto;
     padding: 15px 10px;
     text-align: center;
}

/* Other	
------------------------------------------------------------------------------*/
#headerTITLE {
     background: #fff;
     margin: 0;
	 height: 19px;
	 padding: 0px;	 
	 border-bottom: 2px solid #7BB73A;    
	 }
#headerTITLEgray {
     background: #EEEEEE;
     margin: 0;
	 height: 19px;
	 padding: 0px;
	 font-weight: bold;
	 border-bottom: 0px solid #7BB73A;    
	 }

#header_leftTITLE {
     background: #7BB73A;
	 float: left;
	 width: 200px;
     padding: 1px;
	 font-size: 13px;
     color: #fff;
	 font-weight: bold;
     margin: 0;
	 text-align: center;
	 border: 0px solid #000;
}

#header_rightTITLE {
     float: right;
     width: 350px;
	 text-align: right;
	 border: 0px solid #000;	 
}

.photo_frame {
     float: right;
     padding: 7px;
     border: 1px solid #dddddd;
     margin: 5px 0px 1px 10px;
}

.photo_frame img {
	   border: none;
}

table.sample {
	border-width: 0px;
	border-style: none;
	border-color: #EFEFEF;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;	
}
table.sample td {
	border-width: 0px;
	padding: 4px;
	border-style: solid;
	border-color: #EFEFEF;	
	text-align: left;
	font-size: 12px;
	line-height: 12px;	
}	
table.sampleO {
	border-width: 0px;
	border-style: none;
	border-color: #000;
	border-collapse: collapse;	
}
table.sampleO td {
	border-width: 0px;
	padding: 1px;
	border-style: solid;
	border-color: #000;	
	text-align: left;
	font-size: 12px;
	line-height: 12px;
    
}	

