/* Stylesheet for DEFAULT Wap-2-Go Theme */

body {
    background-color:#1e1f20;
    padding: 0px;
    margin: 0px;
    font-size:90%;
    color:#ffffff;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    }
p   {
    font-size: 90%;
    margin: 0.5em;
    }
.left
    {
    text-align: left;
    }
.center
    {
    text-align: center;
    }
.right
    {
    text-align: right;
    }
.justify
    {
    text-align: justify;
    }
.bold
    {
    font-weight: bold;
    }
.underline
    {
    text-decoration: underline;
    }
.italic
    {
    font-style:italic;
    }
.small {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:90%;
    }
img {
    border: none;
    padding: 0px;
    margin: 0px;
    }
img a{
    border: none;
    }
/* Site Name */
h1  {
    font-size:120%;
    text-align:center;
    font-weight:bold;
    margin: 0;
    }
/* Page Headings */
h2  {
    font-size:110%;
    text-align:center;
    color:#000000;
    border:1px solid #333;
    font-weight:bold;   
    background-color:#EECCCC;
    }
/* Page Sections, Block Titles etc */
h3  {
    font-size:100%;
    text-align:center;
    color:#000;
    font-weight:bold;   
    background-color:#FFF;
    }
    
table {
    background-color:#EEEEEE;
    color:#000;
    border:0px;
    }
    
/* Page Divs */
#header {
    text-align:center;
    font-style:oblique;
    margin: 0 auto;
    padding: 0;
    }
#pagetitle {
    width: 100%;
	text-align:center;
    padding: 0.2em;
	background-color:#990000;
    }   
#pagetitle a {
	background-color:#990000;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:120%;
    }   
#footer {
    text-align:center;
    font-size:80%;
    margin: 0 auto;
    padding: 0;
    }
#content {
    text-align:center;
    font-size: 85%;
    padding: 0;
    margin: 0;
    }
#pagewrap {
    background: #fff;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
#menu {
    width: 80%;
	display:block;
    text-align: center;
    margin: 0 auto;
    padding: 0.4em;
    }
#menu a {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    background-image: url(../images/layout/logo_background.gif);
    background-color: #EECCCC;
    display:block;
    font-weight:bold;
    font-size:100%;
    vertical-align:middle;
    text-align:center;
    font-weight:normal;
    text-decoration:none;
    height:100%;
    width:100%;
    color:#000;
}
#menuselected a {
    background-color:#990000;
	color: #fff;
}
#Navigation {
	background-color: #eecccc;
	width:100%;
	padding:0.1em;
}