/* CSS Document */

body
{
width:1007px;
margin:0 0 0 0;
background-color:#9DDDF9;
}
.normaltext
{
width:480px;
font-family:"Arial narrow";
font-size:16px;
color:#C3E8FB;
text-align:justify;
padding-left:10px;
padding-right:5px;
}
.normaltextform
{
font-family:"Arial narrow";
font-size:16px;
color:#C3E8FB;
text-align:left;
padding-left:5px;
}
.footertext
{
font-family:"Arial narrow";
font-size:13px;
color:#FFFFFF;
text-align:justify;
}
.normaltextform .textbox
{
background-color:#CCCCCC;
}
#main
{
width:700px;
margin:auto;
}
/*---------------header starts here---------------*/
#main .header
{
width:100%;
height:199px;
background-image:url(images/header.jpg);
}
/*---------------header ends here---------------*/
#main #menu
{
width:200px;
float:left;
height:auto;
}
#main #menu .texttable 
{
font-family:Arial;
text-align:left;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #DA272A;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*-------------------*/
.title
{
width:450px;
height:60px;
margin:auto;
margin-top:5px;
margin-bottom:0px;
text-align:center;
font-weight:bolder;
color:#E5765B;
font-family:Bodoni MT;
font-size:25px;
}
.topic
{
width:450px;
height:20px;
margin:auto;
margin-top:10px;
margin-bottom:10px;
text-align:left;
font-weight:bolder;
color:#ffffff;
font-family:Bodoni MT;
font-size:20px;
text-decoration:underline;
}
.subtopic
{
width:490px;
height:20px;
float:left;
margin-top:5px;
margin-bottom:5px;
text-align:left;
font-weight:bolder;
color:white;
font-family:Bodoni MT;
font-size:16px;
font-variant:small-caps;
}
	/*--------------------*/
