/* CSS Document */

body {
font-family: Microsoft Sans Serif, MS Serif, Tahoma;
font-size: 12px;
text-align: center;
background-color: #eeeeee;
color: #000000;
margin-top: 5px;
padding: 0;
}

form{margin: 0;}

p {padding: 2px; margin: 0;}

h1,h2,h3,h4,h5 {padding: 2px; margin: 0;}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #000FFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

img {margin: 3px;}

.left {float:left;}
.right {float:right;}
.addbox {border: 3px solid #888888;}

.menu {width: 140px;}
.menu li {list-style-type: none; border-bottom: 1px solid #888888;}
.menu li a {background-image: url(images/b1.jpg); display: block; background-repeat: no-repeat; padding-left: 30px; padding-top: 5px; padding-bottom: 5px;}
.menu li a:hover { text-decoration: none; background-image: url(images/b2.jpg); background-repeat: no-repeat;}
.menu ul {margin: 0; padding: 0;}

.yellowbox {
background-color: #FFFFEE;
color: inherit;
border: 1px solid #CCCC66;
padding: 5px;
margin: 2px;
}

.bluebox {
background-color: #DD99FF;
border: 1px solid #0000ff;
color: inherit;
padding: 5px;
margin: 2px;
}

.redbox {
background-color: #FF9966;
border: 1px solid #ff3333;
color: inherit;
padding: 5px;
margin: 2px;
}

.splitright {
width: 46%;
float: right;
overflow: hidden;
}

.splitleft {
width: 46%;
float: left;
overflow: hidden;
}


/*page settings*/

#page {
width: 750px;
border: 1px solid #888888;
background-color: #FFFFFF;
color: inherit;
text-align: left;
overflow: hidden;
margin: auto;
}

/* Header */

#header {
background-image: url(images/logo.jpg);
background-repeat: no-repeat;
border-top: 1px solid #888888;
border-bottom: 1px solid #888888;
width: 750px;
height: 78px;
padding: 0;
margin: 0;
overflow: hidden;
}

/* Top Settings */

#top {
width: 740px;
padding: 5px;
overflow: hidden;
}

#top h1{
font-size: 1.6em;
color: #3366FF;
background-color: inherit;
font-weight: bold;
margin: 0;
padding: 2px;
}

#top h3{
font-size: 1em;
color: #777777;
background-color: inherit;
margin: 0;
padding: 2px;
font-weight: bold;
}

#navigation {
width: 140px;
padding: 5px;
float: left;
overflow: hidden;
}

/* content */
#content {
margin-left: 155px;
width: 579px;
padding: 5px;
background-color: #FFFFFF;
color: inherit;
border-left: 1px solid #777777;
overflow: hidden;
}

/* Footer */
#footer {
background-color: #CCCCCC;
color: inherit;
width: 740px;
text-align: center;
border-top: 1px solid #888888;
padding: 5px;
clear: both;
}

