body {
    /*background-color: green;*/
    background-image: url(images/bg-main2.jpg);
    background-repeat:repeat-y;
}

.contentBox {
    background-image: url(images/grey_background.jpg);
    font-family: Helvetica, Tahoma, Arial;
    font-size: 13px;
    margin: 25px auto 25px auto;
    width: 850px;
    /*min-height: 400px;*/
    background-color: #5E5E5D;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;

    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,1);
    box-shadow: 0px 0px 10px rgba(0,0,0,1);
}

.content {
    padding: 15px;
    /*width: 720px;*/
}

.logo {
    font-size: 1.9em;
    color: white;
    padding-bottom: 15px;
}

.nav {
    padding-top: 0px;
    padding-bottom: 15px;
}

.nav a:first-child {
    padding-left: 0px;
}

.nav a {
    padding: 0px 10px 15px 10px;
    text-decoration: none;
    color: #AEE807;
    font-size: 1.17em;
}

.nav a:hover {
    color: #ffcc00;
}

.insideBox .left {
    width:600px;
    float: left;
    color: white;
    font-weight: bold;
}

.insideBox .right {
    width:210px;
    float: right;
    color: white;
}

.insideBox a {
    color: #AEE807;
    text-decoration:none;
}

.insideBox a:hover {
    color: #ffcc00;
}

.footer {
    padding: 15px;
    font-size: 0.9em;
    color: silver;
    text-align:center;
}

.footer a {
	color: white;
	text-decoration: none;
}

.clear {
    clear: both;
}

.ToolKitStyle {
    background-color: #2DBEFF;

}
