@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	letter-spacing: normal;
	line-height: 1.5;
}
body {
	background-color: #336699;
}

a:active	{ text-decoration: none; color: #FFFFFF; }
a:link		{ text-decoration: none; color: #FFFFFF; }
a:visited	{ text-decoration: none; color: #FFFFFF; }
a:hover		{ text-decoration: underline; color: #1275A7; }

#wrap {
    background-color: #6699CC;
    margin: 0 auto 0 auto;
    width: 700px;
}

#nav {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#nav ul, li{
    display: inline;
}

#nav ul{
    margin: 0px;
    padding: 0px;
}

#nav li{
    display: inline;
    /*float: inherit;*/
}

#nav a{
    text-decoration: none;
    color: #3366CC;
    background: #F0F7FC;
    padding: 3px 10px;
    text-align: center;
    border: 1px solid #ACCFE8;
    border-width: 1px 1px 1px 0;
}

#nav a#first {
        border-left: 1px solid #ACCFE8;
}

#nav a:hover {
        background: #DBEBF6;
}

#content {
    text-align: center;
}

#footer {
    margin-top: 20px;
    text-align: center;
}

.nodecoration {
    border: 0px;
}