/********************************* Classes for XHTML default Tag *********************************/
body { margin:0; padding:0; background:#DFF1F8; font:12px arial, tahoma, sans-serif, serif; color:#333; line-height:18px; }
h1, h2, h3, h4, h5, h6 { font-family: Trebuchet MS, arial, sans-serif, tahoma, serif; }
form, img, a, li, ul { margin:0; padding:0; border:0; list-style:none; }
a { color:#000; text-decoration:none; outline:none; }
a:hover { color:#0A2D66; text-decoration:underline; }
p { line-height:1.5em; }

/************************ Classes for differentiation of uniq ID ************************/
#wrapper { width:100%; height:100%; }
.lsize { width:897px; margin:0 auto; }

#header { background-color:#001423; height:70px; color:#C7FFFF; }
#header h1 { font:bold 32px georgia, "Times New Roman", times, serif; color:#C7FFFF; padding:10px 0 0 255px; }
#logo { background:url(../images/omega_logo.gif) no-repeat 0 0; width:210px; height:118px; display:block; position:absolute; margin-bottom:-48px; text-indent:-999em; }

#menu { font:bold 16px arial, tahoma, sans-serif, serif; }
#menu ul { float:right; }
#menu li { color:#001423; display:inline; float:left; }
#menu li a { padding:0 15px; line-height:34px; color:#001423; text-decoration:none; display:block; }
#menu li a:hover { color:#0A2D66; text-decoration:none; }
#menu li.active { color:#0A2D66; text-decoration:none; background:#001424 url(../images/menu_left.gif) no-repeat 0% 100%; }
#menu li.active a { color:#fff; text-decoration:none; background:url(../images/menu_right.gif) no-repeat 100% 100%; }
#menu li.active a:hover { color:#fff; text-decoration:underline; }

#header_graphic { margin:30px 0; }

#main { margin:0 0 0 10px; }
#main .title { margin:-55px 0 0 -30px; position:absolute; }
#content { width:577px; padding:40px 20px 20px 20px; background:#fff; float:left; }
#content .list_02 li { background:url(../images/arrow_02.gif) no-repeat 5px 7px; padding:0 0 0 20px; line-height:20px; }
#content .list_02 li .list_01 li { background:url(../images/arrow_03.gif) no-repeat 5px 7px; padding:0 0 0 20px; line-height:20px; }
#content .list_03 li { list-style:decimal; margin:0 0 0 20px; line-height:20px; }

#left_panel {}

#right_panel { width:195px; padding:40px 20px 20px 20px; background:#fff; float:right; }
#right_panel .list_01 li { background:url(../images/arrow_01.gif) no-repeat 0 10px; padding:0 0 0 20px; line-height:28px; font-weight:bold; }


#footer { margin:30px 0 0 0; background:#001423 url(../images/footer_bg.gif) repeat-x 0 0; padding:20px 0 10px 0; color:#DFF1F8; }
#footer .footer_link { color:#DFF1F8; line-height:25px; font-weight:bold; }
#footer .footer_link a { color:#DFF1F8; text-decoration:none; padding:0 5px; }
#footer .footer_link a:hover { color:#2546BF; text-decoration:none; }

/********************* classes for differentiation of box and heading ********************/


/********************* classes for differentiation of padding, border & color ********************/
.fl { float:left; }
.fr { float:right; }
.clear { clear:both; height:1px; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }
.line_height { line-height:2em; }
.bold { font-weight:bold; }
.pad { padding:5px; }
.pad1 { padding:10px; }
.pt { padding-top:5px; }
.pt1 { padding-top:10px; }
.pb { padding-bottom:5px; }
.pb1 { padding-bottom:10px; }
.pl { padding-left:5px; }
.pl1 { padding-left:10px; }
.pr { padding-right:5px; }
.pr1 { padding-right:10px; }
.mrg { margin:5px; }
.mt { margin-top:5px; }
.mt1 { margin-top:10px; }
.mt2 { margin-top:20px; }
.mb { margin-bottom:5px; }
.mb1 { margin-bottom:10px; }
.ml { margin-left:5px; }
.ml1 { margin-left:10px; }
.mr { margin-right:5px; }
.mr1 { margin-right:10px; }
.relative { position:relative; }
.absolute { position:absolute; }
.white_text { color:#ffffff; }
.small_text { font-size:.85em; }
.mid_align { vertical-align:middle; }
.width_full { width:100%; }


