body{
margin: 0px;
background-color: #ddcfc2;
}

h1{
font-size: 20px;
margin-top: 0px;
font-family: trebuchet ms, arial, helvetica, sans-serif;
color: #333;
}

h2{
font-size: 18px;
font-family: trebuchet ms, arial, helvetica, sans-serif;
color: #333;
}

h3{
font-size: 16px;
font-family: trebuchet ms, arial, helvetica, sans-serif;
color: #333;
}

p{
font-size: 14px;
font-family: trebuchet ms, arial, helvetica, sans-serif;
color: #333;
}

a:link{
color: #5e606f;
text-decoration:none;
}

a:visited{
color: #5e606f;
text-decoration:none;
}
a:hover{
color: #666;
text-decoration:none;
}

a:active{
color: #5e606f;
text-decoration:none;
}

.small{
font-size: 12px;
font-family: trebuchet ms, arial, helvetica, sans-serif;
color: #333;
}

.breadcrumb{
font-size: 13px;
font-family: trebuchet ms, arial, helvetica, sans-serif;
font-weight: bold;
color: #333;
}

/* layout */

#wrapper{
width: 100%;
}

#header{
height:53px;
color: #fff;
background-color: #23577e;
}

#rupertlogo{
background: url("../img/ruperthcmobile_header.gif") no-repeat;
display: block;
height: 53px;
text-indent: -9999px;
width: 320px;
}

#content{
font-size: 14px;
font-family: trebuchet ms, arial, helvetica, sans-serif;
color: #333;
padding: 10px;
background-color: #f4f3ee;
}

#breadcrumb{
padding: 10px;
background-color: #f4f3ee;
}

#footer{
font-size: 12px;
font-family: trebuchet ms, arial, helvetica, sans-serif; 
color: #fff;
background-color: #6c93b0;
text-align: center;
padding: 5px;
}

/* navigation styles */

#nav{
margin: 0;
padding: 0;
}

#nav ul{
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: trebuchet ms, arial, helvetica, sans-serif;
font-size: 18px;
}

#nav a{
display: block;
padding: 10px;
background-color: #868b8f;
color: #fff;
border-bottom: 1px solid #adb1b2;
}

#nav a:link, #navlist a:visited{
color: #fff;
background-color: #868b8f;
}

#nav a:hover{
color: #fff;
background-color: #3e3e40;
}
