body, html {
    font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC; 
	text-align: center; /*** Centers the design in old IE versions ***/
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

.clear { 
    clear: both; 
}

#mainContainer {
    width: 760px;
    margin: 0 auto; /*** Centers the design ***/
    min-height: 300px;
    background-color: #FFFFFF;
    text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
    min-height: 100%;
    background-image: url(../images/contentback.gif);    
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

* html #mainContainer 
{
    height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/**************************
HEADER
**************************/
#header {
    background-color: #FFFFFF;
	height: 105px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #E1E7EA;
	text-align: right;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
    padding-left: 165px;  
}
* html .outer {
    /*** No need for hacking IE on this layout ***/
}
.inner {
    width: 595px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
    padding-bottom: 20px;
}

* html .inner {
    width: 100%;
}

.float-wrap {
    float: left;
    width: 760px;
    margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}

#content {
    float: left;
	width: 521px;
	margin-top:4px;
}

* html #content {
    position: relative; /*** IE needs this  ***/
}

.contentWrap {
    padding: 5px;
}

/**************************
right COLUMN
**************************/
#right {
    float: right;
    width: 235px;
}

* html #right {
    position: relative; /*** IE needs this  ***/
}


/**************************
FOOTER
**************************/

#footer {
	width: 740px;
	height: 12px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin-top: -15px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align: left;
	margin-left: auto; /*** Centers the design ***/
	margin-right: auto; /*** Centers the design ***/
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-left:20px;
}



/**********************/

#footer a {
	color: #CC0000;
	text-decoration: none;
}


#flashanimation {
	height: 179px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #E1E7EA;
}

.submenutext {
	padding-left: 16px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.submenutexton {
	padding-left: 16px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.newslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8A9BA2;
	text-decoration: none;
}

#textcontent {
	width: 480px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 20px;
	padding-top: 20px;
}

#textcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

#textcontent p.homecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
}

#textcontent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

#textcontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

#textcontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
}

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.sectionheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8A9BA2;
}

.mainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	margin: 0px;
	padding: 0px;
}
.submenutext {
	padding-left: 16px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.submenutexton {
	padding-left: 16px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.image {
	width: 521px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}


/*tmp styles for cms*/

.head1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; color: #666666;
	font-weight: normal;
	line-height: 16px;
	color:#CC0000;
}

.head2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; color: #666666;
	font-weight: normal;
	line-height: 22px;
	color:#CC0000
}

/* CMS Styles */

#cmsbodywrapper 
{		
	background-color: #FFFFFF;	
	width: 760px;	
	border-right-width: 4px;
	border-left-width: 4px;	
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;	
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
}

#cmscontent 
{	
	width: 740px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;	
	padding-left: 20px;
	padding-top: 20px;
}

#cmscontent h1
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}

#cmscontent h2
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}

#cmscontent p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#cmscontent .cmsselect
{
	line-height: 20px;
}

#cmscontent .label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#cmscontent select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#cmscontent input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#cmscontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8A9BA2;
	text-decoration: none;
}

#cmscontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8A9BA2;
}


#lyr_loader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	padding-left: 1px;
}







