/****************************Custom Classes********************************/

#background_content {
    background-image        :       url('../images/background_content.gif');
    background-repeat       :       no-repeat;
    height                  :       575px;
    padding                 :       20px 50px 0px 50px;
    text-align              :       left;
    width                   :       700px;
}

#background_content_700 {
    background-image        :       url('../images/background_content_700.gif');
    background-repeat       :       no-repeat;
    padding                 :       20px 50px 0px 50px;
    text-align              :       left;
    width                   :       700px;
}

#background_content_875 {
    background-image        :       url('../images/background_content_875.gif');
    background-repeat       :       no-repeat;
    height                  :       875px;
    padding                 :       20px 50px 0px 50px;
    text-align              :       left;
    width                   :       700px;
}

#background_content_tall {
    background-image        :       url('../images/background_content_tall.gif');
    background-repeat       :       no-repeat;
    height                  :       1350px;
    padding                 :       20px 50px 0px 50px;
    text-align              :       left;
    width                   :       800px;
}

#content {
    text-align              :       justify;
    width                   :       700px;
}

/*** Headers & Borders Classes ***/

.border_none {
    border                  :       none 0px;
}

.border_blue {
    border                  :       solid 1px #6599FF;
}

.content_box {
    background-color        :       #CA2529;
    color                   :       #FFFFFF;
    font-size               :       11px;
    padding                 :       10px 10px 10px 10px;
}

.float_left {
    float                   :       left;
}

.float_right {
    float                   :       right;
}

.h1 {
    color                   :       #003399;
    font-family             :       Arial, Georgia, Clarendon BT, Arial, Verdana;
    font-size               :       13px;
    font-weight             :       bold;
}

.h2 {
    color                   :       #003399;
    font-family             :       Arial, Georgia, Clarendon BT, Arial, Verdana;
    font-size               :       11px;
    font-weight             :       bold;
}

.h3 {
    color                   :       #003399;
    font-family             :       Arial, Georgia, Clarendon BT, Arial, Verdana;
    font-size               :       11px;
    font-weight             :       bold;
}

.h4 {
    color                   :       #003399;
    font-family             :       Verdana, Arial, Georgia, Helvetica;
    font-size               :       13px;
    font-weight             :       bold;
}

.h5 {
    color                   :       #003399;
    font-family             :       Verdana, Arial, Georgia, Helvetica;
    font-size               :       15px;
    font-weight             :       bold;
}

.li {
    color                   :       #003399;    
}

/*** ASP.NET Classes ***/

.menu_style {
	background-color        :       #FFFFFF;
	border-bottom           :       solid 1px #6497FD;
	border-right            :       solid 1px #6497FD;
	border-left             :       solid 1px #6497FD;
	text-align              :       left;
}

.menu_item {
	background-color        :       #FFFFFF;
    font-family             :       Georgia, Arial, Helvetica;
    font-size               :       12px;
	text-align              :       left;
}

.menu_item a:link{
	color                   :       #003399;
	text-decoration         :       none;	
}

.menu_item a:visited{
	color                   :       #003399;
	text-decoration         :       none;	
}

.menu_item a:hover{
	color                   :       #FFFFFF;
	text-decoration         :       none;	
}

.menu_hover {
	background-color        :       #6497FD;
	text-align              :       left;
}

.menu_hover a:link{
	color                   :       #FFFFFF;
	text-decoration         :       none;	
}

.menu_hover a:visited{
	color                   :       #FFFFFF;
	text-decoration         :       none;	
}

.menu_hover a:hover{
	color                   :       #FFFFFF;
	text-decoration         :       none;	
}

.textbox {
    background-color        :       #F7F7F7;
    border                  :       solid 1px #6599FF;
    font-family             :       Arial, Verdana;
    font-size               :       12px;
    margin                  :       0px;
}