/** 	Phu Son Nguyen
    *	Dark Blue Theme
    *   Modifier - Needs blue.css
***/

body { color:#c4c4c4; }

::-moz-selection{ background: #41699A; color: #fff; }
::selection { background: #41699A; color: #fff; }

a:link, a:visited {	text-decoration: none; color: #cdcdcd;}
a:active, a:hover {	 }

/* Header Top Graphic
--------------------------------------------------------------------------------------------------------------*/
#hdr { background: url("../img/hdr_darkblue.jpg") no-repeat top transparent !important; }

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

    .mid_blank { background: url("../img/mid_darkblue_blank.jpg") no-repeat top transparent !important; }
    
/* content global modifiers for Side Titles  */
.section h2 { color: #41699a; }
    .section a:link, .section a:visited, .section a:active { color: #41699a !important; }
    .section a:hover { color: #444 !important; }