/****************************Custom Classes********************************/


#page_container {
	background-color        :       #FFFFFF;
	padding                 :       0px;
	text-align              :       left;
	padding                 :       20px 0px 5px 0px;
}


.link_readmore {
    color                   :       #E9310D;
	float                   :       right;
	font-weight             :       bold;
}


.link_readmore a:link {
    color                   :       #E9310D;
	font-weight             :       bold;
	text-decoration         :       none;
}


.link_readmore a:visited {
    color                   :       #E9310D;
	font-weight             :       bold;
	text-decoration         :       none;
}


.link_readmore a:hover {
    color                   :       #0E2B89;
	font-weight             :       bold;
	text-decoration         :       none;
}



/*** Headers & Borders Classes ***/

.h1 {
	color               :       #0E2B89;
    font-size           :       14px;	
	font-weight         :       bold;    
    text-align          :       left;
}


.math-title {
	text-indent             :       -9999px;
	margin                  :       0;
    padding                 :       0;
    border                  :       0;
    display                  :      none;
}


.h2 {
	font-weight         :       bold;
	height              :       12px;
	text-align          :       left;
	margin              :       0px;
}


.h3 {
	font-weight         :       bold;
	text-align          :       left;
	margin              :       0px;
}


.h4 {
	border-bottom       :       solid 1px #C9C9C9;
	color               :       #0E2B89;
    font-size           :       14px;	
	font-weight         :       bold;    
    text-align          :       left;
}


.h5 {
	color               :       #0E2B89;
    font-size           :       14px;	
	font-weight         :       bold;    
    text-align          :       left;
}


.border_none {
	border              :       none;
}


.border_1px {
	border              :       solid 1px #C1C4C6;
}


.content {
    margin              :       0px 0px 7px 0px;
}


#div_image_popup {
	background-color    :       #FFFFFF;
	border              :       1px solid #C1C4C6;
	font-size           :       11px;
	font-weight         :       bold;
	left                :       20px;
	margin              :       0px;
    padding             :       5px 10px 5px 10px;
	position            :       absolute;
	text-align          :       justify;
	top                 :       0px;
	visibility          :       hidden;
}


.div_nav {
    border              :       0px;
    height              :       1px;
    width               :       1px;
}


.div_cell {
    float               :       left;
    padding             :       0px 0px 10px 10px;
}


.div_row {
    width               :       531px;
}

.div_row_500px {
    margin-bottom       :       10px;
    margin-left         :       20px;
    width               :       460px;
}


.div_row_600px {
    margin-bottom       :       10px;
    margin-left         :       20px;
    width               :       600px;
}


.float_left {
    float               :       left;
}


.float_right {
    float               :       right;
}


.spacer_1px{
    height              :       1px;
    width               :       1px;
}


.spacer_15px_middle{
    height              :       600px;
    float               :       left;
    width               :       300px;
}


/* * * ASP.NET Controls * * */


.button {
	background-color    :       #FFFFFF;
	border              :       solid 1px #C9C9C9;
	color               :       #0E2B89;
	font-size           :       10px;
	font-weight         :       normal;
	margin              :       0px;
}


.comments {
	color               :       #BBBBBB;
	font-size           :       10px;
	font-weight         :       normal;
	margin              :       0px;
}


.dropdownlist {
	color               :       #000000;    
    font-family         :       Tahoma, Verdana, Helvetica, sans-serif;		
	font-size           :       11px;
	margin              :       0px;
}

.fileupload {
    border              :       solid 1px #C9C9C9;
    height              :       20px;
    font-size           :       10px;
    height              :       20px;
}


.menu_image {
	text-align          :       left;
}


.menu_item {
	text-align          :       left;
}


.menu_item a:link, .menu_item a:visited {
	color               :       #FFFFFF;
	font-weight         :       bold;
	text-decoration     :       none;	
}


.menu_item a:hover {
	color               :       #FFF805;
	font-weight         :       bold;
	text-decoration     :       none;	
}


.textbox {
	background-color    :       #FFFFFF;
	border              :       solid 1px #D7D7D7;
	color               :       #000000;
    font-family         :       Tahoma, Verdana, Helvetica, sans-serif;	
	height              :       14px;
}


.textbox_login {
	background-color    :       #FFFFFF;
	border              :       solid 1px #D7D7D7;
	color               :       #000000;
    font-family         :       Tahoma, Verdana, Helvetica, sans-serif;	
    font-size           :       10px;
	height              :       11px;
}

.textbox_center {
	background-color    :       #FFFFFF;
	border              :       solid 1px #D7D7D7;
	color               :       #000000;
    font-family         :       Tahoma, Verdana, Helvetica, sans-serif;	
	height              :       14px;
	text-align          :       center;
}

.no_padding {
	margin              :       0px;
	padding             :       0px;
}













