* {
    margin: 0;
    padding: 0;
    border: 0;
color: #567;
}

#logo{
display: block;
    width: 0;
height: 0;
overflow: hidden
}


div.sitewidth{
width: 900px;
margin: 0 auto;
position: relative;
}

/* sticky footer */
html,body {
    height: 100%;
}

#Wrapper {
    min-height: 100%;
    /* fake min-height for ie */
    height: auto !important;
    height: 100%;
background: url(/images/bg4.png) top center repeat-y;
}

#WrapperInner {
/* enough bottom padding for the footer height */
    padding: 0 0 40px 0;
width:900px;
margin: 0 auto;
text-align: left;
background: #efe6d5 url(/images/bg4.png) top center repeat-y;

}

#Footer {
    /* move the footer up by it's height + vertical borders + vertical padding */
    margin: -40px 0 0 0;
    height: 40px;
    overflow: hidden;
}

/* end sticky footer */ /* fluid width */
body {
    text-align: center;
}
/*
#Wrapper,#Footer {
    text-align: left;
    min-width: 755px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    width: expression(document.body.clientWidth <   757 ?   "755px" :  
        document.body.clientWidth >   905 ?   "900px" :   "auto");
}
*/
/* end fluid width */
body {
    color: #000;
    background: url(/images/texture3_bg.jpg);
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
}

#Wrapper {
    xbackground: #fff;
}

#Header {
padding: 1px 0 0 0;
    height: 130px;
/* change to header2.jpg to lose the birthday balloons */
    background: url(/images/header3.jpg) no-repeat 50% -19px ;
position: relative;
}

#Navigation {
    height: 30px;
    background: transparent;
xmargin-top: 116px;
position: absolute;
top: 99px;
width: 900px;
left: 0;
}


#portals {
	height: 20px;
	position: absolute;
	top: 129px;
}

#portals ul {
	display: inline-block;
    list-style: none outside none;
    margin-left: 5px;
}

#portals ul li {
	background: none repeat scroll 0 0 #2C5370;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 3px #666666;
    color: white;
    display: inline-block;
    margin: 0;
    padding: 2px 8px;
}

#portals ul li a {
	color: white;
    position: relative;
    text-decoration: none;
    z-index: 20000;
}

#portals ul li a span {
	color: #ADE0FA;
    font-weight: bold;
    margin-left: 0;
}


#header_shadow {
	position: relative;
	z-index: 10000;
}



#Page { /* is just a wrapper */
    
padding-top: 1px;
}

#Content {
    padding: 20px 0 20px 30px;
    margin: 0 250px 0 0;
    color: #333;
position: relative;
}

#RightColumn {
    width: 232px;
    float: right;
    margin: 30px -5px 0 0;
    display: inline;
    padding: 0;
    clear: right;
}

#Footer {
    /* see the sticky footer section above if you want to adjust height, vertical borders, vertical margins or vertical padding */
    /* see the fluid width section above if you want to adjust width, horizontal borders, horizontal margins or horizontal padding */
    background: url(/images/header2.jpg) no-repeat 50% 0;
}

/* some basic styles */
h1,h2,h3,h4 {
    margin-top: 18pt;
}

h1 {
    font-size: 24pt;
color: #314657;
font-weight: normal;
}

h2 {
    font-size: 16pt;
}

h3 {
    font-size: 14pt;
}

h4 {
    font-size: 12pt;
}

p,li,dd,dt,blockquote,a {
    font-size: 10pt;
}

p,ul,ol,dl {
    margin: 0 0 .5em 0;
}

li {
    margin: 0 0 0 2em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 0 1em;
}

blockquote {
    margin: 5px 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*.clearfix {display:inline-block;}*/ /* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */
