body {
background-color:#eeeeee;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
.outer {
display:block;
background-color:#91BED9;
padding:15px;
width:730px;
text-align:left;
}
.clear {
clear:both;
height:1px;
line-height:1px;
font-size:1px;
}
.border {
	border:1px solid #990000;
	background-color: #FFFFFF;
	text-align:left;
	color:#333333;
}
.footer {
color: #ffffff;
text-align:center;
font-size:10px;
border:1px solid #990000;
padding: 8px;
background-color:#333333;
}



/*----------------------Header---------------------*/

#header {
background-color:#F95B1C;
width:730px;
display:block;
float:left;
margin:0px 0px 5px 0px;
}
#header .logo {
float:right;
}
.main {
display:block;
float:left;
width:730px;
background-image:url(/images/bg-main.gif);
background-repeat:repeat-y;
}
/*----------------------Nav---------------------*/
#nav {
display:block;
width:140px;
font-weight:bold;
margin:0px;
}
#nav a {
font-size:11px;
width:140px;
line-height:28px;
display:block;
background-color: #333333;
border:1px solid #990000;
text-align:center;
color:#eeeeee;
margin-bottom:4px;
text-decoration:none;
}
#nav a:hover {
background-color: #333333;
border:1px solid #eeeeee;
}

#nav2 {
margin:0px;
}
#nav2 a {
font-size:9px;
line-height:25px;
background-color: #000000;
border:1px solid #333333;
text-align:center;
color: #CCCCCC;
margin-bottom:5px;
text-decoration:none;
}
#nav2 a:hover {
background-color: #333333;

/*----------------------Content---------------------*/

#content {
display:block;
float:right;
background-color:#ffffff;
padding:20px;
width:533px;
margin:0px 0px 0px 5px;
font-size:14px;
line-height:2em;
letter-spacing:1px;
}
#content h1 {
text-align:right;
margin:0;
padding:0;
}
#content h2 {
border:3px solid #F95B1C;
width:150px;
text-align:center;
font-size:16px;
margin:15px 0px 5px 0px;
padding:3px 5px 3px 5px;
}
#content h2 .small {
font-size:10px;
}
#content .leftimage {
float:left;
margin:5px 15px 5px 0px;
}
#content .rightimage {
float:right;
margin:5px 0px 5px 15px;
}
#subnav {

}
#subnav a {
color:#2E78A5;
font-weight:bold;
}
#content .top {
color:#2E78A5;
font-weight:bold;
text-align:right;
display:block;
clear:both;
width:533px;
}
hr {
color:#cccccc;
height:1px;
}


/*----------------------Footer---------------------*/
