html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

/* Layout */

.printonly {
display: none;
height: 0px;
}

.main {
margin: 0;
padding: 0;
background: url('/images/backgrounds/main.jpg');
background-repeat: no-repeat;
background-position: top center;
}

.header {
background: url('/images/headers/header.jpg');
background-position: top left;
background-repeat: no-repeat;
height: 148px;
}

.header_newsletter {
background: url('/images/newsletter/header_newsletter.jpg');
background-position: top left;
background-repeat: no-repeat;
height: 225px;
}


.content {
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
}

.side_left {
border-right: solid #555555 1px;
background: #293f6f;
background: url('/images/backgrounds/side.jpg');
}

.side_right {
border-left: solid #555555 1px;
background: #293f6f;
background: url('/images/backgrounds/side.jpg');
}

.space {
line-height: 0px;
height: 8px;	
}

/* Links */

a:link {
font-family: Verdana;
font-size: 13px;
font-style: normal;
font-weight: none; 
color: #2222DD;
text-decoration: underline;
}

a:hover {
font-family: Verdana;
font-size: 13px;
font-style: normal;
font-weight: none; 
color: #f26100;
text-decoration: underline;
}

a:visited {
font-family: Verdana;
font-size: 13px;
font-style: normal;
font-weight: none; 
color: #6666DD;
text-decoration: underline;
}

a:visited:hover {
font-family: Verdana;
font-size: 13px;
font-style: normal;
font-weight: none; 
color: #f26100;
text-decoration: underline;
}


a:link.linksmall {
font-family: Verdana;
font-size: 12px;
font-style: normal;
font-weight: none;
color: #EEEEEE;
text-decoration: underline;
}

a:hover.linksmall {
font-family: Verdana;
font-size: 12px;
font-style: normal;
font-weight: none;
color: #FFFFFF;
text-decoration: underline;
}

a:visited.linksmall {
font-family: Verdana;
font-size: 12px;
font-style: normal;
font-weight: none;
color: #EEEEEE;
text-decoration: underline;
}

a:visited:hover.linksmall {
font-family: Verdana;
font-size: 12px;
font-style: normal;
font-weight: none;
color: #FFFFFF;
text-decoration: underline;
}



a:link.breadcrumb_link {
font-family: Verdana;
font-size: 11px;
font-style: normal;
font-weight: none;
color: #293f6f;
text-decoration: underline;
}

a:hover.breadcrumb_link {
font-family: Verdana;
font-size: 11px;
font-style: normal;
font-weight: none;
color: #f26100;
text-decoration: underline;
}

a:visited.breadcrumb_link {
font-family: Verdana;
font-size: 11px;
font-style: normal;
font-weight: none;
color: #293f6f;
text-decoration: underline;
}

a:visited:hover.breadcrumb_link {
font-family: Verdana;
font-size: 11px;
font-style: normal;
font-weight: none;
color: #f26100;
text-decoration: underline;
}


a:link.copyright_link {
font-family: Verdana;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #6666ff;
text-decoration: underline;
}

a:hover.copyright_link {
font-family: Verdana;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #f26100;
text-decoration: underline;
}

a:visited.copyright_link {
font-family: Verdana;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #aaaaff;
text-decoration: underline;
}

a:visited:hover.copyright_link {
font-family: Verdana;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #f26100;
text-decoration: underline;
}


/* Borders & Lines */

.border
{
border-style: solid;
border-color: #000000;
border-width: 1px;
padding: 0px;
}

.border_light
{
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
padding: 0px;
}

.line {
background: url('/images/backgrounds/hr.gif');
background-repeat: repeat-x;
margin-top: 3px;
margin-bottom: 3px;
height: 16px;
width: 100%;
}



.iborder
{
background: #ffffff;
border-style: solid;
border-color: #000000;
border-width: 1px;
padding: 8px;
}

/* Alignment & Images */

ul {
margin-top: 3px;
margin-bottom: -0px;
color: #222244;
}

li {
font-family: Verdana;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #222244;
text-decoration: none;
line-height: 20px;
list-style-position: outside;
}

.left {
text-align: left;	
}

.justify {
text-align: justify;
}

.right {
text-align: right;
}

.itext {
text-align: center;
font-family: Verdana;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #AA0000;
text-decoration: none;
padding: 8px;
}

