@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/darkblue70.jpg);
}

h1, h2, h3, h4, p, li {
	padding-left:10px;
	padding-right:10px;
}

h1, h2, h3 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:500;
	font-style:normal;
	color:#000000;
}

h1 {font-size:22px;}
h2 {font-size:18px;}
h3 {font-size:16px;}

h4 {
	font-family:Lucida Grande,Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:14px;
	color:#336699;
}

p, li {
	font-family:Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#000000;
}

li {
	list-style:none;
	line-height:18px;
}


a:link {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	color:#336699;
	font-weight:bold;
	text-decoration: underline;
}

a:hover {
	color:#666666;
	text-decoration:underline; 
}

a:visited {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	color:#336699; 
	font-weight:bold;
	text-decoration:none;
}

a:active {
	color:#666666;
	text-decoration:underline; 
}


.headline {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	background-color:#336699;
	font-size:13px;
	line-height:20px;
	font-weight:500;
	color:#FFF;
	text-transform:none;
}

.dotline {
	border-bottom:#336699 1px dotted;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:6px;
}

.title {
	font-family:Lucida Grande,Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	color:#336699;
}

.accent {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-weight:bold;
}

.accentblue {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-weight:bold;
	color:#336699;
}

.caption {
	font-size:10px;
	font-weight:normal;
	color:#000;
}


.rightimg {
	margin:0 0 0 10px;
	float: right;
}

.leftimg {
	margin: 0 10px 10px 0;
	float: left;
}


/*this is the top part*/

#container {
	width:800px;
	position:relative;
	margin:0 auto;
	background-color:#FFFFFF;
	border:thin solid #336699;
}


/*this is the left part*/

#leftcol {
	width:180px;
	height:auto;
	margin:0 0 0 10px;
	background-image:url(images/navigation.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
}
	

#navigation {
	width:180px;
	height:520px;
}


#navigation p {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-transform:capitalize;
}


#navigation a:link {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	color: #000000;
	text-decoration:none;
}


#navigation a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}


#navigation a:visited {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
}


#comments {
	width:160px;
	height:auto;
	margin-top:0px;
	margin-left:0px;
}

#comments p {
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	color:#000000;
	text-transform:none;
	line-height:normal;
}


/*right or main part*/

#main_content {
	width:600px;
	height:auto;
	margin-left:200px;
}

#footer {
	width:600px;
	height:auto;
	margin-left:200px;
	text-align:center;
}

#footer p {
	font-size:10px;
	font-weight:bold;
	color:#336699;
}
