/* CSS Document */

body  {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000033;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a:link {color: #4089D1; font-weight:normal; text-decoration:none; }
a:visited {color: #4089D1; font-weight:normal; text-decoration:none; }
a:hover {color: #000000; font-weight:normal; text-decoration:underline; }
a:active {color: #4089D1; font-weight:normal; text-decoration:none; }


#tiny {
font-size: 0.8em;
}

#red {
background-color:#4089D1;
height:18px;
color:#FF6633;
font-weight:bold;



}
#container { 
	width: 748px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
}

#box_container {
width:220px;
}

#welcome_box_container{

}

#welcome_box_body {
background-color:#FFFFFF;
padding:5px;
}

#left_corner {
width:8px;
height:19px;
float:left;
background-image:url(images/top_left.gif);
background-repeat:no-repeat;
background-position:top left;
background-attachment:inherit;
}

#right_corner {
width:8px;
height:19px;
float:right;
background-image:url(images/top_right.gif);
background-repeat:no-repeat;
background-position:top right;
background-attachment:inherit;
}
#box_heading, a.box_heading, a:hover.box_heading, a:visited.box_heading {
background-color:#4089D1;
height:18px;
color:#FFFFFF;
font-weight:bold;

}

#box_left {
width:8px;
height:8px;
background-image:url(images/bottom_left.gif);
background-repeat:no-repeat;
background-position:top left;
background-attachment:inherit;
float:left;
}

#box_right{
width:8px;
height:8px;
background-image:url(images/bottom_right.gif);
background-repeat:no-repeat;
background-position:top right;
background-attachment:inherit;
float:right;
}

#box_footer {
background-color:#FFFFFF;
height:8px;
}
 
#box_body {
background-color:#FFFFFF;
padding:5px;
height:110px;
width:210px;

} 
#header { 
background-image:url(images/header2.jpg);
background-repeat:no-repeat;
background-position:top left;
background-attachment:inherit;
width:748px;
height:222px;
}

#top_right_corner {
background-image:url(images/header_top_right.jpg);
background-repeat:no-repeat;
background-position:top right;
background-attachment:inherit;
height:13px;
width:14px;
float:right;
}


#top_left_corner {
background-image:url(images/header_top_left.jpg);
background-repeat:no-repeat;
background-position:top left;
background-attachment:inherit;
height:13px;
width:14px;
float:left;
}

#menu, a.menu, a:hover.menu, a:visited.menu {
background-image:url(images/menu_bg.jpg);
background-repeat:repeat-x;
background-attachment:inherit;
background-position:top left;
height:28px;
width:737px;
text-align:center;
padding-top:8px;
color:#FFFFFF;
padding-right:11px;
}

#mainContent { 
background-image:url(images/main_bg.jpg);
background-position:top left;
background-repeat:repeat-x;
background-attachment:inherit;
text-align:left;
width:708px;
height:100%;
padding:20px;
}

#columnleft {
float:left;
width:235px;
}


#columnmiddle {
float:left;
width:235px;
}
#columnright {
float:left;
width:235px;
}



#footer_left {
padding: 10px;
	color:#999999;
	float:left;
	width:318px;
	background-color:#FFFFFF;

} 

#footer_right{
padding: 10px;
	color:#999999;
	float:right;
	width:370px;
	background-color:#FFFFFF;
	text-align:right;

} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}
#picfloat {
float: right; 
padding:5px;
}
