a:active
{
  outline: none; /* Removing dotted line around clicked links in Firefox */
}

a:focus
{
-moz-outline-style: none;
}


a, a:visited
{
    color: #006699;
    text-decoration: underline;
}

a:hover
{
    color: #006699;
    text-decoration:none;
}

a img
{
    border:0;
}


img.left
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right
{
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.divider
{
    border-bottom: solid 1px #dbd1a8;
    margin: 5px 0px;
    clear: both;
    width: 100%;
}

.caption
{
    color: #767676;
    font-size: 11px;
}

/* Containers & Layout */

#coe{
            background-image:url(Images/bg_coe.gif);
            background-repeat:repeat-y;
            padding-bottom:15px;
            text-align:center;
            border-bottom: 3px solid #D5C0A8;
            width: 181px;
            
            }
            #coe_title{
                 background-image:url(Images/bg_coe_title.gif);
                 background-repeat:no-repeat;
                 color:#fff;
                 height:40px;
                 line-height:40px;
                 font-size:11px;
                 font-weight:bold;
                 text-transform:uppercase;
                 text-align:center;
            }
            #coe ul{
                margin:0;
                padding:0;
                font-size:11px;
                font-weight:bold;
                text-align:left;
            }
            #coe ul li{
                list-style-type:none;
                display:block;
                background-color:#f9f7f3;
                border:1px solid #d6d6d4;
                padding:8px;
                margin:3px 6px 0 6px;
            }
            #coe ul li a{
                font-size:11px;
                text-decoration:none;
                color:#386e6d;
            }
            #coe ul li a:hover{
                font-size:11px;
                color:#6aaaa9;
                }
                
            #coe a{
                font-size:10px;
                font-weight:bold;
                text-decoration:none;
                color:#ffffff;
                }


#programs{
            background-image:url(Images/bg_coe.gif);
            background-repeat:repeat-y;
            padding-bottom:15px;
            text-align:center;
            border-bottom: 3px solid #D5C0A8;
            width: 181px;
			position:relative;
            }

			
            #programs_title{
                 background-image:url(Images/bg_programs_title.gif);
                 background-repeat:no-repeat;
                 color:#fff;
                 height:40px;
                 line-height:40px;
                 font-size:11px;
                 font-weight:bold;
                 text-transform:uppercase;
                 text-align:center;
            }
            #programs ul{
                margin:0;
                padding:0;
                font-size:11px;
                font-weight:bold;
                text-align:left;
            }
            #programs ul li{
                list-style-type:none;
                display:block;
                background-color:#f9f7f3;
                border:1px solid #d6d6d4;
                padding:8px;
                margin:3px 6px 0 6px;
            }
            #programs ul li a{
                font-size:10px;
                text-decoration:none;
                color:#386e6d;
            }
            #programs ul li a:hover{
                font-size:10px;
                color:#6aaaa9;
                }
                
            #programs a{
                font-size:10px;
                font-weight:bold;
                text-decoration:none;
                color:#ffffff;
                }


/* Home Page Styling */


/* Inner Page Styling */



/* Blog Styling */

ul.sf_postListing
{

}

ul.sf_postListing li.entry
{

}

ul.sf_postListing li
{

}

p.sf_postDate
{

}


h2.sf_postTitle
{

}

h2.sf_postTitle a
{

}

div.categoryAuthor
{

}

div.sf_postContent
{

}

.sf_postContent p
{

}

p.sf_postTags
{

}

p.sf_readMore,
p.sf_postBookmark
{

}


/* Dynamic Form CSS */
.dynamicFormRightColumn 
{
    float:left;
    width:150px;
}

.dynamicFormRow 
{
    clear:both;
    padding-top:10px;
}

.dynamicFormLeftColumn 
{
    float:left;
    padding-bottom:15px;
    padding-right:10px;
    text-align:left;
    width:120px;
}

.dynamicFormLeftColumn2 
{
    float:left;
    padding-bottom:15px;
    padding-right:10px;
    text-align:left;
    width:200px;
}

.dynamicFormRightColumn input 
{
    background-color:#efeae2;
    border:1px solid #c8b197;
    color:#867976;
    font-size:13px;
    height:20px;
}

.dynamicFormRightColumn textarea 
{
    background-color:#efeae2;
    border:1px solid #c8b197;
    color:#867976;
    font-size:13px;
    height:20px;
}

.dynamicFormRightColumn dropdownlist 
{
    background-color:#efeae2;
    border:1px solid #c8b197;
    color:#867976;
    font-size:13px;
    height:20px;
}

.dynamicFormRadioButtonList 
{
    list-style-type:none;
    margin:0;
    padding:0;
}

ul.dynamicFormRadioButtonList 
{
    margin:0;
    padding:0;
}

.dynamicFormRadioButtonList li 
{
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
}

.dynamicFormCheckBoxList 
{
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
}

.dynamicFormCheckBoxList td 
{
    width:275px;
}

.dropDownList 
{
    background-color:#E9E3CB;
    border:1px solid #D3CCB2;
    color:#867976;
    font-size:13px;
    height:20px;
}

/* Poll Box CSS */
.PollBox
{
}

.PollBox fieldset
{
    border: 0;
}

.PollBox fieldset ul
{
    margin: 0 0 0 10px;
    padding: 0;
}

.PollBox fieldset ul li
{
    list-style-type: none;
}


/* Radio Clip CSS */

.radioclip
{ 
    background-image:url(Images/radio-clip-bg.gif);
    background-repeat:repeat-x;
    width: 475px;
    border: solid #d6d6d4 1px;
}


.more {
background:transparent url(Images/arrow_play.gif) no-repeat scroll 0 0;
height:14px;
padding-left:20px;
}