﻿body
{
    background-position: white url(img/body_bg.png) repeat-x;
    margin: 0;
    padding: 0;
    background: white url(img/body_bg.png) repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
select,input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;

}
.header
{
    width:900px;
    height:75px;
    margin:0 auto;
    position:relative;
}
div.content
{
    width:900px;
    margin:0 auto;
    position:relative;
}
div.bottom
{
    width:900px;
    height:60px;
    margin:0 auto;
    position:relative;
}
.bottomlinks
{
    height:30px;
    font-size:12pt;
    margin:0 auto; 
    width:400px;
    list-style-type:none;
}
.bottomlinks ul
{
    margin:0; 
    padding:0;
    height:30px;
    list-style-type:none;
}
.bottomlinks ul li
{
    float:left;
    height:30px;
    line-height:30px;
    list-style-type:none;
    font-size:10pt;
    font-weight:bold;
    padding:0 15px 0 15px;
}
.bottomlinks ul li a
{
    display:block;
    height:30px;
    line-height:30px;
    color:gray;
    text-decoration:none;
}
.bottomlinks ul li a:hover
{
    color:Black;
    text-decoration:none;
}

.box1
{
    width:160px;
    position:relative;
}
.box1_header
{
    background:transparent url(img/box1_header.png) no-repeat;
    height:26px;
    display:block;
    padding:0 6px 0 6px;
    line-height:24px;
    color:Gray;
    font-size:10pt;
    font-weight:bold;
}
.box1_content
{
    background:transparent url(img/box1_content.png) repeat-y;
    display:block;
}
.box1_bottom
{
    background:transparent url(img/box1_bottom.png) no-repeat;
    height:6px;
    display:block;
    font-size:1px;
}
.box2
{
    width:160px;
    position:relative;
}
.box2_header
{
    background: transparent url(img/box2_header.png) no-repeat;
    height: 26px;
    display: block;
    padding: 0 6px 0 6px;
    line-height: 24px;
    color: #336699;
    font-size: 10pt;
    font-weight: bold;
}
.box2_content
{
    background:transparent url(img/box2_content.png) repeat-y;
    display:block;
}
.box2_bottom
{
    background:transparent url(img/box2_bottom.png) no-repeat;
    height:6px;
    display:block;
    font-size:1px;
}

.title1
{
    font-weight: bold;
    font-size: 12pt;
    color: #996633;
    background: transparent url(img/paw.png) no-repeat;
    line-height: 18px;
    padding-left: 18px;
    border-bottom:2px solid #89948E;
}
.title2
{
    font-weight: bold;
    font-size: 10pt;
    color: #996633;
    line-height: 18px;
    border-bottom: 2px solid #89948E;
    border-bottom-color: #FFCC66;
}
.titleRow
{
    font-size:8pt;
    font-weight:bold;
    padding-right:4px;
}
a
{
    text-decoration:none;
    color:Blue;
}
a:hover
{
    text-decoration: underline;
    color: #0066FF;
}
.required
{
    display:inline-block;
    width:12px;
    background-image:url(img/required.gif);
    background-position:center center;
    background-repeat:no-repeat;
}
.red
{
    color:Red;
    font-weight:bold;
    
}
.community
{
    background-image:url(img/community_bg.png);
    background-repeat:no-repeat;
    height:80px;
}

.titleLink
{
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
    color:#996633
    
}

.titleLink:hover
{
    font-size:10pt;
    font-weight:bold;
    text-decoration:underline;
    color:#996633
}

/*Modal Popup*/
.modalBackground
{
    background-color: #593C1E;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
