.front-content-area {
    padding-top: 30px;
}

.front-content-area h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/***   Links with bullet - PURPLE   ***/

.front-link-box {
    margin-top: 0px; 
	padding: 5px 0px 5px 0px;
	width:100%;
	line-height:16px;
}

.front-link-box a:visited,
.front-link-box a:link {
    color: #cc3333;
    text-decoration: none;
	font-size:14px; 
	font-weight:bold;
}

.front-link-box a:hover {
	text-decoration: underline;
}

.front-link-box ul {
    list-style-image: url("../images/list-purple.gif");
    margin-top: 0px;
    margin-bottom: 0px;
}

/***   End Links with bullet - PURPLE   ***/


/***   Links with bullet - GREY   ***/

.front-link-box-grey {
    margin-top: 0px; 
	margin-right:10px;
	padding: 5px 0px 5px 0px;
	width:85%;
	line-height:16px;
}

.front-link-box-grey a:visited,
.front-link-box-grey a:link {
    color: #808284; 
    text-decoration: none;
	font-size:14px; 
	font-weight:bold;
}

.front-link-box-grey a:hover {
	text-decoration: underline;
}

.front-link-box-grey ul {
    list-style-image: url("../images/list-grey.gif");
    margin-top: 0px;
    margin-bottom: 0px;
}

/***   End Links with bullet - GREY   ***/


.front-whitebox {
    background-color: #fff;
    margin-top: 15px;
    padding: 0px 20px 0px 0px;
    line-height: 25px;
	color: #000;
	height: 280px;
}

#front-ad {
    margin-bottom: 0px;
}

