body {
padding:0px;
margin:0px;
font-family:georgia;
font-size:12pt;
}

h1 {
font-size:14pt;
color:#3177A7;
}

h2 {
font-size:13pt;
}

#container {
margin:0px;
}

#header {
background-image: url("../images/hbg.png");
background-repeat: repeat-x;
height:120px;
width:100%;
}

#logo {
margin-left:5%;
}

#nav {
margin-left:5%;
margin-bottom:2em;
}

#nav a{
border:0px;
font-size:13pt;
margin-right:1em;
background-image:url("../images/nbg.png");
background-repeat:repeat-x;
background-position:bottom;
padding:1em;
}

#login {
border-bottom:3px solid #FFF9DA;
float:right;
padding:1px;
}

.login {
width:100px;
margin-right:1px;
}

#content {
margin-left:5%;
margin-right:5%;
background-image: url("../images/cbg.png");
background-position:bottom;
background-repeat:repeat-x;
height: 680px;
}

#content2 {
margin-left:5%;
margin-right:5%;
background-image: url("../images/cbg.png");
background-position:bottom;
background-repeat:repeat-x;
height: 100%;
}

#content3 {
margin-left:5%;
margin-right:5%;
background-image: url("../images/cbg.png");
background-position:bottom;
background-repeat:repeat-x;
height: 1280px;
}


#left {
width:65%;
padding-bottom:100px;
}

#right {
padding-bottom:100px;
float:right;
width:35%;
}

/*  #footer {
margin-left:5%;
padding:2px;
margin-right:5%;
} */

img {
border:0px;
}

a img {
border:0px;
}

a:hover img {
border:0px;
}

a {
color:#3177A7;
border-bottom:1px dotted #3177A7;
text-decoration:none;
}

table {
text-align:center;
}

td {
margin:2px;
}

a:hover {
border-bottom:2px dotted #3177A7;
}

