*
{
	margin: 0em;
	padding: 0em;
}
body {
	margin: 0;
	padding: 0;
	background: #F1EDFF ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

h1,h2 {
}


 h3 {
	margin-top: 0;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
      color: #3072FF;
}

a:hover {
	text-decoration: none;
}
/* Outer */

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

div.rating {
padding:5px 25px 0px 10px;
margin:4px 6px 10px 6px;
float: right;
}

#header
{
	position: relative;
	background: #004778 url('images/a5.gif') bottom left repeat-x;
	height: 10em;
	padding-left: 2em;
}



#header h1
{
	position: absolute;
	top: 1.8em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size: 0.8em;
	top: 8em;
	color: #E0E8EF;
}

/* Menu */

#menu
{
	position: absolute;
	top: 7.5em;
	right: 3em;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #E0E8EF;
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#content {
	padding: 20px;
	background: #FFFFFF url(images/img5.gif) repeat-x;
}

#colOne {
	float: left;
	width: 18%;
}

#colTwo {
	float: left;
	width: 58%;
	padding: 0 0 0 2em;
}

#colTwo h2 {
	margin-bottom: .3em;
	font-size: 2em;
        
}

#colThree {
	float: right;
	width: 18%;
}

/* Footer */

#footer {
	padding: 20px 0;
	background: url(images/img4.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
}

/* Boxed */

.boxed h2 {
	margin: 0;
	padding: 10px 0 3px 10px;
	background: #CADAFF url(images/img2.gif) no-repeat;
	font-size: 1.3em;
	color: #003366;
}

.boxed h3 {
	margin: 0;
	font-size: 1em;
}

.boxed p, .boxed ul {
	margin-top: 0;
}

.boxed ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	color: #000000;
}

.boxed-content {
	padding: 10px;
	background: #EAF0FF;
	border-left: 2px solid #CADAFF;
}

#content table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
}

#content table th
{
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
	border-right: solid 1px #fff;
}

#content table tr.rowH
{
	color: #003366;
	/*background: #006192 url('images/img3.gif') top left repeat-x;*/
        background:#CADAFF url('images/img3.gif') top left no-repeat;
	border-right: solid 1px #fff;
}

#content table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

#content table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
}

div.right {
  float: right;
  padding: 10px;
  }

