html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;

}

body {
    background: url(images/Background-01.png);
    background-repeat: repeat-y;
    background-position: center;
    background-color: transparent;
    color:#414141;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    height: 100%;
    min-height: 100%;

}

h1 {
	font-size:18px;
    line-height:18px;
    font-weight:lighter;
}

h2 {
	font-size:16px;
    line-height:16px;
    font-weight:lighter;
}

a { text-decoration: none; font-weight: bold; font-size: 12px;font-family: Arial, helvetica, sans-serif; }
a:link { color:#6699cc;; }       
a:visited { color:#6699cc; }  
a:active { color:#6699cc; }
a:hover { color:#333366; } 

#wrapper {
    background: url(images/Background-02.png);
    background-repeat: repeat-y;
    background-color: transparent;
    width: 960px;
    height: 100%;
    min-height: 1000px;
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

#innerwrap {
    background-color: transparent;
    width: 960px;
    margin: 0 auto 0 auto; 
    padding-top: 40px;
    padding-bottom: 40px;
    min-height: 420px;
    height: auto !important;
    height: 540px;
    text-align: center;
}

.main {
    background: url(images/BG1.png);
    background-repeat: repeat-y;
    background-color: transparent;
    width: 960px; 
    padding: 0px; 
    min-height: 420px;
    height: auto !important;
    height: 540px;
    text-align: left;
    z-index: 5;
}


.col1 {
    float: left;
    margin: 0px;
    width:240px;
    text-align: right;
}


.title {
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 22px;
    color: #ffffff;
    background-image:url(resources/title_bg.jpg);
    display:block;
    padding: 0 0 3px 10px;
}

.bluetxt {
    color: #15219B;
}

.quote {
    font-family: Arial, helvetica, sans-serif;
    font-size: 15px;
    color:#B92061;
    margin-top:20px;
}

.col2 {
    float: left;
    padding-top: 40px;
    padding-bottom:40px;
    padding-left: 90px;
    padding-right: 80px;
    width: 310px;
    text-align: left;
}

.col3 {
    float: left;
    padding-top: 40px;
    padding-bottom:40px;
    width: 210px;
    text-align: left;
    font-family: Arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}

.clearFloat {
    clear: left;
}

.logoPadding {
	padding: 42px 0 0 0;
}

#menu {
	font-size:14px;
	font-weight:bold;

	list-style-type: none;
}

#menu ul {
	text-align:right;
	margin: 0;
	padding:0;
}

#menu li a:link, #menu li a:visited  {
	display: block;
	padding: 0 0 5px 0;
	text-decoration: none;
}

#menu li a:hover  {
	display: block;
	padding: 0 0 5px 0;
	text-decoration: none;
	color: #626166;
}


