﻿body {
font: 16px Arial, Tahoma;
color: #333399;
margin:0px;
padding:0px;
background: #ffffff;
min-width: 770px; }

#content {
font: 16px Arial, Tahoma;
color: #000000;
margin:0px;
padding:0px;
line-height: 1.5em;}

#contentTab {
font: 12px Arial, Tahoma;
color: #000000;
margin:0px;
padding:0px;
line-height: 1.35em;
display:none;
}
#secCont ul{
list-style-image: url(../images/bullet.gif);
margin-left:16px;
padding-left:0px;
}
#content ul{
list-style-image: url(../images/bullet.gif);
margin-left:16px;
padding-left:0px;
}

#contentg {
font: 11px Arial, Tahoma;
color: #333399;
margin:14px;
padding:0px;
line-height: 1.5em;}
#content a:link, a:visited, a:hover, a:active { color: #333399;
text-decoration: none;
border-bottom: solid 1px #333399; }
#content a:hover {
border-bottom: dotted 1px #333399;
}
#contentTab a:link, a:visited, a:hover, a:active { color: #333399;
text-decoration: none;
}
#contentTab a:hover {
}
#priCont
{
width: 720px;
background: transparent;
height: 600px;
float: left;
padding: 10px;
}
#secWrap
{
margin-left: 740px;
display:none;

}
#secCont,
#terCont,
{
width: 180px;
float: left;
height: 600px;
padding: 10px;
border-left: dotted 1px #9ED5FF;

}

h1
{
color: #FFF;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ edit by: http://www.lilt.de/ */
#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 14px Arial, Tahoma;
display:none;
}
#thicktabs li{
display: inline;
}
#thicktabs li a{
float: left;
color: #333399;
padding: 6px 9px; /*padding of tabs*/
text-decoration: none;
background: transparent url(../images/grs.gif) top right repeat-x;
border-top: 0px; /*top border style*/
border-bottom: 0px; /*thick bottom border below tabs*/
}
#thicktabs li a:visited{
color: #333399;
}
#thicktabs li a:hover{
color: #333399;
background-image: url(../images/grls.gif); /*background image swap on hover*/
}
#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 0px; /*left border style*/
}
#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 0px; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}