/* CSS Document */


body					{ text-align:center; margin:0px; margin-top:20px; margin-bottom:15px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; text-decoration:none; }

#container				{ width:980px; text-align:left; background-color:#c1e5f7; padding-bottom:10px; background-image:url(images/layout/header_bg.jpg); background-repeat:no-repeat;}
#header					{ width:980px; height:122px;}
#sub-header				{ width:980px; height:25px;}
#sub-header-left		{ width:180px; float:left; height:25px; background-image:url(/v2/images/layout/sub_head_left.jpg);}
#sub-header-navi		{ width:376px; float:left; height:25px; background-image:url(images/layout/footer.gif);}
#sub-header-right		{ width:424px; float:right; height:25px; background-image:url(/v2/images/layout/sub_head_right.jpg);}
#subcontainer			{ width:960px; float:left; border-left:1px solid black; border-right:1px solid black; background-color:#FFFFFF; background-image:url(/v2/images/layout/bg_content.gif); background-repeat:repeat-y;}
#navi					{ width:170px; background-color:#006699; float:left;}
#content				{ width:593px; background-color:#FFFFFF; float:left; padding:18px;}
#right					{ width:141px; background-color:#006699; float:right; padding:10px;}
#footer					{ margin-left:9px; width:961px; height:21px; background-image:url(/v2/images/layout/footer.gif); background-repeat:no-repeat; border-right:1px solid black; clear:both;}

#content a.content			{ color:#ff6735; text-decoration:underline;}
#content a.content:hover	{ color:#ff6735; text-decoration:none;}
h1							{ font-size:18px; color:#006699; font-weight:bold; margin:0px; padding:0px; margin-bottom:8px;}
h1.big						{ font-size:32px; line-height:28px; color:#006699; font-weight:normal; margin:0px; padding:0px; margin-bottom:8px;}
p							{ margin:0px; padding:0px;}
h2							{ font-size:14px; margin:0px; padding:0px; margin-top:12px; margin-bottom:5px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}

div.footer					{ text-align:right; color:#FFFFFF; font-size:11px; padding-top:3px; margin-right:162px;}
a.footer					{ color:#FFFFFF; text-decoration:none;}
a.footer:hover				{ color:#FFFFFF; text-decoration:underline;}

#content a					{ color:#ff6735; text-decoration:underline;}
#content a:hover			{ color:#ff6735; text-decoration:none;}


#navcontainer { width: 170px; }

#navcontainer ul
{
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

#navcontainer a
{
display: block;
padding-top: 3px;
padding-bottom: 3px;
padding-left:18px;
width: 152px;
background-color: #c1e5f7;
border-bottom: 1px solid #191c52;
}

#navcontainer a.navi:link, #navlist a.navi:visited
{
color: #191c52;
text-decoration: none;
}

#navcontainer a.navi:hover, #navlist a.navi:hover
{
background-color: #006699;
color: #c1e5f7;
}

#navcontainer a.navi_a, #navlist a.navi_a
{

background-color: #006699;
color: #c1e5f7;
text-decoration: none;
}