body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
        line-height: 122%;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* LAYOUT */
#wrapper {
	width: 732px;
	margin: 0 auto;
}

#top {
	height: 30px;
	width: 732px;
	margin-top: 50px;
}

#logo {
	width: 130px;
	float: left;
	margin-top: -5px;
}


#mainMenu {
	height: 30px;
	width: 600px;
	float: right;	
}


#header {
	margin-top: 1px;
	margin-bottom: 10px;
}

.hpMod {
	float: left;
	width: 230px;
	margin-right: 5px;
}

.hpRight {
	float: left;
	width: 200px;
	margin-left: 5px;
}

#content {
	width: 500px;
	float: left;
	margin-left: 0px;
}

#breadcrumbs {
        width: 732px;
        float: left;
        height: 30px;
}
  
#rightIn {
       width: 200px;
       float: right;
}
     
h2 {
	font-size: 16px;
	color: #44a1f8;
        border-bottom: dashed 1px #CCCCCC;
        line-height: 130%;
}
.clear {
	clear: both;
}

/* LET'S STYLE SOME MODULES */
.hpMod img {
	background: #E9E9E9;
	padding: 5px;
	display: block;
}

.hpMod h3, .hpRight h3 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
        margin-left: 2px;
}


.hpRight a {
	color: #44a1f8;
        font-family: Verdana, Arial, sans-serif;
        line-height: 127%;
}

.hpMod a {
	display: block;
	line-height: 127%;
	color: #44a1f8;
	font-size: 10px;
	text-decoration: underline;
        text-transform: lowercase;
        font-family: Verdana, Arial, sans-serif;
	}

.hpMod a:hover {
	color: #44a1f8;
}

#rightIn h3 {
      background: #44a1f8;
      margin-bottom: 10px;
      font-size: 11px;
      color: #fff;
      height: 18px;
      padding-top: 2px;
      padding-left: 5px;
}

#rightIn .moduletable {
      line-height: 152%;
      }

#rightIn a {
      text-decoration: none;
      color: #44a1f8;
      font-weight: none;
}

#rightIn ul li {
      display: block;
      background-color: #fff;
      border: none;
      text-transform: none;
      text-decoration: none;
      font-size: 11px;
      color: #666666;
      font-weight: none;
      text-align: left;
      height: 20px;
      margin-left: -15px;
}


#mainMenu h3 {
	display: none;
}


/* GENERAL TAGS */
a {
	color: #44a1f8;
}

img {
	border: none;
}

/* menu tags */
#mainMenu ul {
        float: right;	
}
#mainMenu h3 {
	display: none;
}
/* this is the main UL element*/

.menu {
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
 .menu ul{
	margin:0;
	padding:0;
	list-style:none;	
}

/* these are all the LIs in the menu*/
.menu li{
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	text-transform: uppercase;
	background-color: #ffffff;
	border-top: solid 3px #f1f0ee;
	
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.menu a{
	text-decoration: none;
	line-height: 30px;
	color: #fff;
}

.menu a:hover{
	color: #f1f0ee;
}

/* these are the LIs that only belong to submenu*/
.menu ul li{
	border-top:0;
	margin-left:-1px;
font-size: 8px;
	background: #44a1f8;
	width: 100px;
	border-bottom: solid 1px #f9f9f9;
}

/* these are the LIs that contains a submenu*/
.menu li.submenu{
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.menu ul li.submenu{
}

.menu a:hover,
.menu li.active a:link, 
.menu li.active a:visited {
	text-decoration: none;
	color: #f1f0ee;
}

.footer {
        margin-top: 5px;
        border-top: dotted 1px #666666;
        width: 732 px;
        color: #666666;
        text-align: left;
        margin-bottom: 20px;
}

.footer a {
        color: #878787;
        font-family: Tahoma, Arial, Verdana;
}
        
.footer ul {
	margin: 0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	padding-top: 0px;
        float: left
               }

.footer ul li {
	display: inline; 
	padding-right: 15px;
        height: 8px;
}

.footer .moduletable {
        clear: left;
        padding-top: 7px;
}

.button {
	background-color: #44a1f8;
	color: white;
	margin-left: 10px;
}
