/*General font: */ 

font	{ font-family: "Times New Roman", Times, serif; color: #333333; font-size: 100%;}

/*General properties of the body: Background color, -picture, margins. */ 

body {background-image: url(bg-blue.gif);  background-repeat:repeat-x; background-color: #00649A; color: #333333; font-family:  "Times New Roman", Times, serif;  text-align: center;}

.center-div {
     margin-left: auto;
     margin-right: auto;
     width: 760px;
     text-align: left;
background-color: #ffffff;
     }
.header {position:relative; background-image: url(star-header-2);  background-repeat:repeat-x; background-color: #333333; color: #ffffff; font-family:  Helvetica, Times, serif;  text-align: left;   padding:20px 0 20px 10px}

.header h1 {  font-size: 140%; font-weight:bold; text-align:center; color: #ffffff}

.top {background-color: #333333; font-size:90%; color:#FEEA83; font-family: Arial, sans-serif; font-weight:normal; text-align: center; margin:0}

.top a:link {color:#ffffff; font-weight:normal; text-decoration:none; font-size:90%;}

.top a:visited {color:#ffffff; font-weight:normal; text-decoration:none; font-size:90%;}

.top a:hover { background-color: #ffffff; color: #004164; font-weight:normal; text-decoration:none; font-size:90%;}

.top a:active {color:#ffffff; font-weight:normal; text-decoration:none; font-size:90%;}



.mid {background-color: #ffffff;  color:#333333; 
	float: left;
	width: 530px;
	padding: 20px 20px;
	font-size: 95%;}


.sidebar {
	float: right;
	background: #fff;
	width: 190px;
	padding-top: 20px;
	font-size:small;
	font-size:10px;
	font-family: Helvetica, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#444;
	margin-right: 10px;
}

.sidebar h2 
{
	font-size:1.2em;
	color:#000;
	font-variant:small-caps;

	margin-bottom:0.5em;
        text-align: left;
}


.sidebar a {
	color: #365D95;

}
.sidebar a:hover 
{
	color:#444;
	background-color: #ffffff;
	font-weight:normal; 
	text-decoration:underline;
}

.clear
{
	clear:both;
}







.bodycontent {width: 760px; text-align: left}
.bodytext {margin-left:10%; margin-right:10%;}



div#navcontainer {background-color: #444444; font-size:90%; color:#ffffff; font-family: Helvetica, sans-serif; font-weight:normal; text-align: center; margin:0}

div#navcontainer ul
{
font-family: Helvetica, sans-serif;
font-weight: bold;
color: #333333;
font-size:90%;
text-align: center;
margin: 0;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 0px;
}
div#navcontainer ul li
{
display: inline;
}
div#navcontainer ul li a
{
padding: 3px 10px 3px 10px;
color: #ffffff;
text-decoration: none;
border-left: 0px solid #fff;
border-right: 0px solid #fff; /* the borders have the same size */
margin-right: -1px; /* the value has to be like the above but negative */
}
div#navcontainer ul li a:hover
{
background-color: #E9AB17;
color: #111111;
}
div#navcontainer ul li a:active
{
background-color: #FFFFEF;
color: #333333;
}














/*Links: */

a:link 	{color: #00639C; font-weight:normal; text-decoration:none; font-family: "Times New Roman", Arial, sans-serif;}
a:visited 	{color: #00639C; font-weight:normal; text-decoration:none; font-family: "Times New Roman", Arial, sans-serif;} 
a:hover     { background-color: #00639C; color: #FFFFFF; font-weight:normal; text-decoration:none; font-family: "Times New Roman", Arial, sans-serif;}
a:active	{color: #00639C; font-weight:normal; text-decoration:none; font-family: "Times New Roman", Arial, sans-serif;}
a:link img   { border-color: #00639C } 
a:visited img   { border-color: #00639C } 
a:hover img   { border-color: #00639C } 
a:active img   { border-color: #00639C } 


/*Headers:*/


h1        {  font-size: 140%; font-weight:bold; text-align:center; color: #333333}

h2	{ font-size: 120%;  font-weight: bold; text-align:left; color: #333333 }

h3	{ font-size: 110%; font-weight: bold; text-align:left; color: #333333}

h4	{font-size: 100%; font-weight: bold; text-align:left; color: #333333 }

h5	{font-size:110%; text-align:center }

/*Properties for special highlight:*/
.special	{font-size: 150%; 	font-weight: bold;	color: #333333; 	text-align:center }
.special2	{font-size: 150%;	color: #333333; 	text-align:center }
.special3	{font-size: 120%;	color: #333333; font-weight: bold; 	text-align:left }
.special4	{font-size: 120%;	color: #333333; 	text-align:left }
.special5	{font-size: 120%;	color: #333333; 	text-align:center }
.special6	{font-size: 100%;	color: #333333; 	text-align:center }
.special7	{font-size: 120%;	color: #00639C; 	text-align:left }
.special8	{font-size: 100%;	color: #333333; 	text-align:left }
.specialh2	{ font-size: 150%;  font-weight: bold; text-align:left; color: #6D939B}







