﻿html, body { 
margin : 0;
padding : 0;
background: #f1f1f1;
} 
body { 
font : 90% Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
color : #000;
text-align:justify;
} 
			/*WRAP*/
#body {
width : 800px;
margin-left : auto;
margin-right : auto;
padding : 0;
background: #fff url(images/bodybg.gif) repeat-y;
}

#wrap { 
width : 770px;
margin-left : auto;
margin-right : auto;
padding : 0;
border : 0px solid #143d55;
color : #000;
background : #fff url(images/wrap_bg1.gif) repeat-x;
} 
			/*BANNER*/
#masthead { 
height : 100px;
padding : 0;
margin-bottom : 0;
background: #fff url(images/mastheadnew1.gif);
} 
			/*MAIN CONTAINER*/
#container { 
width : 770px;
margin-left : auto;
margin-right : auto;
margin-top : 10px;
padding : 0;
line-height : 1.5em;
} 
#menucontainer { 
position : relative;
height : 30px;
color : #fff;
background : #143d55;
width : 100%;
font-family : Helvetica, Arial, Verdana, sans-serif;
} 
#menunav { 
position : relative;
height : 33px;
font-size : 14px;
text-transform : uppercase;
font-weight : bold;
background : #fff url(images/menu_bg.gif) repeat-x bottom left;
padding : 0 0 0 5px;
} 
#menunav ul { 
margin : 0;
padding : 0;
list-style-type : none;
width : auto;
float : left;
} 
#menunav ul li { 
display : block;
float : left;
padding : 0 1px;
} 
#menunav ul li a { 
display : block;
float : left;
color : #eaf3f8;
text-decoration : none;
padding : 0 0 0 10px;
height : 33px;
} 
#menunav ul li a span { 
padding : 12px 20px 0 0;
height : 21px;
float : left;
} 
#menunav ul li a:hover { 
color : #fff;
background : transparent url(images/menu_bg-OVER.gif) repeat-x bottom left;
} 
#menunav ul li a:hover span { 
display : block;
width : auto;
cursor : pointer;
} 
#menunav ul li a.current, #menunav ul li a.current:hover { 
color : #fff;
background : #1d6893 url(images/menu_left-ON.gif) no-repeat top left;
line-height : 275%;
} 
#menunav ul li a.current span { 
display : block;
padding : 0 20px 0 0;
width : auto;
background : #1d6893 url(images/menu_right-ON.gif) no-repeat top right;
height : 33px;
} 
			/*TOP NAVIGATION*/
#content { 
padding : 0 1em 0 1em;
margin : 0 0 0 210px;
border-right : 1px solid #eee;
} 
			/*SIDEBAR*/
#sidebar { 
float : left;
width : 200px;
font-size : 16px;
margin-top : 0px;
padding : 0 0 0 0;
} 

table
{
table-layout:fixed;
}

#sidebarnews { 
float : left;
width : 200px;
font-size : 16px;
margin-top : 0;
padding : 0 0 0 0;
}

#sidebarhome { 
float : left;
width : 200px;
font-size : 14px;
margin-top : 0;
padding : 10px 0 10px 0;
border-bottom: 3px #3484B1 solid;
text-align :center;
} 

#signupframe {
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
}

			/*FOOTER*/
#footer { 
clear : both;
height : 20px;
padding : 0;
margin-bottom : 0;
margin-top : 20px;
text-align : center;
border-top : 5px solid #4592be;
color : #fff;
background : #143d55;
} 
			/*TYPOGRAPHY*/
h1 { 
float : left;
margin : 0;
padding : 20px 0 20px 25px;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 5px;
color : #00 00 00;
} 
h2 { 
text-align : center;
margin : 0;
padding : 5px 20px 20px 0;
font : 90% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #4592be;
} 
h3 { 
margin : 0;
text-align : center;
padding : 10px 0 10px 0;
border-bottom : 1px solid #aaa;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #143c55;
}
h4 { 
margin : 0;
text-align : center;
padding : 10px 0 0px 0;
border-bottom : ;
font : 110% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #143d55;
}
h5 { 
margin : 0;
padding : 10px 0 0px 0;
border-bottom : ;
font : 100% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #143d55;
}
h6 { 
margin : 0;
text-align : center;
padding : 10px 0 10px 0;
border-bottom : 1px solid #aaa;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
letter-spacing : 3px;
color : #143c55;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
} 
			/*LINKS*/
a:link, a:visited { 
color : #003e7e;
background : inherit;
text-decoration : underline;
} 
a:hover { 
color : #aaa;
background : inherit;
text-decoration : none;
} 
a img {
border: 0;
}
			/*IMAGES*/
.left { 
float : left;
border : 0 solid #656c4a;
margin : 5px 0 10px 0;
padding : 10px;
} 
			/*SEARCH BOX*/
legend { 
margin-bottom : 30px;
color : #143c55;
} 
input { 
background : #eee;
} 