/* 
 * General tags
 */
img
{
 border: 0px;
}

small
{
	font-size: 10px;
}

.ctr
{
 margin-left: auto;
 margin-right: auto;
}
.blockctr
{
 width: 100%;
 text-align: center;
}

body
{
 margin: 0px;
 padding: 0px;
 background-color: #eeeeee;
 height: 100%;
}

td.noborder-r
{
 border-right: 0px;
}

td.noborder-rb
{
 border-right: 0px;
 border-bottom: 0px;
}


table.root
{
 border: 1px solid #ccccff;
 padding-right: 8px;
 margin-bottom: 4px;
}

.imgwrap {
width: auto;
height: auto;
margin: 0;
}

.floatright
{
 float: right;

padding-left: 8px;
}

.floatleft
{
 float: left;
 padding-right: 16px;
}


p
{
 font-size: 14px;
}

a
{
 color: #16047e;
}

a:hover
{
 color: #666699;
}



/*
 * Encompasses everything - logo, links, content
 */
table.main
{
 width: 100%;
 background-color: #dfdfff;
 margin-right: auto;
 border: 0px;
 border-bottom: 1px solid #ccccff;
 padding: 0px;
 margin: 0px;
 height: 100%;

}

td.main
{
 border: 0px;
 height: auto;
 text-align: left;
 font-family: georgia, times;
 font-size: 12px;
 color: #000000;
 height: 100%;
 vertical-align: top;
 
}



/*
 * Language buttons
 */
#language
{
 margin-right: 8px;
 font-family: georgia, times;
 font-size: 12px;
 width: 99%;
 text-align: right;
}

#language img
{
 border: 2px solid #ccccff;
 margin-left: 4px;
}



/*
 * Header bar - with logo & buttons
 */

#header
{
 padding: 0px;
 margin: 0px;
 margin-left: auto;
 margin-right: auto;
 background-color: #ffffff;
 width: 100%;
 text-align: center;
 border-bottom: 6px solid #ccccff;
 border-top: 6px solid #ccccff;
 margin-bottom: 8px;
}

#header td
{
 border: 0px;
 margin: 0px;
 text-align: center;
 padding-top: 8px;
}

#header table
{
 margin-left: auto;
 margin-right: auto;
 border: 0px;
 padding: 0px;
}

#logo
{
 text-align: left;
 border: 0px;
 padding: 0px;
 padding-top: 4px;
 margin-right: 8px;
}



/*
 * Navigation buttons
 */
#nav
{
padding: 0px;
 margin: 0px;
 height: 25px;
 vertical-align: top;
 background-color: #ffffff;
 border: 0px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 4px;
}

#nav td
{
 border: 0px;
 background-color: #ffffff; 
 padding: 0px;
 spacing: 0px;
 width: 90px;
 height: 22px;
 vertical-align: bottom;
 border-right: 2px solid #ffffff;
}


#nav a
{
 width: 100%;
 height: 22px;
 display: block;
 color: #ffffff;
 font-family: georgia;
 text-decoration: none;
 text-align: center;
 background-color: #666699;
 font-weight: bold;
 vertical-align: center;
 background: url('button.gif');
 font-size: 12px;
}

#nav a:hover
{
 background: none;
 background-color: #444477;
 color: #ffffff;
}



/*
 * Page specific content - under the header
 */

/*Separates the sublinks from the content*/
table.content
{
 width: 98%;
 border: 0px;
 margin-left: 1%;
 margin-right: 1%;
 vertical-align: top;
 
}

/*
 * Page specific header & picture
 */
#pgheader
{
 padding: 0px;
 margin: 0px;
 background-color: #ffffff;
 width: 100%;
 text-align: center;
 border-bottom: 8px solid #dfdfff;
 border-top: 8px solid #dfdfff;
}

#pgheader td
{
 border: 0px;
 padding-top: 4px;
 margin: 0px;
 text-align: center;
 vertical-align: center;
}

td.picture
{
 width: 200px;
 padding-bottom: 4px;
 padding-right: 4px;
 text-align: right;
 margin-left: 8px;
}

#pgheader table
{
 border: 0px;
 padding: 0px;
 width: 100%;
}

h1
{
 font-family:  georgia, times;
 font-size: 36px;
 color: #16047e;
 font-weight: bold;
 width: 100%;
 text-align: center;
 padding: 0px;
 margin: 0px;
 margin-bottom: 16px;
}

div.picture
{
 border: 4px solid #ccccff; 
 color: #ffffff;
 font-family: georgia, times;
 font-size: 0px;
 padding: 0px;
 margin-right: 4px;
 margin-left: 4px;
 margin-bottom: 4px;
}


/*
 * Bar with links to areas in this page
 */
td.sublinks
{
 vertical-align: top;
 width: 260px;
 height: 100%;
}
#sublinks {
 background-color: #666699;
 color: #ffffff;
 font-family: georgia, times;
 size: 12px;
 padding: 8px;
 padding-bottom: 8px;
 margin-right: 8px;
 vertical-align: top;
}

#sublinks ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
 border: none;
}
#sublinks img {
	margin-bottom: 4px;
	margin-top: 4px;
}

#sublinks li {
 margin: 0px;
 width: 100%;
 display: block;
}

#sublinks li a
{
 display: block;
 color: #ffffff;
 font-family: georgia;
 width: 100%;
 text-decoration: none;
 text-align: left;
 border-top: 1px solid #8888bb;
}

#sublinks li a:hover
{
 background-color: #16047e;
 color: #ffffff;
}

p.sublinks-title
{
 width: 100%;
 text-align: left;
 font-weight: bold;
 margin-top: 0px;
 text-align: center;
}


/*
 * Content - specific page header "rates", "contact", etc & actual content
 */
td.content
{ 
 vertical-align: top;
 
}



#content td
{
 border: 1px solid #ccccff;
 padding-right: 0px;
 
}

#content table
{
 border: 1px solid #ccccff;
 margin-bottom: 4px;
 
}

#content div
{ 

 background-color: #ffffff;
 font-family: georgia, times;
 color: #000000;
 padding: 8px;
 border: 0px;
 margin-right: 8px;
 
}


/*
 * Picture of RDS people
 */
#picture
{
 text-align: center;
 border: 0px;
 padding: 0px;
}
img.picture
{
 border: 4px solid #ccccff;
 display: inline;
 margin-left: 8px;
}




/*Copyright notice*/
div.copyright
{
 margin-top: 24px;
 font-family: georgia, times;
 font-size: 10px;
 text-align: center;
 width: 100%;
}


table.noborder
{
 border: 0px;
}
td.noborder
{
 border: 0px;
}



/*Page-specific*/

iframe.map
{
 margin-top: 8px;
 border: 4px solid #ccccff;
}
