.header {
    background-color: #FFFFFF;
	height: 120px;
	padding-top: 10px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
	margin-bottom: 1px;
}

.body {
    background-color: #FFFFFF;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333399;
	margin-bottom: 1px;
    padding-bottom: 1px;
}

.bodyleft {
	float: left;
    background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-right: 700px;
}

.bodyleftinner {
    background-color: #FFFFFF;
}

.textdesc {
}

.textdescinner {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 20px;
	color: #666666;
    background-color: #EEEEEE;
	width: 600px;
	height: 200px;
}

.textdesctext {
	padding: 20px;
}

.imagebox {
    background-color: #FFFFFF;
	width: 100%;
}

.login {
}

.logininner {
	background-image: url(gradient.gif);
	background-repeat: repeat-y;
	color: #CCCCCC;
	height: 200px;
}

.loginform {
    padding: 15px;
}

.loginlinks {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
}

.loginlinks a {
    color: #FFFFFF;
    text-decoration: none;
}

.loginlinks a:hover {
    text-decoration: none;
}

.news {
}

.newsinner {
}

.newsitem {
	height: 45px;
	padding-left: 15px;
	padding-bottom: 15px;
	width: auto;
}

.newsheading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #666666;

}

.newstext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #666666;

}

.newsitem a {
    color: #666666;
    text-decoration: none;
}

.newsitem a:hover {
    text-decoration: underline;
}

.linkitem {
	height: 45px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 45px;
	width: auto;
}

.linkitem a {
    color: #666666;
    text-decoration: none;
}

.linkitem a:hover {
    text-decoration: underline;
}


.footer {
    margin-top: 10px;
    background-color: #FFFFFF;
	width: 100%;
}

