* {
    padding: 0;
    margin: 0;
	}

.clear {
	clear: both;
	}

img, img a {
    border: 0;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
	
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	}

body {
	height: 100%;
	width: 100%;
	font-family: "Myriad Pro", Arial, "sans serif";
	font-size: 18px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	background-color:#0072CE;
	background-image: -moz-radial-gradient(25% 10%, ellipse cover, #0072CE, #002F6C 50%);
	background-image: -webkit-radial-gradient(25% 10%, ellipse cover, #0072CE, #002F6C 50%);
	background-image: -o-radial-gradient(25% 10%, ellipse cover, #0072CE, #002F6C 50%);
	background-image: -ms-radial-gradient(25% 10%, ellipse cover, #0072CE, #002F6C 50%);
	background-image: radial-gradient(25% 10%, ellipse cover, #0072CE, #002F6C 50%);
	background-attachment: fixed;
	}

p {	
	line-height: 125%;
	padding: 0;
	margin: 0 0 15px 0;
	}

.fs1 {
	font-weight: bold;
	background: #0072CE;
	padding: 10px 20px 10px 20px;
	text-align: right;	
	}

.fs2 {
	color: #009CDE;
	font-size: 125%;
	}

h1, h2, h3 {
	color: #71CC98;
	}


div {
	overflow: visible;
	}

#wrap {
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	}

#wrapcontainer {
	max-width: 1200px;
	height: 100%;
	margin: auto;
	background-attachment: scroll;
	background-image: url(../images/globe.png);
	background-repeat: no-repeat;
	background-position: right top;
	}

#container {
	max-width: 800px;
	float: left;
	padding: 0 5% 0 5%;
	}
	
#row-1 {
	float: left;
	width: 100%;
	padding: 4% 0 4% 0;
	}

#logo {
	width: 100%;
	height: auto;
	float: left;
	}

.module_tag {
	max-width: 0;
	height: 0;
	}

.module_tag img {
	width: 100%;
	height: auto;
}

#row-2 {
	width: 100%;
	height: auto;
	float: left;
	}

#article {
	width: 100%;
	float: left;
	}

#row-3 {
	float: left;
	width: 100%;
	height: auto;
	padding: 5% 0 5% 0;
	}
	
#footer {
	width: 40%;
	padding-right: 10%;
	float: left;
	}

#feed {
	width: 30%;
	float: left;
	}

#copyright {
	font-size: 75%;
	color: #62B5E5;
	float: left;
	clear:both;
	}

#blank {
	background: #0072CE;
	margin: 0 0 30px 0;
	padding: 10px 20px 10px 20px;
	}

.columnleft {
	float: left;
	width: auto;
	margin: 0 2% 5% 0;
	}

.columnright {
	float: left;
	width: 78%;
	}

a {
	color: #71CC98;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

ul.menu {
	width: 0;
	height: 0;
	float: left;
	list-style: none;
	clear: both;
	padding: 2% 0 0 0;
	}

ul.menu li {
	background: url(../images/button-background.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 4%;
	}

ul.menu li:hover {
	background: url(../images/button-background-roll.png);
	}

ul.menu li.item3 {
	visibility: hidden;
	}
	
ul.menu_footer {
	width: 100%;
	float: left;
	list-style: none;
	clear: both;
	}

ul.menu_footer li {
	border-bottom: solid 1px #71CC98;
	padding-bottom: 2px;
	width: 100%;
	margin: 0 0 12px 0;
	}

ul.menu_footer li:hover {
	}
	
.twtr-hd, .twtr-ft {
	display: none !important;
	}

.twtr-tweet-wrap {
	padding: 5% 0 5% 0!important;
	}

.twtr-doc {
	width: 100% !important;
	}

.intro {
	font-size: 150%;
	line-height: 150%;
	color: #71CC98;
	}

.subintro {
	font-size: 110%;
	line-height: 150%;
	}