@charset "utf-8";
/* CSS Document */

/* General Styling */

* {
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.headerText{
font-size: 24px;
color: #FFFFFF;
}

.mainText{
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
}

.smallText {
font-size: 12px;
color: #80bed9;
font-weight: normal;
}

.mediumText {
font-size: 12px;
}

.justifyText{
text-align: justify;
}

.noUnderlineClass{text-decoration: none;}

.textBlue {
color: #007DB3;
}

.textGreen {
color: #99D100;
}

.textDarkGreen {
color: #769918;
}

.textOrange {
color: #DE5D00;
}

.textPurple {
color: #640073;
}

body {
background-image: url(gfx-main/landingGradientBG.png);
background-repeat: repeat-x;
background-color: #007DB3;
}



/* Div Styling */

#wrapper {
width: 1000px;
height: 600px;
margin-left: auto;
margin-right: auto;
padding-top: 70px
}


#landingLeft {
float: left;
width: 265px;
height: 450px;
}

#landingRight {
float: left;
width: 680px;
height: 450px;
background-image: url(gfx-main/earthmapwatermark.png);
background-repeat: no-repeat;
padding-top: 40px;
background-position: center;
}