.iright
{
margin-left: 10px;
margin-right: 10px;
float: right;
text-align: center;
font-family: Verdana;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #AA0000;
text-decoration: none;
text-align: center;
background: #ffffff;
border-style: solid;
border-color: #000000;
border-width: 1px;
padding: 8px;
}

.ileft
{
margin-left: 10px;
margin-right: 10px;
float: left;
font-family: Verdana;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #AA0000;
text-decoration: none;
text-align: center; 
background: #ffffff;
border-style: solid;
border-color: #000000;
border-width: 1px;
padding: 8px;
}

.icenter
{
margin-left: 10px;
margin-right: 10px;
display: block;
font-family: Verdana;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #AA0000;
text-decoration: none;
text-align: center; 
background: #ffffff;
border-style: solid;
border-color: #000000;
border-width: 1px;
padding: 8px;
}

.hand {
cursor: pointer; /* Old way */
cursor: hand;
}


/* Headers & Text */

h1{
font-family: Verdana;
font-size: 20px;
font-style: normal;
font-weight: bold; 
color: #ea6200;
text-decoration: none;
display: inline;
line-height: 20px;
}

h2 {
font-family: Verdana;
font-size: 17px;
font-style: normal;
font-weight: bold; 
color: #222244;
text-decoration: none;
display: inline;
line-height: 25px;
}

h3 {
font-family: Verdana;
font-size: 14px;
font-style: normal;
font-weight: bold;
color: #ea6200;
text-decoration: none;
display: inline;
}

.text {
font-family: Verdana;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #222244;
text-decoration: none;
line-height: 20px;
}

.text_left {
font-family: Verdana;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #222244;
text-decoration: none;
line-height: 20px;
text-align: left;
}

.text_right {
font-family: Verdana;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #222244;
text-decoration: none;
line-height: 20px;
text-align: right;
}

.text_justify {
font-family: Verdana;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #222244;
text-decoration: none;
line-height: 20px;
text-align: justify;
}

.text_light {
font-family: Verdana;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #555555;
text-decoration: none;
line-height: 20px;
}


.text_small {
font-family: Verdana;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #222244;
text-decoration: none;
line-height: 14px;
}


.text_alert {
font-family: Verdana;
font-size: 13px;
font-style: normal;
font-weight: bold;
color: #dd0000;
text-decoration: none;
line-height: 20px;
}

.tagline {
font-family: Verdana;
font-size: 14px;
font-style: italic;
font-weight: none;
color: #f26100;
text-decoration: none;
display: inline;
}

.breadcrumbs {
font-family: Verdana;
font-size: 11px;
font-style: normal;
font-weight: none;
color: #293f6f;
text-decoration: none;
}


.highlight {
font-family: Verdana;
font-size: 13px;
font-style: normal;
font-weight: bold;
color: #AA4444;
text-decoration: none;
line-height: 17px;
}

.copyright {
font-family: Verdana;
font-size: 10px;
font-style: normal;
font-weight: normal;
color: #666666;
text-decoration: none;
}

.table_alert {
background-color: #FFFFFF;
padding-left: 5px;
padding-right: 5px;
border-color: #9f1a37;
border-style: solid;
border-width: 1px;
font-family: Verdana;
font-size: 13px;
font-style: normal;
font-weight: bold; 
color: #222222;
text-decoration: none;
}

/* Form */

.button_send_en {
margin: 0px;
width: 100px;
height: 25px;
background: url('/images/buttons/submit.gif') center bottom no-repeat;
background-repeat: no-repeat;
cursor: pointer;
cursor: hand;
border-style: solid;
border-color: #000000;
border-width: 0px;
}

.button_unsubscribe_en {
margin: 0px;
width: 100px;
height: 25px;
background: url('/images/buttons/unsubscribe.gif') center bottom no-repeat;
background-repeat: no-repeat;
cursor: pointer;
cursor: hand;
border-style: solid;
border-color: #000000;
border-width: 0px;
}


.input {
padding: 3px;
background-color: #FFFFFF;
font-family: Verdana;
font-size: 13px;
font-style: none;
font-weight: none;
color: #222222;
text-decoration: none;
border-style: solid;
border-color: #AAAAAA;
border-width: 1px;
}


ul.grid {
margin-left: -40px;
list-style: none;
}



li.grid {
list-style: none;
float: left;
margin: 8px;
}


.reference_box {
	padding: 10px;
	background: url('/images/backgrounds/box.jpg');
	border: 1px solid grey;

}

