/* This style sheet controls the default system pages */

/* html*/
body {
background: url(Images/_System_GrayGradient.png) repeat-x top;
font-family: Trebuchet MS, Lucidia Grande, Tahoma, Verdana;
margin: 0;
padding: 40px 0 0 0;
}

h1 {
padding: 30px 0 0 0;
margin: 0px 0 5px 15px;
color: #ffffff;
font-size: 24px;
}


h2 {
font-size: 20px;
color: #ffffff;
margin: 5px 0 5px 15px;
}

p {
font-size: 16px;
font-family: Tahoma, Verdana, Arial, sans-serif;
line-height: 24px;
}


li {
list-style: square;
}


/****************/

.larger {
font-size: 16px;
line-height: 26px;
color: #333333;
padding-bottom: 30px;
border-bottom: 1px dotted #999999;
}

.centered
{
text-align: center;
}

/****************/

#container {
margin: 20px auto;
border: 2px solid #990000;
padding: 10px;
width: 900px;
background: #fff;
position: relative;
}

#header {
width: 900px;
height: 130px;
background: url(Images/_System_RedGradient.png) no-repeat;
position: relative;
}

#content
{
padding: 15px;
}

