/* CSS Document */

* {
margin:0;
padding:0;
}

p
{
margin: 1em 0;
}

.clear {
clear:both;
}

#container {
width:770px;
margin:0px auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}

#header {
height:153px;
background:url(images/header_1.jpg) no-repeat;
}

#nav {
text-align:right;
padding:7px 10px 0 0;
color:#333333;
height:23px;
background:url(images/nav_bg.jpg) no-repeat;
}

#nav a {
color:#333333;
text-decoration:none;
}

#nav a:hover {
color:#EB5003;
text-decoration:none;
}

#content {
padding: 0 10px;
border:1px #CCCCCC solid;
border-top:none;
border-bottom:none;
}


#content-left {
width:200px;
padding:10px 10px 0 0;
float:left;
}

#content-right {
padding:10px 0 0 10px;
border-left:1px #CCCCCC solid;
width:525px;
float:right;
font-size:12px;
line-height:20px
}

#footer {
padding:12px 10px;
background:#EB5003;
font-size:9px;
color:#CCCCCC;
}

/* content left */

#smslogo {
margin:0px auto;
width:150px;
}

#left-nav {
margin:20px 0;
padding:0 10px;
font-size:12px;
}

#left-nav ul {
list-style:inside;
}

#left-nav ul li {
margin-bottom:3px;
padding:2px;
border-bottom: #999999 1px dashed;
}

#left-nav ul li a {
color:#EB5003;
text-decoration:none;
}

#left-nav ul li a:hover {
color:#666666;
text-decoration:none;
}

/* content right */

.title {
font-size:14px;
color:#EB5003;
font-weight:bold;
border-bottom:#cccccc dashed 1px;
padding-bottom:3px;
}

#announcements {
margin:10px 20px;
border:1px solid #EB5003;
padding:10px;
background:#FFFFCC;
quotes:20px;
line-height:normal;
color:#EB5003;
font-size:13px;
}

#content-right li {
padding-left:7px;
margin-left:30px;
}

#content-right a {
color:#EB5003;
text-decoration:none;
}

#content-right a:hover {
color:#666666;
text-decoration:none;
}