body {
  background: #ADADAD;
  margin: 0 auto;
  padding: 0;
}

a:link, a:visited {
color:#006699;
text-decoration:none;
}
a:hover {
color:#F9076D;
text-decoration:underline;
}


a.menu_item:link { color: #336699; text-decoration: none; }
a.menu_item:visited { color: #336699; text-decoration: none; }
a.menu_item:hover { color: #3399FF; text-decoration: none; }

a.top_menu_item:link { color: #666; text-decoration: none; }
a.top_menu_item:visited { color: #666; text-decoration: none; }
a.top_menu_item:hover { color: #000; }


#wrapper {
  background: url(../images/vickie/wrapper.gif) repeat-y top center;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 998px;
}

#container {
	width: 980px;
	tet-align: left;
	margin: 0 auto;
}

#header {
  text-align: left;
  margin: 0 auto;
  background: #3B5997 url(../images/vickie/header_bg.gif) repeat-x top center;
  height: 123px;
  position: relative;
}

.header_icon {
border:medium none;
margin-top:20px;
margin-left:25px;
}

.header_title {
margin-top:20px;
margin-left:25px;
}

#header_link {
	background: #DBDBDB url(../images/vickie/header_link.gif) repeat-x top center;
	position: absolute;
	top: 91px;
	right: 20px;
	width: 246px;
	height: 32px;
	text-align: center;
}
#header_userlink {
	padding: 12px;
	color: #666;
}
#header_userlink a:link, #header_userlink a:visited {
	color: #000;
}
#header_userlink a:hover {
	color: #fff;
}
#footer {
  color:#000000;
  margin: 0 auto;
   background: #DBDBDB url(../images/vickie/footer_bg.gif) repeat-x top center;
   padding: 10px;
}

#footer_menu_shadow {
background:transparent url(../images/vickie/footer_base.gif) repeat scroll 0 0;
border:0 none;
height:22px;
margin-left:0;
padding:0;
vertical-align:top;
width:998px;
}

#top_menu {
background:url(../images/vickie/menu_back.gif) repeat-x top center;
height: 29px;
}
#menu {
margin: 0;
padding: 5px;
text-align: left;
}
#menu li {
  display: inline;
  list-style-type: none;
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
}

#user_menu {
	background: url(../images/menu2_bg.gif) repeat-x top center;
	padding: 2px;
}

#content {
  background: url(../images/shadow.gif) repeat-x top center;
  padding: 15px;
}

td.header, td.home_header {
	background: #E3E3E2 url(../images/vickie/title_bg.gif) repeat-x top center;
	border-bottom:2px solid #A39F9A;
color:#000000;
}
td.portal_box, td.home_box {
background:transparent url(../images/vickie/bgbox.png) repeat-x scroll center top;
}

#welcome_home {
background:#5AB3E1 url(../images/vickie/bg-welcome.gif) repeat-x scroll center top;
border-top:4px solid #0B4EB1;
margin-bottom:20px;
padding:20px;
}
#welcome_home #welcome_text {
color:#FFFFFF;
font-size:16px;
line-height:1.5em;
margin:1em 0;
}
#welcome_banner {
text-align:center;
}
#welcome_home h2 {
color:#FFFFCC;
display:none;
font-family:"Century Gothic",Arial,Helvetica,sans-serif;
font-size:36px;
font-weight:normal;
line-height:1.2em;
margin:0;
padding:0;
}
#welcome_home #welcome_signup {
display:block;
font-size:36px;
height:54px;
text-align:right;
}
#welcome_home #welcome_signup a:link, #welcome_home #welcome_signup a:visited {
background:transparent url(../images/vickie/joinustoday.gif) repeat scroll 0 0;
color:#996600;
display:block;
height:54px;
width:228px;
float: right;
}
#welcome_home #welcome_signup a:hover {
text-decoration: none;
 color: #E0BA52;
 background: url(../images/vickie/joinustoday.gif) 0 -54px;
}
#welcome_home #welcome_signup a span {
 display: none;
}
input.button {
  color: #fff;
  cursor: pointer;
  background:#CC0000 url(../images/vickie/bg-button.png) repeat-x scroll 0pt 50%;
  border:1px solid #CC0000; 
  
}

input.text, input.text_small, textarea {
  padding: 2px;
  border-color: #DDDDDD #999 #999 #ddd;
  font-size: 10pt;
}
input.text:focus, input.text_small:focus, textarea:focus {
  background: #FFFFCC;
}


